@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------- UTILITY  -------------------------------------------------- */

.mt-40	{ margin-top:-40px !important; }
.mt-30	{ margin-top:-30px !important; }
.mt-20	{ margin-top:-20px !important; }
.mt-15	{ margin-top:-15px !important; }
.mt-10	{ margin-top:-10px !important; }
.mt-5	{ margin-top:-5px !important; }
.mt0	{ margin-top:0px !important; }
.mt5	{ margin-top:5px !important; }
.mt10	{ margin-top:10px !important; }
.mt15	{ margin-top:15px !important; }
.mt20	{ margin-top:20px !important; }
.mt25	{ margin-top:25px !important; }
.mt30	{ margin-top:30px !important; }
.mt40	{ margin-top:40px !important; }
.mt50	{ margin-top:50px !important; }
.mt60	{ margin-top:60px !important; }
.mt100	{ margin-top:100px !important; }

.mr0	{ margin-right:0px !important; }
.mr5	{ margin-right:5px !important; }
.mr10	{ margin-right:10px !important; }
.mr15	{ margin-right:15px !important; }
.mr20	{ margin-right:20px !important; }
.mr25	{ margin-right:25px !important; }
.mr30	{ margin-right:30px !important; }
.mr40	{ margin-right:40px !important; }
.mr50	{ margin-right:50px !important; }
.mr100	{ margin-right:100px !important; }

.mb0	{ margin-bottom:0px !important; }
.mb3	{ margin-bottom:3px !important; }
.mb5	{ margin-bottom:5px !important; }
.mb10	{ margin-bottom:10px !important; }
.mb15	{ margin-bottom:15px !important; }
.mb20	{ margin-bottom:20px !important; }
.mb25	{ margin-bottom:25px !important; }
.mb30	{ margin-bottom:30px !important; }
.mb40	{ margin-bottom:40px !important; }
.mb50	{ margin-bottom:50px !important; }
.mb100	{ margin-bottom:100px !important; }

.ml0	{ margin-left:0px !important; }
.ml2	{ margin-left:2px !important; }
.ml5	{ margin-left:5px !important; }
.ml10	{ margin-left:10px !important; }
.ml15	{ margin-left:15px !important; }
.ml20	{ margin-left:20px !important; }
.ml25	{ margin-left:25px !important; }
.ml30	{ margin-left:30px !important; }
.ml40	{ margin-left:40px !important; }
.ml50	{ margin-left:50px !important; }
.ml100	{ margin-left:100px !important; }


/* -------------------------------------------------- FONT -------------------------------------------------- */

/* defalt font-size */
.f10 { font-size:77% !important; }
.f11 { font-size:85% !important; }
.f12 { font-size:93% !important; }
.f13 { font-size:100% !important; }
.f14 { font-size:108% !important; }
.f15 { font-size:116% !important; }
.f16 { font-size:123.1% !important; }
.f17 { font-size:131% !important; }
.f18 { font-size:138.5% !important; }
.f19 { font-size:146.5% !important; }
.f20 { font-size:153.9% !important; }
.f21 { font-size:161.6% !important; }
.f22 { font-size:167% !important; }
.f23 { font-size:174% !important; }
.f24 { font-size:182% !important; }
.f25 { font-size:189% !important; }
.f26 { font-size:197% !important; }


