﻿/* 
exp_asset
exp_mry
追加用css
*/

.contents_onecolumn.exp {
	margin: 0 20px;
	background: #fff;
	padding: 30px 40px;
	color: #333;
	border-radius: 10px;
}

.contents_onecolumn.exp .exp_txt {
	font-size: 15px;
	margin-bottom: 50px;
}

.contents_onecolumn.exp .exp_txt:last-child {
	margin-bottom: 0;
}

.contents_onecolumn.exp .exp_txt p {
	line-height: 1.8 !important;
}

.contents_onecolumn.exp .exp_txt p .txt_right {
	text-align: right;
	display: block;
	margin-top: -28px;
	color: #333;
}

.contents_onecolumn.exp .exp_txt p .txt_head {
	text-align: center;
	font-weight: bold;
	padding: 30px 0;
	display: block;
	font-size: 18px;
}

.contents_onecolumn.exp .exp_txt ol {
	margin: 0 0 10px 20px;
	padding-top: 5px;
}

.contents_onecolumn.exp .exp_txt ol li {
	list-style: decimal;
	padding-top: 5px;
	font-weight: bold;;
}

.contents_onecolumn.exp .exp_txt h2 {
	position: relative;
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	padding-left: 35px;
	padding: 6px 5px 5px 20px;
	border-radius: 7px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e4e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e4e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e4e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e4e5',GradientType=0 );
}

.contents_onecolumn.exp .exp_txt h2:before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 8px;
	height: 30px;
	left: 5px;
	top: 5px;
	border-radius: 4px;
}

.contents_onecolumn.exp .exp_txt h3 {
	position: relative;
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding-left: 35px;
	padding: 6px 5px 5px 40px;
	border-radius: 7px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e4e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e4e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e4e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e4e5',GradientType=0 );
}

.contents_onecolumn.exp .exp_txt h3 span.head {
	position: absolute;
	top: 7px;
	left: 7px;
	display: inline-block;
	width: 26px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	color: #554a1b;
	font-weight: 100;
	margin-right: 10px;
	border-radius: 15px;
}

.contents_onecolumn.exp .exp_txt h3 span.small {
	font-size: 14px;
	display: inline-block;
	padding-left: 5px;
}

.contents_onecolumn.exp .exp_txt a.btn ,#checkform.btn,#checkform2 .btn{
	width: 400px;
	line-height: 60px;
	display: block;
	margin: 20px auto 0;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	text-decoration: none;
	transition: .3s;
	vertical-align: middle;
}

.contents_onecolumn.exp .exp_txt a.btn:hover,#checkform.btn:hover,#checkform2 .btn:hover {
	transform: translateY(3px);
	margin: 23px auto 0;
}

/* 追加 */
.contents_onecolumn.exp .exp_txt a.btn.top{
	width: 40%;
	line-height: 30px;
	}

.contents_onecolumn.exp .exp_txt.top {
	display: flex;
	justify-content: space-around;
}

.contents_onecolumn.exp .exp_txt .regist {
	padding: 3px 15px 15px;
	margin-top: 15px;
}

.contents_onecolumn.exp .exp_txt .regist form {
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.contents_onecolumn.exp .exp_txt .regist span {
	display: block;
	margin-right: 5px;
}

.contents_onecolumn.exp .exp_txt .regist input[type='text'] {
	font-size: 14px;
	box-sizing: border-box;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 300px;
	padding: 10px;
	background: #fff;
	margin-top: 15px;
}

/* asset カラー指定 */

.contents_onecolumn.exp.asset .exp_txt h2:before {
	background: #f8cf21;
}

.contents_onecolumn.exp.asset .exp_txt h3 span.head {
	background: #f8cf21;
}

.contents_onecolumn.exp.asset .exp_txt a.btn,#checkform.btn,#checkform2 .btn{
	border:none;
	background: #f8cf21;
	border-bottom: 4px solid #c7a92a;
	color: #554a1b;
}

.contents_onecolumn.exp.asset .exp_txt a.btn:hover,#checkform.btn:hover,#checkform2 .btn:hover {
	border-bottom: 1px solid #c7a92a;
}

.contents_onecolumn.exp.asset .exp_txt .regist {
	background: #faf7ec;
	border: 1px solid #efe7c8;
}

.contents_onecolumn.exp.asset .exp_txt input[type='text']:focus {
	border: 1px solid #f8cf21;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(248,207,33, .5);
}

.contents_onecolumn.exp.asset .regist_form .button button.submit, #checkform3,#checkform4,.button input{
	background: #f8cf21;
	color: #554a1b;
}

/* mry カラー指定 */

.contents_onecolumn.exp.mry .exp_txt h2:before {
	background: #57a2e2;
}

.contents_onecolumn.exp.mry .exp_txt h3 span.head {
	background: #57a2e2;
	color: #fff;
}

.contents_onecolumn.exp.mry .exp_txt a.btn ,.contents_onecolumn.exp.mry .exp_txt #checkform.btn, .contents_onecolumn.exp.mry .exp_txt #checkform2 .btn{
	background: #57a2e2;
	border-bottom: 4px solid #4479a6;
	color: #fff;
}

.contents_onecolumn.exp.mry .exp_txt a.btn:hover {
	border-bottom: 1px solid #4479a6;
}

.contents_onecolumn.exp.mry .exp_txt .regist {
	background: #e5f0f9;
	border: 1px solid #d0e1ef;
}

