@charset "UTF-8";
/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. header-nav
		03. コンテンツ内ドット柄タイトル
		04. bootstrap 機能拡張
	---------------------------

 ** ************************************* **/
/** 01. Globals
 **************************************************************** **/
.content_full {
		margin: 20px -10px;
		padding: 20px;
}

.content_full_02 {
		margin: 0 -10px 20px -10px;
		padding: 10px 0;
}
.module-green {
		background-color: #ebffea;
}
/* bootstrap 機能拡張 */
.row-center {
		text-align: center;
		letter-spacing: -0.4em;
}
.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;
}
.top_space {
		margin-top: 30px;
}
.comment_photo {
		border-radius: 50%;
}
.photo_up {
		position: relative;
		top: -30px;
		margin: 0 0 -50px;
}
@media (max-width: 768px) {
		.photo_up {
				position: relative;
				top: -30px;
				margin: 0 0 -50px;
		}
}
@media (max-width: 768px) {
		.content_full h3 {
				font-size: 15px;
		}
}
.green, .green a {
		color: #6c9319;
}
#content .md {
		font-size: 150%;
}
#content .bg {
		font-size: 200%;
}
#content .sm {
		font-size: 130%;
}
@media all and (max-width: 515px) {
		#content .flexbox .flexitem {
				padding: 0.5rem;
				width: auto;
		}
		#content .bg {
				font-size: 5.6vw;
		}
		#content .md {
				font-size: 5.3vw;
		}
		#content .sm {
				font-size: 4.5vw;
		}
}
#content .h12 {
		line-height: 1.2;
}
#content .left_space {
		margin-left: 5em;
}
@media all and (max-width: 768px) {
		#content .left_space {
				margin-left: 2.5em;
		}
}
hr.border_01 {
		margin-top: 10px;
		margin-bottom: 10px;
		border: solid 1px #506fb6;
}
.border_01 {
		margin-top: 10px;
		margin-bottom: 10px;
		border-bottom: solid 2px #506fb6;
}

/* -------------------------------------------------- *
 * border　追加
 * -------------------------------------------------- */
.border_bottom_dot {
	border: 2px dotted #3498db;
	margin: 0 0px 10px 0px;
}

.bg_blue {
		background: #5875B9;
		color: #fff;
		padding: 5px;
}
.under {
		text-decoration: underline;
}
#content a.dn {
		text-decoration: none;
}
#content .panel.panel-success {
		border-color: #76b23d;
}
#content .panel.panel-info {
		border-color: #3B536B;
}
#content .panel.panel-success .panel-heading {
		background-color: #76b23d;
		border-color: #76b23d;
		color: #FFFFFF;
}
#content .panel.panel-info .panel-heading {
		background-color: #3B536B;
		border-color: #3B536B;
		color: #FFFFFF;
}

.module-green02 {
	background-color: #6c9319;
}
/* ----------------------------------------
 * リボン付きのbox
 * ---------------------------------------- */
.ribbon_box {
		display: block;
		position: relative;
		margin: 13px auto;
		padding: 10px 0;
		width: 90%;
		background: #fff;
		border: solid 2px #ea0d4b;
}
.ribbon_box p {
		padding: 10px;
		word-break: break-all;
}
.ribbon_box .red {
		color: #ea0d4b;
}
.ribbon1 {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		padding: 10px;
		margin: 0 0 0 -20px;
		width: calc(100% + 20px);
		font-size: 16px;
		color: white;
		background: #ea0d4b;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.ribbon1:before {
		position: absolute;
		content: '';
		top: 100%;
		left: 0;
		border: none;
		border-bottom: solid 15px transparent;
		border-right: solid 20px #ca033f;
}
.box01 {
		margin: 1em 1em;
		position: relative;
		padding: 0.5em 1.5em;
		border-top: solid 2px #91b720;
		border-bottom: solid 2px #91b720;
}
.box01 .inner {
		margin: -0.5em -0.8em;
		/* position: relative; */
		padding: 1em 1em;
		/* border-top: solid 2px #ea0d4b; */
		/* border-bottom: solid 2px #ea0d4b; */
		background: #fff;
}
.box01:before, .box01:after {
		content: '';
		position: absolute;
		top: -10px;
		width: 2px;
		height: -webkit-calc(100% + 20px);
		height: calc(100% + 20px);
		background-color: #91b720;
}
.box01:before {
		left: 10px;
}
.box01:after {
		right: 10px;
}
.box01 p {
		margin: 0;
		padding: 0;
		word-break: break-all;
}
@media (max-width: 768px) {
		.ribbon1 {
				display: inline-block;
				position: relative;
				box-sizing: border-box;
				padding: 10px;
				margin: 0 0 0 -20px;
				width: calc(100% + 20px);
				font-size: 15px;
				color: white;
				background: #ea0d4b;
				box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
		}
		.box01 {
				margin: 1em 0.5em;
		}
}
/* ----------------------------------------
 * 括弧
 * ---------------------------------------- */