.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 767px) {
.pc {
display: none !important;
}
.sp {
display: block !important;
}
}
.pc500 {
	display: block !important;
}
.sp500 {
	display: none !important;
}
@media only screen and (max-width: 500px) {
.pc500 {
display: none !important;
}
.sp500 {
display: block !important;
}
}
#global__function--localmenu {
	width: 100%;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #eeeddf;
}
#global__function--breadcrumb {
	margin-top:6px !important;
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
#contents__products {
	background-image: url(/products/ycollabo/images/bk.gif);
	background-repeat: repeat;
}
#contents__products #contents__products--campaign {
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
#contents__products #contents__products--campaign dl {
	padding: 22px 0 24px 0;
	border-bottom: 1px dotted #969696;
	box-sizing:border-box;
}
.block {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.block-white {
	display: block;
	width: 94%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	background-color: #FFF;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}
.block-wchance {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 50px;
}
 @media (max-width: 767px) {
.block-wchance {
 margin-top: 30px;
 margin-bottom: 20px;
}
}


/* PC */
@media print, screen and (min-width: 768px) {
#contents__products #contents__products--campaign > dl {
display: table;
width: 80%;
margin: 0 auto;
}
 #contents__products #contents__products--campaign > dl > dt {
display: table-cell;
width: 9em;
color: #606060;
font-size: 1.1rem;
padding: 0 5px;
}
 #contents__products #contents__products--campaign > dl > dd {
display: table-cell;
font-size: 1.2rem;
padding: 0 5px;
}
}
#contents__products--campaign a:link {
	color: #0c5c94;
	text-decoration: underline;
}
#contents__products--campaign a:visited {
	color: #0c5c94;
	text-decoration: underline;
}
#contents__products--campaign a:hover {
	color: #0c5c94;
	text-decoration: none;
}
#contents__products--campaign a:active {
	color: #0c5c94;
	text-decoration: none;
}
.copy01 {
	margin-top: 30px;
}
 @media screen and (max-width: 500px) {
 .block-white {
 width: 95%;
 margin-bottom: 30px;
 padding-top: 0px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
}
}
 @media screen and (max-width: 767px) {
.block {
margin-bottom: 30px;
}
 .block-white {
 width: 96%;
 margin-bottom: 30px;
 padding-top: 10px;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
}
 .copy01 {
margin-top: 10px;
}
}
h2 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.container {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
	margin-top: 50px;
}
.container .side {
	width: 45%;
}
.container .contents {
	width: 53%;
	margin-left: 2%;
}
 @media (max-width: 767px) {
.container {
 display: block;
 margin-top: 30px;
}
.container .side {
 width: 100%;
}
.container .contents {
 width: 100%;
 margin-left: 0px;
 margin-top: 0px;
}
}
.container p {
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.box_deri {
	margin-top:20px;
}
 @media screen and (max-width: 767px) {
.container p {
font-size: 1.0rem !important;
}
.box_deri {
margin-top:10px;
}
}
.container .catch {
	font-size:153.9% !important;
	margin-bottom: 0px;
	text-align: center;
}
@media screen and (max-width: 500px) {
.container .catch {
font-size:123.1% !important;
}
}
 @media screen and (max-width: 400px) {
.container .catch {
font-size:108% !important;
}
}
.container p .hidari {
	float: left;
	margin-right: 2em;
	margin-bottom: 3em;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.block_1170 {
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
	margin-top: 10px;
}
.attention {
	margin: 0 0 3px 1.2em;
	text-indent: -1.2em;
	font-size: 13px;
	color: #666;
}
 @media screen and (max-width: 767px) {
.attention {
 font-size: 11px;
 color: #666;
}
}
.container2 {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	max-width:1000px;
	margin-top: 40px;
	clear:both;
}
.container2 .side {
	width: 26%;
	background-color: #e60000;
	color: #FFF;
	height: 50px;
	font-size:146.5% !important;
	font-weight: bold;
}
.container2 .contents {
	width: 72%;
	margin-left: 2%;
	font-size: 1.1rem;
}
.flexiblebox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
.flexiblebox2 {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
}
.container2 .hard {
	font-size: 1.5rem !important;
	font-weight: bold;
}
 @media (max-width: 767px) {
.container2 {
 display: block;
 margin-top: 30px;
}
.container2 .side {
 width: 100%;
 height: 30px;
 font-size:100% !important;
}
.container2 .contents {
 width: 96%;
 margin-left: 0px;
 margin-top: 10px;
 height: auto;
 font-size: 1.1rem;
 padding-right: 2%;
 padding-left: 2%;
}
.container2 .hard {
 font-size: 1.2rem !important;
 font-weight: bold;
}
}
.container3 {
	display: flex;
	width: 400px;
}
.container3 .side {
	width: 130px;
}
.container3 .contents {
	flex: 1;
}
 @media (max-width: 767px) {
.container3 .side {
 width: 110px;
}
}
.buttonlay {
	margin-left: 7px;
}
.buttonlay2 {
	margin-left: 7px;
}
 @media (max-width: 767px) {
.buttonlay {
 margin-left: 0px;
 margin-top: 5px;
 margin-bottom: 15px;
}
.buttonlay2 {
 margin-left: 0px;
 margin-top: 5px;
 margin-bottom: 0px;
}
.spacetop15 {
 margin-top: 15px;
}
}
.application_block {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
 @media (max-width: 767px) {
.application_block {
margin-top: 40px;
margin-bottom: 30px;
}
}
.map {
	display: flex;
	margin-top: 40px;
	width: 100%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	clear:both;
}
.map .item1 {
	width: 55%;
	padding-left:1%;
	text-align:left;
	order: 2;
}
.map .item2 {
	width: 43%;
	text-align:right;
	order: -1;
}
.textbox {
	text-align: left;
	display:inline-block;
}
.map .item1 img {
	max-width: 540px;
}
 @media (max-width: 767px) {
.map {
display: block;
 height: auto;
}
.map .item1 {
 order: 1;
 width: 100%;
 max-width: 100%;
 padding-left:0%;
 margin-bottom: 20px;
}
.map .item2 {
 width: 96%;
 text-align: left;
 order: 2;
 padding-right: 2%;
 padding-left: 2%;
}
.map .item1 img {
 width: 94%;
 padding-left:3%;
 padding-right:3%;
}
}
/*-------------ボタン-----------------*/

.lity-container {
	display: flex;
}
.lity-container .side {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.lity-container .contents {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.lity-container img {
	max-width: 380px;
	margin-top: 20px;
	margin-bottom: 15px;
}
 @media (max-width: 767px) {
.lity-container {
 display: block;
}
.lity-container .side {
 width: 86%;
 padding-right: 7%;
 padding-left: 7%;
}
.lity-container .contents {
 width: 86%;
 margin-top: 20px;
 padding-right: 7%;
 padding-left: 7%
}
.lity-container img {
 max-width: 320px;
}
}
 @media (max-width: 500px) {
.lity-container img {
 max-width: 100%;
}
}
/*-------------ご注意事項-----------------*/

.dot {
	background: url(../images/common/prsnt_bg01.gif);
	margin-top: 50px;
	padding: 10px;
}
.orangeback {
	margin-top: 50px;
	padding: 10px;
	background-color: #fbe0a6;
	border: 4px solid #eea200;
}
.inner {
	display: table;
	max-width: 97%;
	background-color: #fff;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
.note_text {
	font-size:138.5%;
	font-weight: bold;
	color: #000;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	text-align: center;
}
.note_text span {
	font-weight: normal;
}
 @media (max-width: 767px) {
 .dot {
margin-top: 40px;
}
.orangeback {
 margin-top: 40px;
}
.note_text {
 font-size:123.1%;
}
}
ul.cam1311 {
	font-size:100%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:12px;
}
ul.cam1311 li {
	list-style: none;
	background: transparent url("/products/ycollabo/images/common/marker_normallist.gif") 0 1em no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.0rem;
}
ul.cam1311 li ul {
	margin:10px 0;
}
ul.cam1311 li ul li {
	padding-left:12px;
	background:transparent url("/products/ycollabo/images/common/marker_noteslist.gif") 0 0.4em no-repeat;
}
ul.cam1312 {
	font-size:100%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	margin-left:2px;
	margin-bottom:12px;
}
ul.cam1312 li {
	list-style: none;
	background: transparent url("/products/ycollabo/images/common/marker_normallist.gif") 0 1em no-repeat;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 1.0rem;
}
ul.cam1313 {
	font-size:100%;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	background-image: none;
	margin-left:2px;
	margin-top:15px;
	margin-bottom:12px;
}
ul.cam1313 li {
	list-style: none;
	background: transparent url("/products/ycollabo/images/common/kome.png") 0 1em no-repeat;
	padding-top: 5px;
	padding-left: 13px;
	font-size: 1.0rem;
}
.textbox2 {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 30px;
}
/*-------------お問い合わせ先-----------------*/


.block_contact {
	max-width:1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.contact {
	width: 96%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding-right: 2%;
	padding-left: 2%;
	font-size:116%;
}
.secretariat {
	font-size:116%;
	font-weight: bold;
}
.inquiryarea {
	background-color: #e1ceb0;
	font-size: 1.2rem !important;
	font-weight: bold;
	width: 96%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	margin-top: 80px;
	color: #333;
}
.contact_mail {
	margin-left: 2.5em;
}
.contact_period {
	margin-left: 9em;
}
@media (max-width: 767px) {
.secretariat {
 font-size:100%;
}
.inquiryarea {
 font-size: 1.0rem !important;
 font-weight: bold;
 text-align: center;
 margin-top: 40px;
}
.block_contact {
 margin-top: 30px;
}
.contact_mail {
 margin-left: 0em;
}
.contact_period {
 margin-left: 0px;
}
}
.pagetop {
	margin-top: -40px;
}
@media print, screen and (min-width: 768px) {
.pagetop {
margin-top: 0px;
}
}
.alpha a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
