@charset "UTF-8";
body {
/*	transform: scale(90%);*/
}
/* reset-------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: yu-gothic-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 62.5%; /* -> 10px */
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	overflow: visible
}
ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color :#222222;
	outline: none;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}
a:focus {
	outline: none;
}
a[href^="tel:"] {
	color: white;
}
ins {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="reset"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	border-radius: 0;
	/* background: transparent; */
}
::-ms-expand { /* select要素のデザインを無効にする（IE用） */
	display: none;
}
button,
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
}
input[type="radio"] {
	display: none;
}
input[type="radio"]:checked + label {
	background: #ff0000;
}

/* common */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
	font-family: 'Noto Sans JP', sans-serif;
}
.w100 {font-weight: 100;}
.w200 {font-weight: 200;}
.w300 {font-weight: 300;}
.w400 {font-weight: 400;}
.w500 {font-weight: 500;}
.w700 {font-weight: 700;}
.w900 {font-weight: 900;}
.hide{ display: none;}
.btn{ display: block;}
.sp_only{ display: block;}
.tb_only{ display: block;}
.pc_only{ display: none;}
.ma_c{margin: 0 auto!important;}
.red{color: #FF0000;}

img {
	width: 100%;
	object-fit: cover;
}
p, span, a, li, dt, dd {
	font-size:1.4rem;
	letter-spacing: 0.05em;
}
.nodis {
	display: none!important;
}
.ondis{
	display: block!important;
}
/***********************************************************
ログイン    ****************/
body.login {
	background-image: url(/images/login_bg_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 100vh;
}
body.login main {
	padding: 0;
}
section.login {
	position: relative;
	width: 100vw;
	height: 100vh;
}
.loginform {
	width: 356px;
	max-width: 356px;
	border: 1px solid #fff;
	border-radius: 2rem;
	background-color: #ffffff0f;
	position: absolute;
	top: 20%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.loginform img {
	width: 300px;
	margin: 1.5rem auto;
	display: block;
}
.loginform ul {
}
.loginform li {
	width: 240px;
	margin: 15px auto;
}
.loginform li input {
	width: 240px;
	height: 50px;
	background-color: #ffffff26;
	border: 1px #fff solid;
	border-radius: 0.2rem;
	font-size: 1.5rem;
	color: #fff;
	padding: 0 1rem;
	box-sizing: border-box;
}
.loginform li input::placeholder {
	color: #fff;
}
.loginform li span a {
	background-color: #fff;
	width: 100%;
	height: 50px;
	display: block;
	border-radius: 0.2rem;
	line-height: 50px;
	font-size: 1.5rem;
	margin-top: 3rem;
	text-align: center;
}
.loginform li span.red a {
	background-color: #E84949;
	color: #fff;
}
.loginform li p a {
	color: #fff;
	font-size: 1.4rem;
	text-align: right;
	width: 100%;
	display: block;
	margin-top: 3rem;
	font-weight: 200;
}
ul.login_error {
	position: absolute;
	background-color: #e84949;
	text-align: center;
	right: 0;
	left: 0;
	bottom: 360px;
	margin: auto;
	border-radius: 10px;
	width: 240px;
}
.login_error li {
	margin: 10px 0;
	font-weight: 600;
	color: #fff;
}
ul.repass_error {
	position: absolute;
	background-color: #e84949;
	text-align: center;
	right: 0;
	left: 0;
	bottom: 246px;
	margin: auto;
	border-radius: 10px;
	width: 240px;
}
.repass_error li {
	margin: 10px 0;
	font-weight: 600;
	color: #fff;
}
.newcreate a {
	width: 240px;
	height: 50px;
	display: block;
	background-color: #E84949;
	font-size: 1.5rem;
	color: #fff;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: 42px auto;
	border-radius: 0.2rem;
}
.loginback a {
	width: 240px;
	height: 50px;
	display: block;
	background-color: #fff;
	font-size: 1.5rem;
	color: #000;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	margin: 42px auto;
	border-radius: 0.2rem;
}
ul.signup_error {
	position: absolute;
	background-color: #e84949;
	text-align: center;
	right: 0;
	left: 0;
	bottom: 505px;
	margin: auto;
	border-radius: 10px;
	width: 240px;
}
.signup_error li {
	margin: 10px 0;
	font-weight: 600;
	color: #fff;
}
body.locallogin {
	background-image: url(/images/locallogin_bg_img.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	height: 100%;
}
body.locallogin::before {
	content: "";
	width: 100vw;
	height: 100vh;
	display: block;
	background-color: #0000006e;
}
body.locallogin main {
	padding: 0;
}
/***********************************************************
user ベース    ****************/
body {
	background-color: #F8F8F8;
}
/***********************************************************
user ヘッダ    ****************/
header {
	width: 100vw;
	height: 42px;
	position: fixed;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #3C3C3C;
	padding: 0 2rem;
	box-sizing: border-box;
	z-index: 999;
}
.sys_title {
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: normal;
	color: #fff;
}
.sys_title img {
	width: 135px;
	margin-right: 5px;
}
.sys_title h1 {
	display: none;
	/* font-size: 1.4rem; */
}
ul.headnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: normal;
}
.headnav li.upgrade a {
    color: #b50e02;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 28px;
    height: 28px;
}
.headnav li {
	color: #fff;
	font-size: 1.3rem;
	margin: 0 1rem;
}
.headnav li label {
	font-size: 1.3rem;
}
.headnav li img {
	width: 23px;
	height: 23px;
	margin: 0 0.5rem 0 0;
	object-fit: contain;
}
.headnav li a {
	color: #fff;
	font-size: 1.3rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: normal;
}
/***********************************************************
user メイン    ****************/
main {
	padding: 42px 20px;
}
section.breadnav {
	width: 100%;
	/* height: 45px; */
}
section.breadnav ul {
	display: flex;
	/* flex-direction: row; */
	flex-flow: row wrap;
	align-items: center;
	justify-content: normal;
	line-height: 25px;
	padding: 10px 0;
}
section.breadnav li {
	font-size: 1.3rem;
	display: flex;
	flex-flow: row nowrap;
	white-space: nowrap;
}
section.breadnav li::after {
	content: " > ";
}
section.breadnav li:last-child::after {
	content: "";
}
section.breadnav li a {
	font-size: 1.3rem;
}
section.content {
	width: 100%;
	height: auto;
	min-height: 80vh;
	background-color: #fff;
	padding: 22px 28px;
	box-sizing: border-box;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .1);
}
.title-search {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
h2 {
	font-size: 1.4rem;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
h2::before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 5px;
	position: absolute;
	background-color: #20BCD9;
	left: 0;
}
.title-search form {
	margin-bottom: 15px;
}
.search {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: normal;
}
.search input {
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
	padding: 5px;
	box-sizing: border-box;
}
.search a {
	background-color: #3d3d3d;
	height: 30px;
	width: fit-content;
	display: block;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 1.2rem;
}
.input_data {

}
.input_data dl {
	max-width: 600px;
	min-height: 37px;
	display: flex;
	flex-direction: row;
	align-items: initial;
	justify-content: initial;
	background-color: #fafafa;
}
.input_data dt {
	width: 92px;
	min-height: 37px;
	position: relative;
	padding: 5px;
	font-size: 1rem;
	color: #797979;
	border: 1px solid #CBCBCB;
	border-right: none;
	border-bottom: none;
	display: flex;
	align-items: center;
}
.input_data dt::after {
	content: "";
	width: 1px;
	min-height: 16px;
	display: block;
	background-color: #CBCBCB;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.input_data dd {
	font-size: 1.4rem;
	width: 100%;
	min-height: 37px;
	border: 1px solid #CBCBCB;
	border-left: none;
	border-bottom: none;
	padding: 5px 14px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.input_data dd textarea {
	width: 100%;
	height: 80px;
	border: none;
	background-color: transparent;
}
.input_data dd.logo img{
	max-width: 71px;
	max-height: 71px;
	object-fit: contain;
}
.input_data dt span.admin_only {
	font-size: 1rem;
	color: #9d2121;
}
.sort_select {
	position: absolute;
	top: 100px;
	right: 30px;
}
.sort_select>a{
	display: block;
	font-size: 1.4rem;
	line-height: 38px;
	color: #fff;
	background-color: #797979;
	text-align: center;
	width: 190px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.sort_select>a.active{
	background-color: #1fbcd9;
	border: 1px solid #1fbcd9;
}
.sort_select label {
	/* display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 38px;
	color: #3d3d3d;
	position: relative; */
}
.sort_select input[type="checkbox"] {
	/* margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 55px; */
}
.sort_select input[type="checkbox"]::before {
	/* content: "非公開・公開終了を表示";
	font-size: 1.4rem;
	position: absolute;
	line-height: 38px;
	color: #fff;
	background-color: #797979;
	text-align: center;
	width: 180px;
	height: 38px;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 10px; */
}
.sort_select input[type="checkbox"]::after {

}
.sort_select input[type="checkbox"]:checked::before {
	opacity: 0;/*チェック後表示*/
}
.sort_select input[type="checkbox"]:checked::after {
	/* content: "非公開・公開終了を非表示";
	font-size: 1.4rem;
	position: absolute;
	line-height: 38px;
	color: #fff;
	background-color: #1fbcd9;
	text-align: center;
	width: 180px;
	height: 38px;
	top: 0;
	left: 0;
	border: none;
	border-radius: 10px; */
}







img.solcheck_img {
	width: 70px;
}
.input_data input {
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	color: #000;
	border: none;
	background-color: transparent;
}
.input_data input[type="file"] {
	margin: 5px 0;
}
.input_data select {
	width: 100%;
	background-color: transparent;
}

.input_data dl:nth-child(even) {
	background-color: #fff;
}
.input_data dl:last-child {
	border-bottom: 1px solid #CBCBCB;
}
.btn_warp {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: normal;
}
.save a {
	width: 240px;
	height: 50px;
	display: block;
	background-color: #E84949;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 1.6rem;
	margin: 30px 30px 0 0;
}
.delete a {
	width: 240px;
	height: 50px;
	display: block;
	background-color: #ababab;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 1.6rem;
	margin: 30px 0 0 30px;
}
.pass_edit a {
	width: 240px;
	height: 50px;
	display: block;
	background-color: #3C3C3C;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 1.6rem;
	margin: 30px 30px 0 0;
}
.back a {
	width: 240px;
	height: 50px;
	display: block;
	background-color: #3C3C3C;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 1.6rem;
	margin: 30px 30px 0 0;
}
ul.pager {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0;
}
.pager li {
	width: 30px;
	height: 30px;
	background-color: #ea5a5a;
	margin: 0 10px 0 0;
	border-radius: 5px;
	line-height: 30px;
}
.pager li a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
}
ul.error {
	margin: 10px 0;
}
.error li {
	font-size: 1.3rem;
	color: #e84949;
	font-weight: 600;
}
ul.submit {
	margin: 10px 0;
}
.submit li {
	font-size: 1.3rem;
	color: #000;
	font-weight: 600;
}
.input_data table {

}
.input_data tr {

}
.input_data tr:hover td {
	background-color: #EDEDED;
}
.input_data th {
	text-align: left;
	font-weight: 600;
}
.input_data th a {
	padding: 0 15px 0 5px;
	font-size: 1.4rem;
}
.input_data td {
	height: 37px;
	line-height: 37px;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.input_data td a {
	font-size: 1.4rem;
	display: block;
	padding: 0 15px 0 5px;
}
.input_data td.number {
	text-align: right;
}
.input_data td.td_color a {
	color: #20BCD9;
}
.input_data span.standarduser {
	color: #20BCD9;
	font-size: 1.4rem;
}
.input_data span.liteuser {
	color: #00a627;
	font-size: 1.4rem;
}
.input_data span.freeuser {
	color: #E84949;
	font-size: 1.4rem;
}
.input_data span.kintone {
	color: #E84949;
	font-size: 1.4rem;
}


/***********************************************************
user コンテンツスタート    ****************/
.top_box {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_box section {
	margin: 0 15px 15px 0;
}
section.top_content {
	width: fit-content;
	height: auto;
	background-color: #fff;
	padding: 22px 28px;
	box-sizing: border-box;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .1);
}
.top_content ul {

}
.top_content li {
	width: 330px;
	height: 147px;
}
.top_content li h3 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 4.5rem;
}
.top_content li h3.under {
	text-decoration: underline;
}
.top_content li p {
	color: #fff;
	font-size: 1.3rem;
}
.top_content li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 2rem;
	box-sizing: border-box;
}
.top_content li:first-child {
	background-image: url(/images/service_01.png);
}
.top_content li:nth-child(2) {
	margin: 10px 0;
	background-image: url(/images/service_02.png);
}
.top_content li:last-child {
	background-image: url(/images/service_03.png);
}
section.top_movie {
	width: fit-content;
	max-width: 700px;
	height: fit-content;
	background-color: #fff;
	padding: 22px 28px;
	box-sizing: border-box;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .1);
}
.top_movie ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_movie li {
	width: 270px;
	height: 60px;
	margin:0 30px 10px 0;
}
.top_movie li a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_movie li img {
	width: 105px;
	height: 62px;
}
.top_movie li h3 {
	font-size: 1.1rem;
	font-weight: bold;
}
.top_movie li p {
	background-color: #434343;
	width: fit-content;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	right: 5px;
}
.top_movie li .mc_box {
	width: 160px;
	height: 60px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}
section.top_info {
	max-width: 700px;
	width: auto;
	height: fit-content;
	background-color: #fff;
	padding: 22px 28px;
	box-sizing: border-box;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .1);
	position: relative;
}
section.top_info h2 + a{
	background-color: rgb(67, 67, 67);
	width: fit-content;
	color: rgb(255, 255, 255);
	font-size: 1.1rem;
	line-height: 27px;
	font-weight: 600;
	position: absolute;
	top: 19px;
	right: 28px;
	padding: 0 10px;
	border-radius: 5px;
}
.top_info ul {
}
.top_info li  {
	font-size: 1.4rem;
}
.top_info li a {
	font-size: 1.4rem;
	width: 100%;
	height: 37px;
	line-height: 37px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	box-sizing: border-box;
}
.top_info li a:hover {
	background-color: #EDEDED;
}
.top_info li span {
	color: #20BCD9;
	font-size: 1.4rem;
	margin-right: 14px;
}
/***********************************************************
user tool    ****************/
.toolbox {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
}
.toolboxleft {
	justify-content: initial!important;
}
.tooltype {
	background-color: #f6f6f6;
	margin: 0 10px 0 0;
	width: 33%;
}
.tooltype h3 {
	font-size: 1.4rem;
	font-weight: bold;
	position: relative;
	height: 20px;
	margin: 0 0 10px 0;
	background-color: #3d3d3d;
	padding: 10px;
	color: #fff;
	text-align: center;
}
.tooltype dl {
	padding: 10px;
	box-sizing: border-box;
	margin: 10px auto;
	width: 95%;
	background-color: #fff;
}
.tooltype dl a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.tooltype dt {
	width: 70px;
	display: flex;
	margin-right: 10px;
}
.tooltype dd p.service_ptitle {
	font-size: 1.5rem;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	width: 100%;
	text-align: center;
}
.tooltype dd {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: calc(100% - 70px);
}
.tooltype dd img {
	width: 50px;
	margin-right: 15px;
}
.tooltype dd p {
	font-size: 1.2rem;
}
.toolbox_02 {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
}
.tooltype_02 {
	background-color: #f6f6f6;
	margin: 0 10px 0 0;
	width: 66%;
	max-width: 800px;
}
ul.tool02list {
	width: 600px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.tool02list li {
	width: 28%;
	display: block;
}
.tool02list li a {

}
.toolbox ul {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	min-width: 270px;
	max-width: 270px;
}
.toolbox li {
	width: 46%;
	margin: 10px;
}
.toolbox li a {
	width: 100%!important;
	height: 60px;
	display: block;
	background-color: #3d3d3d;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
	font-size: 1.2rem;
	font-weight: bold;
}
ul.suggestion {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	min-width: 480px;
	max-width: 480px;
}
.suggestion li {

}
.suggestion li a span {
	position: absolute;
	line-height: 1.8rem;
	left: 20px;
	bottom: 18px;
	font-size: 1.2rem;
}
.suggestion li a {
	width: 220px;
	height: 60px;
	display: block;
	background-color: #3d3d3d;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 3px;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 10px;
	position: relative;
}
.suggestion li:first-child a {
	width: 460px;
	height: 120px;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	background-color: #3d3d3d;
	font-size: 1.6rem;
}
ul.branding {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	min-width: 100%;
	max-width: 100%;
}
.branding li a {
	width: 260px;
}
/***********************************************************
サービス紹介ページ    ****************/
.service_detail {
	max-width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.detail_box {
	width: calc(85% - 260px);
}
dl.service_text {
	width: 100%;
}
.service_text dt {
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.service_text dd {
	min-height: 75px;
	font-size: 1.4rem;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}
.service_text dd:last-child{
	/* margin-bottom: 0; */
}
.service_link {
	width: 240px;
	margin-left: 20px;
	margin-top: 31px;
}
.service_link ul {
	width: 240px;
}
.service_link li {
	width: 240px;
	margin: 0 0 10px;
}
.service_link li:last-child{
	/* margin-bottom: 0; */
}
.service_link li a {
	width: 240px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	background-color: #404040;
}
.service_link li.sl_01 a {
	/* background-image: url(/images/sl_01.png); */
}
.service_link li.sl_02 a {
	/* background-image: url(/images/sl_02.png); */
}
.service_link li.sl_03 a {
	/* background-image: url(/images/sl_03.png); */
}
.service_link li.sl_04 a {
	/* background-image: url(/images/sl_04.png); */
}
.service_link li.sl_05 a {
	/* background-image: url(/images/sl_05.png); */
}
.service_link li.sl_06 a {
	/* background-image: url(/images/sl_06.png); */
}
.service_link li.sl_no {
	width: 240px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	background-color: #404040;
}
.service_case a {
	max-width: 100%;
	height: 100px;
	display: block;
	text-align: center;
	line-height: 100px;
	font-size: 1.6rem;
	color: #fff;
	margin: 10px 0;
	background-image: url(/images/usercase.png);
	/* background-color: #1fbcd9; */
	border-radius: 5px;
}
.user_authority {
	position: absolute;
	background-color: #fff;
	top: 30%;
	left: 0;
	right: 0;
	max-width: 450px;
	margin: auto;
	border-radius: 5px;
	padding: 10px 20px;
	box-sizing: border-box;
}
.user_authority p {
	font-size: 1.4rem;
	line-height: 3.4rem;
	text-align: center;
}
.user_authority p span {
	font-size: 1.4rem;
	font-weight: 600;
	color: #c00000;
}
span.nodis {
	display: none;
}
p.auth_info {
	font-size: 1.6rem;
	font-weight: 600;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 15px 0;
}
.auth_info img {
	width: 30px;
	margin-right: 10px;
}
.auth_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	margin: 20px 0;
}
.auth_form a {
	width: 160px;
	height: 32px;
	display: block;
	background-color: #1fbcd9;
	color: #fff;
	text-align: center;
	line-height: 32px;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 5px;
}
.auth_close a {
	width: 160px;
	height: 32px;
	display: block;
	background-color: #E84949;
	color: #fff;
	text-align: center;
	line-height: 32px;
	box-sizing: border-box;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 5px;
}
/***********************************************************
プラン    ****************/
table.plan {

}
.plan tr {

}
.plan tr.backg {
	background-color: #f9f9f9;
}
.plan th {
	border: 1px solid #ccc;
	font-size: 1.4rem;
	padding: 5px 0;
	box-sizing: border-box;
}
.plan th.none {
	border: none;
	vertical-align: middle;
	font-weight: 600;
}
.plan th.plan_title {
	font-size: 1.6rem;
	font-weight: 600;
	width: 180px;
	padding: 5px 0;
	box-sizing: border-box;
	background-color: #f9f9f9;
}
.plan th.plan_price {
	font-size: 2.4rem;
	font-weight: 600;
	color: #1fbcd9;
}
.plan th.title_cat {
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #555555;
	color: #fff;
	text-align: left;
	padding: 5px;
	box-sizing: border-box;
	border: none;
}
.plan td {
	border: 1px solid #ccc;
	font-size: 1.4rem;
	padding: 5px 0;
	box-sizing: border-box;
	text-align: center;
}
.plan td.title {
	text-align: left;
	width: 270px;
	padding: 5px;
	box-sizing: border-box;
}
.plan th.no1 {
	border-right: 4px solid #1fbcd9;
	border-left: 4px solid #1fbcd9;
	position: relative;
}
.plan th.no1t::after {
	content: "人気No1";
	position: absolute;
	width: 105%;
	top: -30px;
	left: -4px;
	height: 30px;
	background-color: #1fbcd9;
	color: #fff;
	line-height: 30px;
}
.plan td.no1 {
	border-right: 4px solid #1fbcd9;
	border-left: 4px solid #1fbcd9;
}
.plan td.no1b {
	border-bottom: 4px solid #1fbcd9;
}
.plan th.no1t {
	border-top: 4px solid #1fbcd9;
}
.membership_btn a {
	position: fixed;
	bottom: 0;
	right: 0;
	background-image: url(/images/plan_btn.png);
	padding: 20px 40px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
/***********************************************************
user 提案書作成    ****************/
.entry_caution {
	width: 100%;
	height: 100%;
	background-color: #000000bf;
	position: fixed;
	top: 0;
	left: 0;
	padding: 260px;
	box-sizing: border-box;
}
.entry_caution p {
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
}
.entry_btn_wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	margin: 50px 0 0 0;
}
.entry_btn a {
	display: block;
	background-color: #E84949;
	width: 240px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	border-radius: 2px;
}
.entry_btn span {
	color: #fff;
	letter-spacing: 0;
	margin: 10px 0 0 0;
	display: block;
}
/***********************************************************
user 提案書作成 カテゴリ    ****************/
.category_wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}
.category_wrap dl {
	width: 33%;
	height: 270px;
	margin-right: 1rem;
	background-color: #ededed;
}
.category_wrap dt {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}
.category_wrap dt.cat_01 {
	background-color: #077286;
}
.category_wrap dt.cat_02 {
	background-color: #0F9DB7;
}
.category_wrap dt.cat_03 {
	background-color: #20BCD9;
}
.category_wrap dd {
	background-color: #EDEDED;
	height: 45px;
}
.category_wrap dd a {
	text-align: center;
	font-size: 1.4rem;
	display: block;
	width: 100%;
	line-height: 45px;
}
/***********************************************************
user 提案書作成 中編    ****************/
.input_data label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	max-width: 600px;
	height: 37px;
	line-height: 37px;
	position: relative;
	border: 1px solid #ccc;
	border-bottom: none;
}
.input_data label:last-child {
	border-bottom: 1px solid #ccc;
}
.input_data label:hover {
	background-color: #e3e3e3;
}
.input_data input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 55px;
}
.input_data input[type="checkbox"]::before {
	content: "未選択";
	font-size: 1rem;
	position: absolute;
	line-height: 37px;
	color: #797979;
	text-indent: 10px;
}
.input_data input[type="checkbox"]::after {

}
.input_data input[type="checkbox"]:checked::before {
	opacity: 0;/*チェック後表示*/
}
.input_data input[type="checkbox"]:checked::after {
	content: "選択";
	opacity: 1;
	font-size: 1rem;
	position: absolute;
	line-height: 37px;
	color: #fff;
	background-color: #1fbcd9;
	width: 100%;
	z-index: 0;
	text-indent: 15px;
}
.input_data label p {
	font-size: 1.4rem;
	z-index: 1;
	border-left: 1px solid #ccc;
	height: 22px;
	line-height: 22px;
	text-indent: 15px;
}
.suggestion_tool_box {
	max-width: 800px;
}
/***********************************************************
user 提案書作成 コンテンツ    ****************/
section.contents_count {
	position: fixed;
	top: 42px;
	right: 0;
	background-color: #fff;
	z-index: 999;
	width: 320px;
	height: 50px;
	box-shadow: 0 10px 10px 0 rgb(0 0 0 / 19%);
	line-height: 50px;
	text-align: center;
}
.contents_count p {
	font-size: 1.4rem;
}
.contents_count span {
	font-size: 3rem;
	margin-left: 10px;
}
.content h3 {
	background-color: #4d4d4d;
	color: #fff;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	font-size: 1.4rem;
	height: 36px;
	line-height: 36px;
	margin: 0 0 2rem 0;
}
table.contents_check {
	width: 100%;
}
.contents_check th {
	width: 80px;
	height: 60px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
	box-sizing: border-box;
}
.contents_check th a {
	width: 98px;
	height: 50px;
	padding: 10px 0;
	box-sizing: border-box;
	background-color: #ccc;
	display: block;
	line-height: 1.6rem;
	border-radius: 1rem;
}
.contents_check th label {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 50px;
	color: #3d3d3d;
	position: relative;
}
.contents_check th input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 55px;
}
.contents_check th input[type="checkbox"]::before {
	content: "○ 選択する";
	font-size: 1.4rem;
	position: absolute;
	line-height: 50px;
	color: #797979;
	text-align: center;
	width: 98px;
	height: 50px;
	top: 0;
	left: 0;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.contents_check th input[type="checkbox"]::after {

}
.contents_check th input[type="checkbox"]:checked::before {
	opacity: 0;/*チェック後表示*/
}
.contents_check th input[type="checkbox"]:checked::after {
	content: "● 選択済み";
	font-size: 1.4rem;
	position: absolute;
	line-height: 50px;
	color: #fff;
	background-color: #1fbcd9;
	text-align: center;
	width: 98px;
	height: 50px;
	top: 0;
	left: 0;
	border: none;
	border-radius: 10px;
}
.contents_check th p {
	font-size: 1.4rem;
	color: #787878;
}
.contents_check td {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	box-sizing: border-box;
}
.contents_check td.sp_text {
	width: 350px;
}
.contents_check td.logo {
	width: 98px;
}
.contents_check td.logo img {
	width: 71px;
	margin: 0 auto;
	display: block;
}
.contents_check td.details {
	width: 42px;
	margin-right: 5px;
}
.contents_check td.details a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
	width: 42px;
}
.contents_check td.details a span {
	font-size: 1.1rem;
	text-align: center;
	color: #4b4b4b;
	margin: 1px 3px 0 0;
}
.contents_check td.details a span.off_c {
	color: #ccc;
}
.contents_check td.no_contents a {
	color: #ccc;
}
.contents_check td.details img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}
.contents_check td p {
	font-size: 1.6rem;
	font-weight: 100;
}
.contents_check td p span {
	font-size: 1.6rem;
	font-weight: bold;
}
.contents_check td.pay_type {
	width: 100px;
}
.contents_check td p.nopay {
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 10px;
    display: inline-block;
    margin-top: 3px;
}
.contents_check td p.nopay span.btn {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	background-color: #a8a8a8;
	border-radius: 10px;
}
.contents_check td p.nopay span {
	font-size: 1.1rem;
	text-align: center;
	color: #ccc;
	margin: -4px 3px 0 0;
	display: block;
}
.contents_check td p.sub {
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	display: inherit;
}
.contents_check td p.sub a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: inline-grid;
}
.contents_check td p.sub a span.btn {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	background-color: #eb5353;
	border-radius: 10px;
}
.contents_check td p.sub a span {
	font-size: 1.1rem;
	text-align: center;
	color: #4b4b4b;
	margin: -4px 3px 0 0;
	display: block;
}
.contents_check td p.spot {
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	font-size: 1.6rem;
	display: inherit;
}
.contents_check td p.spot a {
	width: 100%;
	height: 100%;
	color: #fff;
	display: inline-grid;
}
.contents_check td p.spot a span.btn {
	color: #fff;
	display: block;
	font-size: 1.2rem;
	background-color: #23c4de;
	border-radius: 10px;
}
.contents_check td p.spot a span {
	font-size: 1.1rem;
	text-align: center;
	color: #4b4b4b;
	margin: -4px 3px 0 0;
	display: block;
}
.contents_check td.cost {
	padding: 0 10px;
	box-sizing: border-box;
}
.contents_check td.sol_edit_btn {
	width: 55px;
}
.contents_check td.sol_edit_btn a {
	background-color: #eb5353;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 10px;
	width: 55px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	margin: 0 0 0 20px;
	color: #fff;
}
.contents_check td.fee {
	width: 55px;
}
.contents_check td.fee a {
	background-color: #a8a8a8a8;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}
.contents_check td.other a {

}
.contents_check td.other img {

}
.contents_modal {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #0000007a;
	top: 0;
	left: 0;
	z-index: 99999;
}
.contents_modal ul {
	max-width: 500px;
	height: 60%;
	margin: 0 auto;
	top: 10%;
	position: relative;
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: scroll;
}
li.contents {
	font-size: 1.6rem;
}
li.m_on {
	display: block;
}
li.m_off {
	display: none;
}
.m_close a {
	width: 120px;
	height: 42px;
	display: block;
	position: fixed;
	background-color: #E84949;
	font-size: 1.6rem;
	line-height: 42px;
	text-align: center;
	border-radius: 10px;
	bottom: 20%;
	margin: auto;
	left: 0;
	right: 0;
	color: #fff;
}
.to_make a {
	position: fixed;
	z-index: 999;
	top: 42px;
	right: 0;
	width: 204px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #eb5353;
	color: #fff;
}
/***********************************************************
管理画面    ****************/
ul.cat_list {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 0 0px 0;
}
.cat_list li {
	width: 120px;
	margin: 0 20px 0 0;
}
.cat_list li:last-child {
	margin: 0;
}
.cat_list li.checked a {
	background-color: #e84949;
	box-sizing: border-box;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin: 0 20px 20px 0;
	padding: 5px;
	color: #fff;
}
.cat_list li a {
	width: 100%;
	background-color: #ccc;
	padding: 5px;
	box-sizing: border-box;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin: 0 20px 20px 0;
}
table.so_list {
	width: 100%;
	margin-bottom: 20px;
}
.so_list caption {
	text-align: left;
	font-size: 1.6rem;
	padding: 5px 0;
	margin-bottom: 10px;
	border-radius: 5px;
	position: relative;
}
.so_list caption::before {
	content: '●';
	display: inline-block;
}
.so_list tr {

}
.so_list th {
	background-color: #3d3d3d;
	text-align: left;
	padding: 10px 5px;
	box-sizing: border-box;
	font-size: 1.4rem;
	color: #fff;
}
.so_list td {
	border: 1px solid #ccc;
	padding: 10px 5px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.so_list td a {
	width: 100%;
	height: 100%;
	display: block;
	color: #1fbcd9;
}
/***********************************************************
新着記事    ****************/
.news_date input {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 1.4rem;
}
.editor_wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
}
.editor_wrap input {
	margin: 10px 0;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.editor_wrap textarea {
	border: 1px solid #ccc;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.news_release {
	
}
.news_release select {
	width: 120px;
	height: 38px;
	background-color: #f8f8f8;
	margin: 20px 0;
	border-radius: 5px;
	text-align: center;
	border: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	font-size: 1.4rem;
}
.insert {

}
.insert dl {

}
.news_release p {
	background-color: #f0f0f0;
	padding: 10px;
	box-sizing: border-box;
}
.editor_wrap p {
	background-color: #f0f0f0;
	margin: 10px 0;
	padding: 10px;
	box-sizing: border-box;
}
.insert dd p {
	background-color: #f0f0f0;
	padding: 10px;
	box-sizing: border-box;
}
.insert dd p a {
	background-color: #f0f0f0;
	box-sizing: border-box;
}

.insert dd input[type="text"] {
	width: 100%;
	margin: 10px 0;
	height: 32px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.4rem;
}
.insert dd {
	margin: 10px 0;
}
.insert dd.img_addition a {
	width: 25px;
	height: 25px;
	display: block;
	background-color: #ccc;
	text-align: center;
	line-height: 23px;
	border-radius: 50%;
	font-weight: bold;
}
.insert dd.file_addition a {
	width: 25px;
	height: 25px;
	display: block;
	background-color: #ccc;
	text-align: center;
	line-height: 23px;
	border-radius: 50%;
	font-weight: bold;
}
.news_pager ul {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.news_pager li {
	background-color: #1ebcd9;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	margin: 0 10px 0 0;
	color: #fff;
}
.news_pager li a {
	background-color: #3d3d3d;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
	color: #fff;
}


	/***********************************************************
提案書作成　印刷　表紙    ****************/
article.cover {
	width: 297mm;
	/* height: 210mm; */
	height: 180mm;
	page-break-after: always;
	position: relative;
	counter-increment: page_count;
	margin: 0px auto;
	vertical-align: middle;
	display: table;
	box-sizing: border-box;
}
article.cover img.img80 {
	width: 70%;
}
article.coverwrap {
	width: 297mm;
	/* height: 210mm; */
	height: 180mm;
	page-break-after: always;
	position: relative;
	counter-increment: page_count;
	margin: 0px auto;
	vertical-align: middle;
	display: table;
	/* margin-bottom: 10px; */
	margin-bottom: 10mm;
	overflow: hidden;
	box-sizing: border-box;
}
.c_wrap {
	display: table-cell;
	vertical-align: middle;
}
article.cover:after{
	position: absolute;
	right: 30px;
	bottom: 40px;
	content: counter(page_count) "";
	background-color: #f9f9f9;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 1.4rem;
	border-radius: 50%;
}
article.cover:last-child{
	page-break-after: auto;
}
p.client {
	position: absolute;
	top: 37%;
	left: 123px;
	z-index: 1;
	font-size: 2rem;
}
p.cover_title {
	position: absolute;
	top: 42%;
	left: 123px;
	font-size: 5rem;
	border-bottom: 1px dotted #144381;
	width: 42%;
	z-index: 1;
	color: #144381;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.cover_title img {
	width: 270px;
}
article.cover p.cover_title span {
	font-size: 1.6rem;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 60px;
}
img.imgmax {
	width: 297mm;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}
img.imgcorner {
	width: 220px;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}
.mv_wrap {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: space-between;
	width: 83%;
	right: 0;
	left: 0;
	bottom: 27%;
	margin: auto;
	position: absolute;
	z-index: 1;
	padding: 0 20px 0 30px;
	box-sizing: border-box;
}
.mv_wrap dl {
	width: 370px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.mv_wrap dt {
	width: 120px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.mv_wrap dd {
	width: 250px;
	font-size: 1.4rem;
}
img.info {
	width: 320px;
	position: absolute;
	bottom: -70px;
	right: 10px;
}
/***********************************************************
提案書作成　印刷　中身    ****************/
.p_wrap {
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
dl.index_title {
	width: 260px;
	z-index: 2;
	position: absolute;
	left: 0;
	display: block;
	top: 35%;
	box-sizing: border-box;
	border-radius: 5px;
}
.index_title dt {
	letter-spacing: 0.05em;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 56px 0;
	padding: 0 0 14px 0;
	border-bottom: 2px solid #000;
	color: #000;
	text-align: center;
	width: 150px;
}
.index_title dd {
	font-size: 2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0;
	text-indent: 10px;
	position: relative;
}
.index_title dd::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #000;
	width: 75px;
	right: 0;
}
.index_title dd span {
	background-color: #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
	font-size: 1rem;
	margin: 5px 0px;
}
.index_title dd a {
	font-size: 1.6rem;
	color: #000;
}
article h3.printtitle {
	background-color: transparent;
	font-size: 3.5rem;
	margin: 30px;
	font-weight: bold;
	z-index: 2;
	position: relative;
	color: #144489;
}
p.cover_detail {
	font-size: 1.4rem;
	margin: 30px 50px;
	position: relative;
	z-index: 2;
}
img.img80 {
	width: 80%;
	margin: 30px auto;
	display: block;
}
article h3.p_title {
	background-color: transparent;
	color: #000;
	font-size: 3rem;
	font-weight: 600;
	z-index: 3;
	position: relative;
}
article h3.solution_title {
	background-color: transparent;
	color: #fff;
	font-size: 5rem;
	margin: auto;
	font-weight: 600;
	z-index: 1;
	position: absolute;
	border-bottom: 1px solid #fff;
	display: block;
	top: 170px;
	left: 0;
	right: 0;
	width: 500px;
	height: 60px;
	padding: 1rem;
	text-align: center;
	box-sizing: border-box;
}
h4.pagetitle {
	z-index: 1;
	display: block;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: auto;
	width: fit-content;
	font-size: 5rem;
	border-bottom: 2px solid #144381;
	color: #144381;
}
p.pagesubtitle {
	z-index: 1;
	display: block;
	position: absolute;
	top: 52%;
	right: 0;
	left: 0;
	margin: auto;
	width: fit-content;
	font-size: 2.5rem;
	color: #144381;
	font-weight: bold;
}
p.pagesubtitle_min {
	z-index: 1;
	display: block;
	position: absolute;
	top: 52%;
	right: 0;
	left: 0;
	margin: auto;
	width: fit-content;
	font-size: 1.6rem;
	color: #144381;
	font-weight: bold;
	text-align: center;
}
p.solution_text {
	font-size: 1.4rem;
	color: #fff;
	position: absolute;
	bottom: 230px;
	z-index: 1;
	text-align: center;
	left: 0;
	right: 0;
}
article.coverwrap {
	width: 297mm;
	/* height: 210mm; */
	height: 180mm;
	page-break-after: always;
	position: relative;
	counter-increment: page_count;
	margin: 0px auto;
	vertical-align: middle;
	display: table;
	/* margin-bottom: 10px; */
	margin-bottom: 10mm;
	overflow: hidden;
}
article.coverwrap:after{
	position: absolute;
	right: 30px;
	bottom: 50px;
	content: counter(page_count) "";
	background-color: #f9f9f9;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 1.4rem;
	border-radius: 50%;
}
article.coverwrap:last-child{
	page-break-after: auto;
}
.category_printwrap {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 10;
	position: relative;
}
.category_printwrap dl {
	width: 48%;
	position: relative;
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 42px 0;
	break-inside: avoid;
}
.category_printwrap dt {
	width: 160px;
	background-color: #333f50;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	font-size: 1.6rem;
	color: #fff;
	margin: 0 0 20px 0;
}
.category_printwrap dd {
	position: relative;
	line-height: 2.6rem;
	text-indent: 18px;
}
.category_printwrap dd::before {
	content: "□";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -15px;
}
.category_printwrap dd.sol_on {
	font-weight: bold;
	background-color: #FFEB3B;
}
.category_printwrap dd.sol_on::after {
	content: "■";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -15px;
}
/**
.category_printwrap dd {
	position: relative;
	line-height: 2.6rem;
	text-indent: 18px;
}
.category_printwrap dd::before {
	content: "□";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: -20px;
}
**/
img.manage_icon {
	width: 800px;
	position: absolute;
	bottom: 70px;
	right: 0;
	left: 0;
	margin: auto;
	opacity: 0.3;
}
.font03 {
	font-size: 4rem!important;
	color: #144689!important;
}
p.p_subtitle {
	position: relative;
	z-index: 5;
	margin: 0 0 0px 12px;
	font-size: 2rem;
	font-weight: bold;
}
img.sol_mark {
	position: absolute;
	width: 110px;
	z-index: 5;
	top: 18px;
	right: 31px;
}
dl.p_dl {
	width: 88%;
	/* max-height: 217px; */
	max-height: 200px;
	z-index: 1;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
}
.p_dl dt {
	background-color: #222a36;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}
.p_dl dd {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
}
.p_dl dd .description_wrap {
	width: 80%;
}
.p_dl dd .description_wrap p {
	margin: 10px 0;
	font-weight: bold;
}
.p_dl dd .description_wrap p.description_text {
	width: 100%;
	background-color: #eee;
	padding: 10px;
	box-sizing: border-box;
	font-weight: normal;
}
.p_dl dd img,
.p_dl dd svg{
	margin: auto 15px 0 0;
}
.p_dl dd img{
	width: 17%;
}
.qr_warp {
	margin-bottom: 8px;
}
p.qr_title {
	margin: 5px 0 0 0;
}
/**
table.p_table {
	position: relative;
	z-index: 3;
	margin: 18px auto;
	width: 97%;
}
.p_table tr {

}
.p_table th {
	vertical-align: middle;
	height: 30px;
	background-color: #222a36;
	font-size: 1.2rem;
	border: 1px solid #ccc;
	color: #fff;
}
.p_table th:first-child {
	width: 15%;
}
.p_table th:nth-child(2) {
	width: 30%;

}
.p_table th:nth-child(3) {
	width: 30%;

}
.p_table th:nth-child(4) {
	width: 15%;

}
.p_table th:nth-child(5) {
	width: 10%;

}
.p_table td {
	font-size: 1.2rem;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	vertical-align: middle;
	height: 170px;
}
.p_table td img {
	width: 70px;
}
**/
.voice_wrap {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}
dl.c_voice {
	width: 24%;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
}
.c_voice dt {

}
.c_voice dd {

}
.c_voice dd p {
	font-size: 1.2rem;
}
.c_voice dd img {
	width: 100px;
	display: block;
	margin: 10px auto;
}
.voice_cat {
	width: 88%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
	background-color: #1fbcd9;
	margin: 0px auto;
	border-radius: 20px;
}
.signature {
	width: 100%;
	position: absolute;
	bottom: 42px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}
.apoint {
	position: absolute;
	margin: auto;
	z-index: 5;
	bottom: 130px;
	right: 55px;
}
.apoint p {
	text-align: center;
	font-size: 1.2rem;
}
img.sowzowqr {
	width: 200px;
}
img.fixlogo {
	width: 570px;
	position: absolute;
	top: 40%;
	left: 30px;
	right: 0;
	margin: auto;
	z-index: 5;
}
ul.sig_office {
	width: 48%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}
.print_office_detail {
	width: 48%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.print_office_detail img {
	width: 80px;
}
.print_signature {
	position: absolute;
	top: 70px;
	right: 20px;
}
.print_signature ul {
	background-color: #fff;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 1px 2px 5px #ccc;
}
.print_signature li {
	text-align: center;
}
.print_signature li a {
	width: 120px;
	height: 30px;
	display: block;
	background-color: #e84949;
	margin: 10px auto 0;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	border-radius: 5px;
}
.print_signature li input[type="text"] {
	width: 200px;
	font-size: 1.2rem;
	padding: 5px;
	box-sizing: border-box;
	margin: 5px 0;
	border-radius: 5px;
	border: 1px solid #787878;
}

/***********************************************************
新着記事表    ****************/
.news_text {

}
.news_text p {
	margin: 10px 0;
}
.news_img_wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
}
img.news_img {
	width: 280px;
	margin: 10px 10px 10px 0;
}
.news_file_wrap {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
}
.file_btn {

}
.file_btn a {
	background-color: #22bcd9;
	padding: 0 10px;
	box-sizing: border-box;
	width: fit-content;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	display: block;
	margin: 10px 10px 10px 0;
	color: #fff;
}
.contents_pager {
}
.contents_pager ul {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.contents_pager li {

}
.contents_pager li a {
	display: block;
	background-color: #e9e9e9;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 20px 0;
}
ul.newslist  {
	margin: 0 0 30px 0;
}
.newslist li  {
	font-size: 1.4rem;
}
.newslist li a {
	font-size: 1.4rem;
	width: fit-content;
	height: 37px;
	line-height: 37px;
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 0 10px;
	box-sizing: border-box;
}
.newslist li a:hover {
	background-color: #EDEDED;
}
.newslist li span {
	color: #20BCD9;
	font-size: 1.4rem;
	margin-right: 14px;
}
/***********************************************************
user フッタ    ****************/
footer {
	padding: 0 20px;
	text-align: right;
	font-size: 1.4rem;
	margin: 20px 0;
}
/* アップグレードボタンのポップアップ */
#upgrade_modal .auth_form a{
	padding: 1rem 0;
	margin-bottom: 1.5rem;
	height: fit-content;
	width: 180px;
	line-height: 1.5em;
}
#upgrade_modal .auth_form a.standardplan_btn{
	background-color: #C19306;
}
#upgrade_modal .auth_form a.liteplan_btn{
	background-color: #59863B;
}
#upgrade_modal .auth_btn{
	flex-flow: row wrap;
}




/* iPhone5/SE以下対応 */
@media screen and (max-width:320px){
}



/* タブレットサイズ以上 */
@media screen and (min-width:768px){
	.sys_title h1 {
		display: block;
		font-size: 1.4rem;
	}
}



/* ノートパソコン以上 */
@media screen and (min-width:1024px){
}