.parenthesis {
		position: relative;
		padding: 0px 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.parenthesis::after {
		position: absolute;
		top: 0;
		content: '';
		width: 20px;
		height: 100%;
		border-top: 2px solid #ea0d4b;
		border-bottom: 2px solid #ea0d4b;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.parenthesis::after {
		right: 0;
		border-right: 2px solid #ea0d4b;
}
@media (max-width: 768px) {
		.d-none d-sm-block {
				display: none !important;
		}
		.parenthesis::after {
				display: none !important;
		}
		.parenthesis::after {
				display: none !important;
		}
}
/* ----------------------------------------
 * 画像の上のボタン
 * ---------------------------------------- */
.example { /*親div*/
		position: relative; /*相対配置*/
		padding: 5px 0;
}
.example p {
		position: absolute; /*絶対配置*/
		color: white; /*文字は白に*/
		bottom: -2px;
		right: 95px;
}
.example img {
		width: 100%;
}
@media (max-width: 768px) {
		.example { /*親div*/
				position: relative; /*相対配置*/
				padding: 5px 0;
		}
		.example p {
				position: absolute; /*絶対配置*/
				color: white; /*文字は白に*/
				bottom: -10px;
				right: 3px;
		}
		.example img {
				width: 100%;
		}
}
/* ----------------------------------------
 * Fukidashi
 * ---------------------------------------- */
.fukidashi_bottom {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		position: relative;
		z-index: 3;
		display: inline-block;
		margin: 1em 0 0.5em;
		padding: 15px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 14px;
		background: #fff;
		border: solid 2px #3498db;
		border-radius: 15px;
}
.fukidashi_bottom:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -12px;
		border: 12px solid transparent;
		border-top: 12px solid #fff;
		z-index: 2;
}
.fukidashi_bottom:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #3498db;
		z-index: 1;
}
.fukidashi_bottom.blue_outline {
		position: relative;
		display: inline-block;
		margin: 1em 0 0.5em;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #FFF;
		border: solid 2px #3498db;
		box-sizing: border-box;
}
.fukidashi_bottom.blue_outline:before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 50%;
		margin-left: -12px;
		border: 12px solid transparent;
		border-top: 12px solid #FFF;
		z-index: 2;
}
.fukidashi_bottom.blue_outline:after {
		content: "";
		position: absolute;
		bottom: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #3498db;
		z-index: 1;
}
.fukidashi_top {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		position: relative;
		display: inline-block;
		margin: 12px 0 1em;
		padding: 15px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 14px;
		background: #ffdbc1;
		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 #fff;
}
.fukidashi_right {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		position: relative;
		display: inline-block;
		margin: 0px;
		padding: 15px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 14px;
		background: #fff;
		border-radius: 15px;
		border: solid 2px #3498db;
}
.fukidashi_right:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -12px;
		border: 12px solid transparent;
		border-left: 12px solid #fff;
		z-index: 2;
}
.fukidashi_right:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #3498db;
		z-index: 1;
}
.fukidashi_right.blue_outline {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		position: relative;
		display: inline-block;
		margin: 0.5em 15px 0.5em 0;
		padding: 7px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #555;
		font-size: 16px;
		background: #FFF;
		border: solid 2px #3498db;
		box-sizing: border-box;
}
.fukidashi_right.blue_outline:before {
		content: "";
		position: absolute;
		top: 50%;
		right: -24px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-left: 12px solid #FFF;
		z-index: 2;
}
.fukidashi_right.blue_outline:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -30px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #3498db;
		z-index: 1;
}
.fukidashi_left {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		position: relative;
		display: inline-block;
		margin: 0px;
		padding: 15px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 14px;
		background: #fff;
		border: solid 2px #3498db;
		border-radius: 15px;
}
.fukidashi_left:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 100%;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 12px solid #fff;
		z-index: 2;
}
.fukidashi_left:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 100%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #3498db;
		z-index: 1;
}
.fukidashi_none {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		position: relative;
		display: inline-block;
		margin: 0px;
		padding: 15px 10px;
		min-width: 120px;
		max-width: 100%;
		color: #393939;
		font-size: 14px;
		background: #fff;
		border: solid 2px #3498db;
		border-radius: 15px;
}
.fukidashi_none {
		position: relative;
		margin: 0em 0;
		padding: 2em 2em; /*文字まわりの余白*/
		border: solid 2px #fc825d; /*線の種類、太さ、色*/
		border-radius: 50px; /*ボックスの角のまるみ*/
}
.fukidashi_none:before, .fukidashi_none:after {
		position: absolute;
		top: 0;
		content: '';
		width: 100%;
		height: 100%;
		border-radius: 50px; /*ボックスの角のまるみ*/
}
.fukidashi_none:before {
		left: 0;
		border: solid 2px #fc825d; /*線の種類、太さ、色*/
		transform: rotate(-1.5deg); /*ボックスの角度*/
}
.fukidashi_none:after {
		left: 0;
		border: solid 2px #fc825d; /*線の種類、太さ、色*/
		transform: rotate(1.5deg); /*ボックスの角度*/
}
.fukidashi_none p {
		margin: 0;
		padding: 0;
}
/* ----------------------------------------
 * panel
 * ---------------------------------------- */