.contents_onecolumn.exp.mry .exp_txt input[type='text']:focus {
	border: 1px solid #f8cf21;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(248,207,33, .5);
}

.contents_onecolumn.exp.mry .regist_form .button button.submit,.contents_onecolumn.exp.mry .regist_form .button #checkform3,.contents_onecolumn.exp.mry .regist_form .button #checkform4,.contents_onecolumn.exp.mry .regist_form .button input{
	background: #57a2e2;
	color: #fff;
}






.contents_onecolumn.exp .exp_txt .regist_form {
	margin: 30px 0;
}

.contents_onecolumn.exp .exp_txt .regist_form .frame {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 700px;
	margin: 0 auto 30px;
	border-top: 2px solid #eee;
}

.contents_onecolumn.exp .exp_txt .regist_form .frame div:nth-child(odd) {
	width: 280px;
	box-sizing: border-box;
	align-self: stretch;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #eee;
	padding: 15px;
}

.contents_onecolumn.exp .exp_txt .regist_form .frame div:nth-child(even) {
	width: 420px;
	border-bottom: 2px solid #eee;
	padding: 15px;
	box-sizing: border-box;
}

.contents_onecolumn.exp .exp_txt .regist_form .frame div:nth-child(odd).required:before {
	content: "※必須";
	font-size: 12px;
	background: #c00;
	color: #fff;
	line-height: 1;
	padding: 4px 5px;
	border-radius: 3px;
	margin-right: 10px;
	vertical-align: 1px;
}

.contents_onecolumn.exp.asset .regist_form input[type='text'] {
	margin-top: 0;
	width: 100%;
}

.contents_onecolumn.exp .exp_txt .regist_form input[type='text'] {
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	background: #fff;
}

.contents_onecolumn.exp .exp_txt .regist_form .button {
	display: flex;
	justify-content: center;
	padding-top: 30px;
}

.contents_onecolumn.exp .exp_txt .regist_form .button button,#checkform3,.button input{
	width: 200px;
	font-size: 16px;
	margin: 0 10px;
	line-height: 50px;
	border: none;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	transition: .3s;
	vertical-align: middle;
	cursor: pointer;
}

.contents_onecolumn.exp .exp_txt .regist_form .button button:hover {
	opacity: .8;
}

.contents_onecolumn.exp .regist_form .button button.reset {
	background: #ddd;
	color: #666;
}

/* 
asset 閲覧ページ 元CSSの改変
 */

.inner.asset_browse {
	padding-top: 30px;
}

.inner.asset_browse h2 {
	position: relative;
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	padding-left: 35px;
	padding: 6px 5px 0 20px;
	border-radius: 7px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e4e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e4e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e4e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e4e5',GradientType=0 );
}

.inner.asset_browse h2:before {
	position: absolute;
	content: "";
	display: inline-block;
	background: #f8cf21;
	width: 8px;
	height: 30px;
	left: 5px;
	top: 5px;
	border-radius: 4px;
}

.inner.asset_browse h3 {
	background: #faf7e8;
	border-left: 10px solid #f8cf21;
	border-bottom: 1px solid #f8cf21;
	padding: 5px 10px;
}

.inner.asset_browse h4 {
	border-left: 10px solid #f8cf21;
	border-bottom: 1px solid #f8cf21;
	padding: 5px 10px;
}

.inner.asset_browse .side {
	background: #eed569;
}

.inner.asset_browse .side h1 {
	background: #eed569;
	color: #554a1b;
}

.inner.asset_browse .side ul li {
	border-bottom: 1px solid #eed569;
	background: #faf7e8;
	padding-left: 0;
}

.inner.asset_browse .side ul li:last-child {
	border-bottom: none;
}

.inner.asset_browse .side ul li a {
	display: block;
	padding-left: 20px;
	line-height: 30px;
	padding-top: 2px;
}

/* 
mry 閲覧ページ 元CSSの改変
 */

.inner.mry_browse {
	padding-top: 30px;
}

.inner.mry_browse h2 {
	position: relative;
	font-weight: bold;
	display: block;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #eee;
	margin-bottom: 15px;
	padding-left: 35px;
	padding: 6px 5px 0 20px;
	border-radius: 7px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e2e4e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e2e4e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e2e4e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2e4e5',GradientType=0 );
}

.inner.mry_browse h2:before {
	position: absolute;
	content: "";
	display: inline-block;
	background: #57a2e2;
	width: 8px;
	height: 30px;
	left: 5px;
	top: 5px;
	border-radius: 4px;
}

.inner.mry_browse h3 {
	background: #ecf4fa;
	border-left: 10px solid #57a2e2;
	border-bottom: 1px solid #57a2e2;
	padding: 5px 10px;
}

.inner.mry_browse h4 {
	border-left: 10px solid #57a2e2;
	border-bottom: 1px solid #57a2e2;
	padding: 5px 10px;
}

.inner.mry_browse .side {
	background: #57a2e2;
}

.inner.mry_browse .side h1 {
	background: #57a2e2;
	color: #fff;
}

.inner.mry_browse .side ul li {
	border-bottom: 1px solid #57a2e2;
	background: #ecf4fa;
	padding-left: 0;
	height: 30px;
}

.inner.mry_browse .side ul li:last-child {
	border-bottom: none;
}

.inner.mry_browse .side ul li a {
	display: block;
	padding-left: 20px;
	line-height: 30px;
	padding-top: 2px;
}