@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	line-height: 2em;
	text-align: center;
	background: #F0F0F3 url(img/fabric_1.png) repeat;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
p {
	font-size: 16px;
	line-height: 2em;
	margin: 20px 0px;
	letter-spacing: 0.1em;
}
img {
	border: 0;
}
input, textarea {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',	Meiryo,'ＭＳ Ｐゴシック';
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* ──────────────────────── */
/* リンク色 */
/* ──────────────────────── */

a {
	color:#0000ff;
}
a:hover {
	color:#FFA500;
	text-decoration:none;
}


/* ──────────────────────── */
/* 装飾 */
/* ──────────────────────── */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.gray1 { color: #C0C0C0}
.ao1 { color: #096191}
.tya1 { color: #CC0000}
.kiiro { color: #ffff00}
.b { font-weight: bold; }

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size48 { font-size: 48px; }
.line { background: #FFFF99; }
.line1 { background: #ffff00; }
strong{ font-weight:bold; }
em{ font-weight:bold; }
.text-right {text-align:right;}
.margin-bottom5 {margin-bottom: 5px;}
.margin-bottom10 {margin-bottom: 10px;}
.margin-bottom15 {margin-bottom: 15px;}
.margin-bottom20 {margin-bottom: 20px;}
.margin-bottom25 {margin-bottom: 25px;}
.margin-bottom30 {margin-bottom: 30px;}
.margin-bottom35 {margin-bottom: 35px;}
.margin-bottom40 {margin-bottom: 40px;}
.margin-bottom45 {margin-bottom: 45px;}
.margin-bottom50 {margin-bottom: 50px;}
.margin-bottom55 {margin-bottom: 55px;}
.margin-bottom60 {margin-bottom: 60px;}
.margin-bottom70 {margin-bottom: 70px;}
.margin-bottom80 {margin-bottom: 80px;}
.margin-bottom90 {margin-bottom: 90px;}
.margin-bottom100 {margin-bottom: 100px;}
.margin-top5 {margin-top: 5px;}
.margin-top10 {margin-top: 10px;}
.margin-top15 {margin-top: 15px;}
.margin-top20 {margin-top: 20px;}
.margin-top25 {margin-top: 25px;}
.margin-top30 {margin-top: 30px;}
.margin-top35 {margin-top: 35px;}
.margin-top40 {margin-top: 40px;}
.margin-top45 {margin-top: 45px;}
.margin-top50 {margin-top: 50px;}
.margin-top55 {margin-top: 55px;}
.margin-top60 {margin-top: 60px;}
.margin-top70 {margin-top: 70px;}
.margin-top80 {margin-top: 80px;}
.margin-top90 {margin-top: 90px;}
.margin-top100 {margin-top: 100px;}
.padding-bottom5 {padding-bottom: 5px;}
.padding-bottom10 {padding-bottom: 10px;}
.padding-bottom15 {padding-bottom: 15px;}
.padding-bottom20 {padding-bottom: 20px;}
.padding-bottom25 {padding-bottom: 25px;}
.padding-bottom30 {padding-bottom: 30px;}
.padding-bottom35 {padding-bottom: 35px;}
.padding-bottom40 {padding-bottom: 40px;}
.padding-bottom45 {padding-bottom: 45px;}
.padding-bottom50 {padding-bottom: 50px;}
.padding-bottom55 {padding-bottom: 55px;}
.padding-bottom60 {padding-bottom: 60px;}
.padding-bottom70 {padding-bottom: 70px;}
.padding-bottom80 {padding-bottom: 80px;}
.padding-bottom90 {padding-bottom: 90px;}
.padding-bottom100 {padding-bottom: 100px;}
.padding-top5 {padding-top: 5px;}
.padding-top10 {padding-top: 10px;}
.padding-top15 {padding-top: 15px;}
.padding-top20 {padding-top: 20px;}
.padding-top25 {padding-top: 25px;}
.padding-top30 {padding-top: 30px;}
.padding-top35 {padding-top: 35px;}
.padding-top40 {padding-top: 40px;}
.padding-top45 {padding-top: 45px;}
.padding-top50 {padding-top: 50px;}
.padding-top55 {padding-top: 55px;}
.padding-top60 {padding-top: 60px;}
.padding-top70 {padding-top: 70px;}
.padding-top80 {padding-top: 80px;}
.padding-top90 {padding-top: 90px;}
.padding-top100 {padding-top: 100px;}

/* ──────────────────────── */
/* （管理者/ユーザー）ログイン画面*/
/* ──────────────────────── */

form#loginform {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-40%, -50%);
	background:#fff;
	border-radius:6px;
	padding:30px 20px 10px;
	width: 400px;
	margin:auto;
	box-shadow:15px 15px 0px #d5d5dd;
}
h1.login {
	text-align:center;
	font-size:1.5em;
	font-weight:700;
	color:#13202F;
	margin-bottom:24px;
}
form#loginform input {
	width:90%;
	background:#f0f0f3;
	padding:20px;
	border-radius:6px;
	margin-bottom:10px;
	border:1px solid #cdcdda;
}
form#loginform .loginbtn, a.loginbtn, form#loginform button.loginbtn{
	width:400px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding:20px;
	border-radius:6px;
	border:0;
	font-size:1.1em;
	font-weight: bold;
	color:#fff;
	background: linear-gradient(180deg, #2b6887, #072a47);
	text-shadow:1px 1px 0px #0d3a50;
	box-shadow:0px 3px 0px #0d3a50;
	text-decoration: none;
	transition: 0.4s ease-in-out;
}
form#loginform .loginbtn:hover{
	color: #fff;
	background: #f56500;
	transition: 0.4s ease-in-out;
	text-shadow:1px 1px 0px #f56500;
	box-shadow:0px 3px 0px #f56500;
}
#loginform p { font-size: 12px;}


/* ──────────────────────── */ *
/* ヘッダー */
/* ──────────────────────── */

.h1_box_manage {
	width: 100%;
	height: 80px;
	margin: 0;
	background: #1a4b69;
}
.h1_box_manage {
	background: #1a4b69;
}
h1 {
	width: 400px;
	font-size: 20px;
	margin: 0 auto;
	padding: 25px 0 0 1.5%;
	text-align: left;
	color: #FFFFFF;
	float: left;
}
.login_name{
	color: #CADAF7;
	line-height: 80px;
	padding-left: 42px;
	float: right;
	font-size: 14px;
	background: url(../img/login_name.png) left center no-repeat;
}
.login_btn a{
	width: 150px;
	height: 40px;
	margin: 20px 1.5%;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 12px;
	border-radius: 3px;
	font-weight: bold;
	float: right;
	border-radius: 5px;
	background: #4D4D4D;
	box-shadow: 2px 2px 0 #000000;
	text-decoration: none;
}
.login_btn a:hover{
	color: #FF8800;
	text-decoration: none;
	box-shadow: 0 0 10px inset #000000;
}


/* ──────────────────────── */
/* （ユーザー）選択画面*/
/* ──────────────────────── */

.sel-container {
	display: flex;
	width: 100%;
	height: 60%;
	justify-content: center;
	align-items: center;
}
a.sel-box1{
	display: block;
	position: relative;
	text-decoration: none;
	height:300px;
	width: 300px;
	line-height: 300px;
	font-weight: bold;
	font-size: 24px;
	margin-right: 50px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: #6FBCBF;
	z-index: 1;
}
a.sel-box2{
	display: block;
	position: relative;
	text-decoration: none;
	height:300px;
	width: 300px;
	line-height: 300px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	background: #6FBCBF;
	z-index: 1;
}
a.sel-box1:after, a.sel-box2:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	z-index: -1;
}
a.sel-box1:hover, a.sel-box2:hover{color: #1a4b69;}
a.sel-box1:hover:after, a.sel-box2:hover:after{
	height: 250%;
	opacity: 1;
}
a.sel-box1:active:after, a.sel-box2:active:after{
	height: 350%;
	opacity: 1;
}


/* ──────────────────────── */
/* コンテンツ基本レイアウト */
/* ──────────────────────── */

.container {
	width: 97%;
	height: auto;
	margin: 0;
	padding: 0 1.5%;
}
.container-all{
	min-height: 100vh;
	display: flex;
}
.side-navigation{
	width: 200px;
	text-align: center;
	background-color: #222A2D  ;
	color: #fff;
	padding:20px 0 0;
}
.main_contents {
	flex: 1;
	background-color: #FFF;
	padding: 30px 30px 0;
	text-align: left;
	background: #FFFFFF;
	clear: both;
}


/* ──────────────────────── */
/* サイドバー */
/* ──────────────────────── */

.side-navigation ul {
	position: sticky;
	top: 20px;
	text-align: left;
	z-index: 1;
}
.side-navigation ul li {
	list-style-type: none;
	cursor: pointer;
}
.side-navigation ul li a {
	display: block;
	line-height: 1.1em;
	padding: 15px 0 15px 10px;
	font-size: 15px;
	color: #FFF;
	text-decoration:none;
}
.side-navigation ul li a:hover {
	color: #FFF;
	background: #414B51;
	text-decoration:none;
}
.side-navigation ul li ul {
	margin-left: 20px;
}
.side-navigation ul li ul li a {
	font-size: 14px;
	padding: 10px 5px 10px 10px;
	line-height: 1.4em;
	color: #FFF;
	text-decoration:none;
}


/* ──────────────────────── */
/* ステップナビ */
/* ──────────────────────── */

.progressbar {
	display: flex;
	flex-wrap: wrap;
}
.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 13px 0;
	line-height: 1.5;
	background: #F5F5F5;
	color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 37px solid transparent;
	border-left: 20px solid #F5F5F5;
	margin: auto;
}
.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #FFF;
}
.progressbar .item.active {
	z-index: 1;
	background: #1a4b69;
	color: #FFF;
	font-weight: bold;
}
.progressbar .item.active:not(:last-child)::after {
	border-left-color: #1a4b69;
}
.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

@media screen and (max-width: 767px) {
.progressbar .item {
	font-size: 11px;
	line-height: 1.4;
	padding: 10px 0;}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	border-width: 25px;
	border-left-width: 12px;}
}


/* ──────────────────────── */
/* 新規作成 */
/* ──────────────────────── */

.step1 {
	margin-bottom: 50px;
}
.step2 {
	margin-bottom: 50px;
}
.step3 {
	margin-bottom: 100px;
}
h2 {
	padding: 0 0 20px;
	margin: 20px auto;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	color: #13202F;
	text-align: left;
	overflow: hidden;
	clear: both;
}
.step1 > label{
	margin: 30px 2% 10px 0;
	padding: 8px 20px 9px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	border-left: 5px #a7c242 solid;
	background: #a7c242;
	border-radius: 5px;
	display: block;
}
.step2 > label{
	margin: 30px 2% 10px 0;
	padding: 8px 20px 9px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	border-left: 5px #3F9460 solid;
	background: #3F9460;
	border-radius: 5px;
	display: block;
}
.step3 > label{
	margin: 30px 2% 10px 0;
	padding: 8px 20px 9px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	border-left: 5px #226C68 solid;
	background: #226C68;
	border-radius: 5px;
	display: block;
}
.step3 > label.h3 {
	margin: 30px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #333;
	border-left: none;
	background: #FFF;
	border-radius: 0;
	display: block;
}
.main_contents input,
.main_contents textarea{
	width:50%;
	padding:20px;
	border-radius:6px;
	margin-bottom:20px;
	border:2px solid #555;
}
.main_contents input:focus,
.main_contents textarea:focus{
	background: #f0f5fb;
}
.main_contents input.minitext{
	width: 40%;
	padding:10px;
	border-radius:6px;
	margin-left: 30px;
	margin-bottom:20px;
	border:1px solid #999;
}
.main_contents label[for=checkbox]{
	margin: 0px 0 0 0;
	font-size: 16px;
	padding: 0;
	border-left: none;
	display: table;
	color: #333;
	background: none;
}
.main_contents input[type=checkbox] {
	width: 30px;
	flex-direction: column;
	display: inline-flex;
	text-align: left;
	position: relative;
	left: 0;
	padding: 0 5px 0 0px;
}
.banner-select { font-weight: bold;}
.banner-select label img {
	margin: 0 0 20px 20px;
	padding: 5px;
}
.banner-select input {
	width:auto;
	padding:0;
	clear: both;
}
/*.banner-select input[type="radio"] {display: none;}*/
.banner-select input[type="radio"] + label img {
	opacity:0.2;
}
.banner-select input[type="radio"]:checked + label img {
	opacity:1;
}
input.banner-btn {
	padding: 5px 30px;
	border: 1px #999 solid;
}
.dltext{
	width: 96%;
	margin: 30px 0 30px;
	border: 1px #CCCCCC solid;
	border-radius: 5px;
}
.btnbox{
	width: 96%;
	height: 65px;
	margin: 0;
	padding-bottom: 30px;
	display: block;
	overflow: hidden;
	clear: both;
}
.btnbox_l{
	width: 96%;
	height: 65px;
	margin: 10px auto;
	padding-bottom: 30px;
	display: block;
	overflow: hidden;
	clear: both;
}
.btn_l a{
	height: 50px;
	width: 45%;
	text-align: center;
	list-style-type: none;
	box-sizing: border-box;
	margin: 10px 5px;
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #1d3244;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(180deg, #e9f4fe 0%, #d7e6f3 100%);
	box-shadow: 4px 4px 0 #ccd2df;
	float: left; 
	box-sizing: border-box;
	border-radius: 5px;
}
.btn_r a{
	height: 50px;
	width: 45%;
	text-align: center;
	list-style-type: none;
	box-sizing: border-box;
	margin: 10px 5px;
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(180deg, #1eb5ff 0%, #009eec 100%);
	box-shadow: 4px 4px 0 #ccd2df;
	float: right; 
	box-sizing: border-box;
	border-radius: 5px;
}
.btn_b1 a{
	margin: 10px auto 60px;
	height: 50px;
	width: 45%;
	text-align: center;
	list-style-type: none;
	box-sizing: border-box;
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #1d3244;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(180deg, #e9f4fe 0%, #d7e6f3 100%);
	box-shadow: 4px 4px 0 #ccd2df;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
}
.btn_b2 a{
	margin: 70px auto;
	height: 50px;
	width: 45%;
	text-align: center;
	list-style-type: none;
	box-sizing: border-box;
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(180deg, #1eb5ff 0%, #009eec 100%);
	box-shadow: 4px 4px 0 #ccd2df;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
}
.btn_l a:hover, .btn_r a:hover, .btn_b1 a:hover, .btn_b2 a:hover {
	font-weight: bold;
	color: #fff;
	background: #f56500;
	transition: 0.4s ease-in-out;
}
.tweet_box{
	width: 96%;
	margin: 30px 0 30px;
	border: 1px #CCCCCC solid;
	border-radius: 5px;
}
input.img-btn {
	width: 30%;
	margin-top: 20px;
	padding: 10px 30px;
	border: 1px #999 solid;
}
p.p2 {
	font-size: 16px;
	line-height: 2em;
	margin: 0;
	letter-spacing: 0.1em;
}
.tweetimg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.tweetimg img {
	display: block;
	width: 48%;
	height: auto;
	margin-bottom: 2%;
}
.date, .time{
	width: 100px;
	float: left;
}
.limitbox{
	width: 94%;
	margin-top: 10px;
	height: 60px;
}
.limitbox .datebox{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 30px;
	display: block;
}
.limitbox .datebox input.dt001,
.limitbox .datebox input.dt002,
.limitbox .datebox input.dt003,
.limitbox .datebox input.dt004,
.limitbox .datebox input.dt005{
	width: 50px;
	height: 35px;
	padding: 10px;
	margin-right: 5px;
	border: 1px #CCC solid;
	border-radius: 8px;
}
.dataset a{
	margin: 30px auto 70px;
	height: 50px;
	width: 45%;
	text-align: center;
	list-style-type: none;
	box-sizing: border-box;
	padding: 0 12px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(180deg, #1e8f48 0%, #166b36 100%);
	box-shadow: 4px 4px 0 #ccd2df;
	box-sizing: border-box;
	border-radius: 5px;
	display: block;
}
.dataset a:hover {
	font-weight: bold;
	color: #fff;
	background: #f56500;
	transition: 0.4s ease-in-out;
}


/* ──────────────────────── */
/* 企画一覧/詳細 */
/* ──────────────────────── */

table.table_list{
	min-width: 900px;
	margin: 20px 0 20px;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
table.table_list th {
	background: #1a4b69;
	border: solid 1px #7a8797;
	color: #fff;
	padding: 10px;
}
table.table_list td {
	font-size: 14px;
	border: solid 1px #cccccc;
	padding: 10px;
	text-align: left;
	background: #FFFFFF;
}
table.table_list td:first-child {
	background: #e3eaf3;
}
table.table_list td.no {
	width: 10%;
	font-size: 12px;
	text-align: center;
}
table.table_list td.t-dl {
	width: 25%;
}
table.table_list td.t-plan {
	width: 25%;
}
table.table_list td.dl {
	width: 25%;
}
table.table_list td a{
	color: #333;
	font-weight: bold;
	text-align: right;
}
table.table_list td.btn {
	width: 70px;
	font-size: 13px;
	border: none;
	color: #FFFFFF;
	background: none;
	border-radius: 5px;
}
table.table_list td.btn a{
	height: 40px;
	color: #FFFFFF;
	font-weight: bold;
	background: #BABABA;
	text-decoration: none;
	border-radius: 5px;
	padding: 10px 20px;
}
table.table_list td.dlt {
	width: 10px;
	color: #FFFFFF;
	border: none;
	background: none;
	border-radius: 5px;
}
table.table_list td.dlt a {
	color: #777;
	font-weight: normal;
}
table.table_list td.btn a:hover {
	color: #fff;
	background: #f56500;
	transition: 0.4s ease-in-out;
}
table.table_list td.dlt a:hover {
	color: #f56500;
	transition: 0.4s ease-in-out;
}
table.table_menu{
	width: 900px;
	margin: 20px 0 80px;
	padding: 0;
	border: none;
	border-collapse: collapse;
}
table.table_menu th {
	background: #1a4b69;
	border: solid 1px #7a8797;
	color: #fff;
	padding: 10px;
}
table.table_menu td:first-child{
	width: 25%;
	padding: 15px;
	text-align: left;
	line-height: 120%;
	font-size: 15px;
	font-weight: bold;
	background: #436475;
	border: solid 1px #7a8797;
	color: #fff;
}
table.table_menu td {
	width: 70%;
	text-align: left;
	font-size: 14px;
	padding: 10px 20px;
	background: #FFFFFF;
	border: solid 1px #cccccc;
}
input.fix-btn {
	width: auto;
	padding: 5px 10px;
	border: 1px #999 solid;
	float: right;
}
input.dluser-btn {
	width: auto;
	margin: 0 auto 60px;
	padding: 5px 10px;
	border: 1px #999 solid;
}


/* ──────────────────────── */
/* ページトップへ */
/* ──────────────────────── */

#page_top{
	width: 80px;
	height: 80px;
	position: fixed;
	right: 0;
	bottom: 30px;
	opacity: 0.6;
}
#page_top a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 20px;
	color: #3f98ef;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -30px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
#page_top a::after{
	content: 'PAGE TOP';
	font-size: 12px;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #3f98ef;
}


/* ──────────────────────── */

このCSSファイルの無断配布及び商用販売を固く禁じます。
Copyright 株式会社Mithril All rights Reserved.

/* ──────────────────────── */