.panel {
		border-width: 5px;
}
.panel-heading {
		border-width: 5px;
		border-top-left-radius: 0px;
		border-top-right-radius: 0px;
}
.panel-warning {
		border-color: #fc825d;
}
.panel-warning .panel-heading {
		font-family: 'YakuHanJP', 'M PLUS Rounded 1c', "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		background-color: #fc825d;
		border-color: inherit;
		color: #FFFFFF;
}
.panel-warning .panel-innertitle {
		font-family: 'YakuHanJP', 'M PLUS Rounded 1c', "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
		background-color: #fc825d;
		border-color: inherit;
		color: #FFFFFF;
		margin: 0 -15px 15px;
		padding: 10px 8px;
}
.panel-warning .panel-innerline {
		background-color: #fc825d;
		border-color: inherit;
		color: #FFFFFF;
		margin: 10px -15px 15px;
		padding: 3px;
}
/* -------------------------------------------------- *
 * スマホでの表の表示切り替え3
 * -------------------------------------------------- */
#content table.table01 {
		width: 100%;
		border-top: #217dbb solid 1px;
		border-right: #217dbb solid 1px;
		border-collapse: collapse;
}
#content table.table01 thead th {
		background: #217dbb;
		color: #FFF;
		padding: 10px 15px;
		border-right: #FFF solid 1px;
		border-bottom: #FFF solid 1px;
}
#content table.table01 thead th:last-child {
		border-right: #217dbb solid 0px;
}
#content table.table01 tbody th {
		background: #217dbb;
		color: #FFF;
		padding: 10px 15px;
		border-bottom: #FFF solid 1px;
		vertical-align: top;
}
#content table.table01 tbody tr:last-child th {
		border-bottom: #217dbb solid 0px;
}
#content table.table01 tbody td {
		background: #EFF7FC;
		padding: 10px 15px;
		border-left: #217dbb solid 1px;
		border-bottom: #217dbb solid 1px;
		display: table-cell;
		vertical-align: middle;
}
#content table.table01 tbody td.bottom_b {
		border-bottom: #217dbb solid 2px;
}
@media (max-width: 768px) {
		#content table.table01 {
				width: 100%;
				border-top: #217dbb solid 1px;
				border-right: #217dbb solid 1px;
				border-collapse: collapse;
		}
		#content table.table01 thead th {
				font-size: 0.8em;
				background: #217dbb;
				color: #FFF;
				padding: 5px 5px;
				border-right: #FFF solid 1px;
				border-bottom: #FFF solid 1px;
		}
		#content table.table01 thead th:last-child {
				border-right: #217dbb solid 0px;
		}
		#content table.table01 tbody th {
				background: #217dbb;
				color: #FFF;
				padding: 5px 5px;
				border-bottom: #FFF solid 1px;
				vertical-align: top;
		}
		#content table.table01 tbody tr:last-child th {
				border-bottom: #217dbb solid 0px;
		}
		#content table.table01 tbody td {
				font-size: 0.8em;
				background: #EFF7FC;
				padding: 5px 5px;
				border-left: #217dbb solid 1px;
				border-bottom: #217dbb solid 1px;
				display: table-cell;
				vertical-align: middle;
		}
}
/* ----------------------------------------
 * シンプル 枠（影）
 * ---------------------------------------- */
