@charset "utf-8";
/*見出し
--------------------------------------------------*/
h2 {
	font-size: 2rem;
	margin-bottom: 32px;
	font-weight: bold;
	color: #FFD500;
}
h3 {
	position: relative;
	padding: 6px 1rem 6px 2rem;
	border: 2px solid #F3E3B7;
	background-image: linear-gradient(90deg, transparent 0 15px, #F3E3B7 15px),  repeating-linear-gradient(135deg, #F3E3B7 0 3px, transparent 3px 6px);
	color: #5BB36C;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 32px;
	margin-top: 32px;
}
h4 {
	font-size: 1.3rem;
	position: relative;
	height: auto;
	/*background-image:url("/cocreate/img/common/midashi_line.png");*/
	background-repeat: repeat-x;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}
h4 span {
	position: absolute;
	display: inline-block;
	margin-top: -0.2em;
	margin-left: 0;
	padding: 0em 0.5em 0em 0em;
	background: #f3e3b7;
}
h5 {
	padding: 0 1rem 6px 0;
	border-bottom: 1px solid #333;
	font-size: 1.1rem;
	font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
h6 {
	padding: 0 1rem 6px 0;
	font-weight: bold;
	margin-bottom: 10px;
    margin-top: 20px;
}
h6:before {
	content: "●";
}
/*画像キャプション
--------------------------------------------------*/
.img-caption {
	text-align: center;
	font-size: 90%;
}
.img-caption img {
	display: block;
	margin: 0 auto 5px;
	max-width: 100%;
}
/*ボタン
--------------------------------------------------*/
.button01 a {
	display: inline-block;
	background: url("/cocreate/img/common/arrow03.png") no-repeat right;
	padding: 0 70px 0 0;
	text-align: right;
	font-size: 1.3rem;
	margin-top: 24px;
	margin-right: 24px;
	float: right;
}
/*テキストカラー
--------------------------------------------------*/
.text-orange {
	color: #FC8807 !important;
}
/*テーブル設定
--------------------------------------------------*/
table {
	border-collapse: collapse;
	max-width: 100%;
	margin-bottom: 24px
}
table caption {
	color: #fc8807;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}
table thead th {
	color: #fc8807;
	background: #ffebd4;
	font-weight: bold;
	border: solid 1px #fc8807;
	font-size: 1.2rem;
}
table th {
	padding: 8px;
	border: solid 1px #fc8807;
	font-weight: bold;
	text-align: center;
	background: #fff;
	color: #fc8807;
}
table td {
	color: #333;
	padding: 8px;
	background: #fff;
	border: solid 1px #fc8807;
}
/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;/*text-align:left;*/
}
.img-r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;/*text-align:left;*/
}
@media screen and (max-width:480px) {
.img-l, .img-r {
	float: none;/*width: 50%;*/
}
.img-r {
	margin-left: 0;
}
.float-l {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.float-r {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
}
/*フロート左*/
.float-l {
	float: left;
	width: auto;
	margin-right: 5px;
}
/*フロート右*/
.float-r {
	float: right;
	width: auto;
	margin-left: 5px;
}
/*リスト設定
--------------------------------------------------*/
.list-f:after, .list-two:after, .list-three:after, .list-four:after, .list-fs:after, .linklist-f:after, .linklist-two:after, .linklist-three:after, .linklist-four:after, .linklist-fs:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.list-f a:hover, .list-two a:hover, .list-three a:hover, .list-four a:hover, .list-fs a:hover, .linklist-f a:hover, .linklist-two a:hover, .linklist-three a:hover, .linklist-four a:hover, .linklist-fs a:hover {
	color: #333333;
	text-decoration: underline;
}
.list-f, .list-two, .list-three, .list-four, .list-fs, .linklist-f, .linklist-two, .linklist-three, .linklist-four, .linklist-fs {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .list-f, * html .list-two, * html .list-three, * html .list-four, * html .list-fs, * html .linklist-f, * html .linklist-two, * html .linklist-three, * html .linklist-four, * html .linklist-fs {
	height: 1%;
}
.list-f, .list-two, .list-three, .list-four, .list-fs, .linklist-f, .linklist-two, .linklist-three, .linklist-four, .linklist-fs {
	display: block;
}
/*---- リストアイコン基本設定 ----*/
.list, .list-f, .list-two, .list-three, .list-four, .list-s, .list-fs {
	margin: 10px 0 0 10px;
}
/*リスト大*/
.list li, .list-f li, .list-two li, .list-three li, .list-four li {
	background-image: url(/cocreate/img/common/ic_list.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: 0 0.6em;
	padding: 1px 0 1px 18px;
}
/*リスト小*/
.list-s li, .list-fs li {
	background-image: url(/cocreate/img/common/ic_list_s.png);
	background-repeat: no-repeat;
	background-position: 4px 0.8em;
	padding: 1px 0 1px 18px;
	background-size: auto;
}
/*---通常リスト---*/
.list li {
}
/*通常リスト:横並び*/
.list-f li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*通常リスト:横並びアイコンナシ*/
.list-ff li {
	background: none;
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*通常リスト:2カラム*/
.list-two li {
	float: left;
	width: 45%;
	margin-right: 1%;
}
/*通常リスト:3カラム*/
.list-three li {
	float: left;
	width: 28%;
	margin-right: 1%;
}
/*通常リスト:4カラム*/
.list-four li {
	float: left;
	width: 21%;
	margin-right: 1%;
}
/*通常リスト:小さめ*/
.list-s li {
}
/*通常リスト:横並び(小さめ)*/
.list-fs li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*入れ子にしたとき、画像が出てしまうのを防ぐ*/
.none li {
	background: none;
	padding-left: 0px;
}
/*---- リンクリストアイコン基本設定 ----*/
/* リスト大 */
.linklist, .linklist-f, .linklist-two, .linklist-three, .linklist-four {
	margin: 10px 0 0 10px;
}
.linklist a:hover, .linklist-f a:hover, .linklist-two a:hover, .linklist-three a:hover, .linklist-four a:hover {
	color: #333333;
	text-decoration: underline;
}
.linklist a, .linklist-f a, .linklist-two a, .linklist-three a, .linklist-four a {
	color: #333333;
}
.linklist li, .linklist-two li, .linklist-three li, .linklist-four li, p.link {
	background-image: url(/cocreate/img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding: 1px 0 1px 16px;
}
.linklist-f li {
	background-image: url(/cocreate/img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding: 1px 0 1px 12px;
}
/* リスト小 */
.linklist-s, .linklist-fs {
	margin: 10px 0 0 10px;
}
.linklist-s li, .linklist-fs li {
	background-image: url(/cocreate/img/common/ic_linklist_s.png);
	background-repeat: no-repeat;
	background-position: 6px 0.6em;
	padding: 1px 0 1px 16px;
}
/*---- リンクリスト ----*/
.linklist li {
}
/*リンクリスト：横並び*/
.linklist-f li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*リンクリスト：2カラム*/
.linklist-two li {
	float: left;
	width: 45%;
	margin-right: 1%;
}
/*リンクリスト：3カラム*/
.linklist-three li {
	float: left;
	width: 28%;
	margin-right: 1%;
}
/*リンクリスト：4カラム*/
.linklist-four li {
	float: left;
	width: 21%;
	margin-right: 1%;
}
/*リンクリスト:小さめ*/
.linklist-s li {
}
/*リンクリスト：横並び(小さめ)*/
.linklist-fs li {
	white-space: nowrap;
	float: left;
	padding-right: 20px;
}
/*---- 単体リンク ----*/
p.link {
	background-image: url(/cocreate/img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.8em;
	padding: 1px 0 1px 12px;
}
p.link a:hover {
	color: #fff;
	text-decoration: underline;
}
p.link-bk {
	background-image: url(/cocreate/img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: 0px 0.8em;
	padding: 1px 0 1px 12px;
}
p.link-bk a {
	color: #333;
}
p.link-bk a:hover {
	color: #333;
	text-decoration: underline;
}
/*番号リスト:ローマ大文字*/
ol {
	list-style-type: decimal;
	margin-left: 30px;
}
.ollist-ur {
	list-style-type: upper-roman;
}
/*番号リスト:ローマ小文字*/
.ollist-lr {
	list-style-type: lower-roman;
}
/*番号リスト:アルファベット大文字*/
.ollist-ua {
	list-style-type: upper-alpha;
}
/*番号リスト:アルファベット小文字*/
.ollist-la {
	list-style-type: lower-alpha;
}
/*----- カラーボックス -----*/
.box01, .box02, .box03, .box04 {
	padding-top: 5px;
	border-radius : 30px;
}
.box01 a {
	text-decoration: underline;
	color: #333;
}
.box01, .box02, .box03, .box04 {
	padding: 24px;
	box-sizing: border-box;
	margin: 10px 0;
	color: #333;
}
.box01 {
	border: #FC8807 1px dashed;
	background: #F2F5F8; /* Old browsers */
}
.box01 .box-midashi {
	border-left: 3px solid #FC8807;
	color: #FC8807;
	font-size: 1.2rem;
	line-height: 100%;
	margin: 8px 0px 10px 0px!important;
	padding: 4px 5px 5px 10px;
	font-weight: bold;
	background: none!important;
	border-bottom: none;
}
.box02 {
	border: #C80000 1px dashed;
	background: #FCF4F4;
}
.box02 .box-midashi {
	font-size: 1.2rem;
	line-height: 100%;
	color: #C80000;
	padding: 4px 5px 5px 10px;
	border-left: solid #C80000 3px;
	margin-bottom: 10px;
	font-weight: bold;
	background: none;
}
.box03 {
	border: #F2A735 1px dashed;
	background: #F3E3B7;
}
.box03 .box-midashi {
	border-left: 3px solid #F2A735;
	color: #666;
	font-size: 1.2rem;
	line-height: 100%;
	margin: 10px 0px 10px 0px!important;
	padding: 4px 5px 5px 10px;
	font-weight: bold;
	background: none!important;
	border-bottom: none;
}
.box04 {
	border: #215CA4 1px dashed;
	background: #fff;
}
.box04 .box-midashi {
	font-size: 1.2rem;
	line-height: 100%;
	color: #000;
	padding: 4px 5px 5px 10px;
	border-left: solid #999 3px;
	margin-bottom: 10px;
	font-weight: bold;
	background: none;
}
/*リスト以外インデント*/
/*1em*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}
 @media screen and (max-width: 768px) {
.list-f li, .list-two li, .list-three li, .list-four li, .list-fs li, .linklist-f li, .linklist-two li, .linklist-three li, .linklist-four li, .linklist-fs li {
	float: none;
	width: auto;
}
table thead th, table th, table td {
	box-sizing: border-box;
	word-break: break-word;
}
}
/* ページネーション */
.pager .pagination {
	text-align: center;
}
.pager .pagination li {
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border-radius: 50px;
}
.pager .pagination li.pre, .pager .pagination li.next {
	background: #FC8807;
	color: #fff;
}
.pager .pagination li a {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: table;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pager .pagination li.pre a, .pager .pagination li.next a {
	color: #fff;
}
.pager .pagination li a span {
	display: table-cell;
	vertical-align: middle;
}
.pager .pagination li a:hover, .pager .pagination li a.current {
	background: #F3E3B7;
	color: #FC8807;
	border-radius: 10px;
	border-radius: 50px;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
}
@media only screen and (max-width: 767px) {
.pager .pagination li {
	display: none;
}
.pager .pagination li.pre,  .pager .pagination li.next {
	display: inline-block;
	width: 40%;
	height: 50px;
	text-align: center;
}
.pager .pagination li.pre a,  .pager .pagination li.next a {
	width: 100%;
	text-align: center;
}
.pager .pagination li.pre span::after {
	content: "　前の10件へ";
}
.pager .pagination li.next span::before {
	content: "次の10件へ　";
}
}
.harf-r,.half-r {
	float: right;
	width: 49%;
}
.harf-l,.half-l {
	float: left;
	width: 49%;
}
@media screen and (max-width: 530px) {
.harf-r,.half-r {
	float: none;
	width: 100%!important;
}
.harf-l,.half-l {
	float: none;
	width: 100%!important;
}
}
/*ClearFix
----------------------------------------*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.topicsbox p {
	margin-top: 1em;
}
/*アンカー
----------------------------------------*/
.anchor {
	padding-top: 60px;
	margin-top: -60px;
}
/*フォントサイズ追加
----------------------------------------*/
.fs-7 {
    font-size: 0.9rem!important;
}
/*24/02 コピーライト追加
----------------------------------------*/
ul.foot li{
	display: inline-block;
}
ul.foot li:after{
	content: "｜";
	padding: 0 10px;
}
ul.foot li:last-child:after{
	content:none;
}
.copyright{
	background: url("/cocreate/img/top/midashi_line.png") repeat-x center 35px;
}
@media screen and (max-width: 417px){
	.copyright{
	background: url("/cocreate/img/top/midashi_line.png") repeat-x center 55px;
}
}