.kakomi-box {
		margin: 1em 0;
		padding: 1em;
		width: 100%;
		background-color: #FFF5EE; /* 背景色 */
		box-shadow: 0 0 5px 1px #ccc; /* 影 */
}
/* ----------------------------------------
 * 吹き出しデザイン2
 * ---------------------------------------- */
/*以下、背景色など*/
.line-bc {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		padding: 10px;
		margin: 0px auto 15px;
		text-align: left;
		font-size: 1.2em;
		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%;
}
.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;
		}
}
/* -------------------------------------------------- *
 * border　追加
 * -------------------------------------------------- */
.border_bottom_dot {
		border-bottom: 2px dotted #fff;
		margin: 0 0px 10px 0px;
}
/** 08. 囲み文字
 **************************************************************** **/
.maru {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		flex-flow: column;
		vertical-align: top;
}
/* 円の大きさ */
.size_normal {
		width: 120px;
		height: 120px;
}
/* 四角の大きさ */
.content_inner .square {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		width: 30px;
		height: 30px;
		flex-flow: column;
		margin-right: 0.1em;
		border-radius: 5px;
}
/* 文字の大きさ */
.letter3 {
		font-size: 1.3em;
		line-height: 1.3em;
		text-indent: 0.05em;
}
/* 囲みと文字の色 */
.gray1 {
		color: #5F5F5F;
		border: 1px solid #5F5F5F;
		background: #fff;
}
.yellow1 {
		color: #C7B500;
		border: 1px solid #C7B500;
		background: #fff;
}
.purple1 {
		color: #8a2be2;
		border: 1px solid #8a2be2;
		background: #fff;
}
.blue1 {
		color: #fff;
		border: 1px solid #217dbb;
		background: #217dbb;
}
.pink1 {
		color: #E500B3;
		border: 1px solid #E500B3;
		background: #fff;
}
.green1 {
		color: #fff;
		border: 1px solid #76b23d;
		background: #76b23d;
}
.content_inner {
		padding: 15px;
}
.content_inner2 {
		padding: 0px 20px;
}
.content_inner p.number_ind {
		padding-left: 1.8em;
		text-indent: -2.2em;
}
.number_inner {
		padding-left: 2.2em;
}
/** 02. header-nav
 **************************************************************** **/
#content .container_nav ul li, #content .container_nav ol li {
		line-height: 1.2;
}
#content .container_nav ul, #content .container_nav ol {
		margin: 0;
		margin-bottom: 0;
}
#content .container_nav ul {
		margin: 0;
		padding-left: 0;
}
.container_nav {
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
}
.header-nav .container {
		margin-right: auto;
		margin-left: auto;
		padding-right: 15px;
		padding-left: 15px;
}
.header-nav ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
		padding: 5px 0;
		list-style: none;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}
.header-nav a, .header-nav a:link, .header-nav a:visited {
		text-decoration: none;
		color: #6c9319;
}
.header-nav a {
		font-size: 0.9rem;
		font-weight: 500;
		position: relative;
		display: block;
		padding: 5px;
		text-align: center;
		background: #fff;
		box-sizing: border-box;
		text-decoration: none;
		margin: 0 5px;
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		-webkit-tap-highlight-color: transparent;
		transition: .3s ease-out;
}
.header-nav a:after, :before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-decoration: none;
}
.header-nav a:hover {
		background-color: #6c9319;
		color: #fff;
		transition: all .2s ease;
		-webkit-transition: all .2s ease;
}
.header-nav .container {
		padding-right: 12px;
		padding-left: 12px;
}
.header-nav a:after {
		display: block;
		height: 0px;
		margin-top: 3px;
		margin-bottom: 3px;
		content: '';
}
.header-nav li {
		padding: 5px 3px;
		text-align: center;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
}
.header-nav li.f015 {
		padding: 5px 3px;
		text-align: center;
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
}
@media screen and (max-width: 979px) {
		.header-nav a {
				font-size: 0.9rem;
				text-align: center;
		}
}
@media screen and (max-width: 767px) {
		.header-nav li {
				width: 50%;
				-webkit-box-flex: initial;
				-moz-box-flex: initial;
				-ms-flex: initial;
				flex: initial;
		}
		.header-nav a:after {
				position: absolute;
				top: 50%;
				right: 5px;
				width: 10px;
				margin-top: -4px;
		}
}
@media screen and (max-width: 480px) {
		.header-nav li {
				width: 50%;
				-webkit-box-flex: initial;
				-moz-box-flex: initial;
				-ms-flex: initial;
				flex: initial;
		}
		.header-nav li.f015 {
				width: 100%;
				-webkit-box-flex: initial;
				-moz-box-flex: initial;
				-ms-flex: initial;
				flex: initial;
		}
		.header-nav a {
				font-size: 0.9rem;
				text-align: center;
		}
}
/** 03. コンテンツ内ドット柄タイトル
 **************************************************************** **/
.section {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
}
.section .section-header {
		padding: 15px;
		/*background-color: #ffdbc1;*/
		/*background-image: radial-gradient(#FFF 10%, transparent 20%), radial-gradient(#FFF 10%, transparent 20%);*/
		/*background-size: 20px 20px;*/
		/*background-position: 0 0, 10px 10px;*/
		margin: 4rem 0 1rem;
}
.section_02 {
		margin-top: 1.5em;
		margin-left: -10px;
    margin-right: -10px;
}
.section_02 .section-header {
		padding: 15px;
}
/** ドット背景
 **************************************************************** **/
/* ドット斜め */
.bg_dot {
		background-color: #B1D26B;
		background-image:
				radial-gradient(#DDEDBC 20%, transparent 20%), radial-gradient(#DDEDBC 20%, transparent 20%);
		background-size: 20px 20px;
		background-position: 0 0, 10px 10px;
		border: solid 1px #B1D26B;
}
/* ドット色違い */
.dot-mix {
		background-image:
				radial-gradient(#DDEDBC 20%, transparent 20%), radial-gradient(#DDEDBC 20%, transparent 20%);
}
/* ドットサイズ違い */
.dot-size {
		background-image:
				radial-gradient(#DDEDBC 20%, transparent 20%), radial-gradient(#DDEDBC 35%, transparent 35%);
}
/** 04. 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;
}
.row-center.va-middle > [class*='col-'] {
		vertical-align: middle;
}
.row-center.va-bottom > [class*='col-'] {
		vertical-align: bottom;
}



/* ----------------------------------------
 * 四角 list
 * ---------------------------------------- */

#content ul.list_square  {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}
#content ul.list_square li{
	position: relative;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.5;
	font-size: １em;
}
#content ul.list_square li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f14a"; /* アイコンのunicode */
	font-weight: 600;
	position: absolute;
	color: #3498db;/* アイコンの色 */
	left: -0.8em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	top: -0.05em; /* アイコンの場所を変えたければ適宜変更 */
}