@charset "utf-8";
/*base
--------------------------------------------------------------------------- */
html, body {
	overflow-x: visible;
	min-width: 1000px;
}
#main {
	background: none;
}
#container {
	max-width: 100%;
}
#container .heading01-02 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*------------------------------
共通
--------------------------------*/
p {
	margin-top: 0;
}
h2 {
	font-size: 32px;
	font-weight: normal;
	color: #777777;
	margin-bottom: 50px;
	text-align: center;
}
h2 span {
	color: #e90031;
}
h2 em {
	font-size: 28px;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
}
ol, ul {
	-webkit-padding-start: 0px;
}
.sp {
	display: none!important;
}
.br {
	display: none;
}


.heading1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 50px;
	font-weight: bold;
	color: #1A4832;
}

.heading1_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #548900;
  text-align: center;
}

.heading1_sub span {
  display: block;
  margin: 0 28px;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}

.heading1_desc {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}

.heading1_sub::before {
  content: url(/shared/net-service/web_detail/img/index3/img_service_title_icon_left.png);
}
.heading1_sub::after {
  content: url(/shared/net-service/web_detail/img/index3/img_service_title_icon_right.png);
}

/*------------------------------
mv
--------------------------------*/
.mv {
	width: 100%;
	height: 550px;
	background: url(../img/bg_mainvisual_pc.png) no-repeat 50% 0;
	background-size: cover;
}
.mv__inner {
	position: relative;
	max-width: 1280px;
	width: 100%;
	height: 550px;
	margin: 0 auto;
}
.mv .title {
	position: absolute;
	top: 35px;
	right: 0%;
}
.downloadBtn {
    cursor: pointer;
    width: 376px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    text-align: center;
    background-color: #EB5F00;
    padding: 15px 0 15px 20px;
    margin: 20px auto 0 auto;
    transition-property: opacity;
    transition-duration: 0.2s;
	text-decoration: none;
	color: #fff;
}

.downloadBtn span::before {
    position: absolute;
    content: "";
    background: url(/shared/net-service/web_detail/img/index3/icon_app.png) center center no-repeat;
    background-size: contain;
    height: 29px;
    width: 29px;
    margin-left: -30px;
}

.downloadBtn:hover {
	color: #fff;
}

.downloadBtn span {
	font-size: 18px;
	font-weight: bold;
}

.mvBlue {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #162688;
}

.mvQr {
	display: flex;
    justify-content: center;
    margin: 20px 0 20px;
}

.mvQr > div {
	display: flex;
	align-items: center;
}

.mvQr > div:last-child {
    padding-left: 30px;
    margin-right: 0;
    border: none;
}

.mvQr .iphone {
    padding-right: 30px;
    border-right: 1px solid #DDDDDD;
}

.mvQr > div p {
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
	color: #4C4C4C;
}

.mv .mvQr > div img {
	width: 100px;
}

/* -----------------------------------------
    サイドボタン
----------------------------------------- */
.wd-fixedFoot {
	position: fixed;
	top: 400px;
	right: 0px;
	z-index: 15;
}
.wd-fixedFoot_item {
	cursor: pointer;
	display: block;
	transition-property: opacity;
	transition-duration: 0.2s;
}
.wd-fixedFoot_item:hover {
	opacity: 0.8;
}
.wd-fixedFoot_item+.wd-fixedFoot_item {
	margin-top: 10px;
}

/* -----------------------------------------
    about
----------------------------------------- */
.wd-section-about {
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 0;
	padding: 24px 34px 30px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
  }
  
  .wd-section-about .wd-about-inner {
	display: flex;
	align-items: center;
  }
  
  .about-txt-box {
	margin-left: 30px;
	font-size: 20px;
  }
  
  .about-txt-title {
	font-size: 28px;
	color: #548900;
	font-weight: bold;
  }

/* -----------------------------------------
    service
----------------------------------------- */
.service {
	margin-top: 80px;
}


.service__inner {
	max-width: 1066px;
	width: 100%;
	margin: 0 auto;
}
.serviceList {
	display: flex;
	flex-wrap: wrap;
}

.serviceList .serviceItem {
	width: 200px;
	margin: 0 33px 50px;
	text-align: center;
}

.serviceList .serviceItem  img {
	width: 100%;
	margin-bottom: 20px;
}

.serviceList .serviceItem  p {
	font-size: 20px;
	color: #1A4832;
}

/* -----------------------------------------
    playApp
----------------------------------------- */
.playApp {
	padding-top: 100px;
	margin-top: 100px;
	background-color: #F6F7F5;
}

.playAppNote {
	font-size: 14px;
	color: #4C4C4C;
	text-align: center;
}

.playApp__inner {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: 60px auto 0;
}

.playApp .tapArea {
	max-width: 525px;
	width: 50%;
}

.playApp .tapArea img {
	width: 100%;
}

.playApp .howtoArea {
	margin-left: auto;
	padding-bottom: 114px;
}

/* -----------------------------------------
    register
----------------------------------------- */
.register {
	margin-top: 130px;
}

.register__inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.registerStep {
	max-width: 800px;
	margin: 80px auto 0;
}

.registerStep.stepA {
	margin-top: 60px;
}

.registerStephead {
	padding: 24px 0;
	background-color: #004831;
}

.registerStephead h3 {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1;
	font-weight: bold;
}

.registerStepBox__head {
	display: flex;
	align-items: center;
	padding: 18px 20px;
	margin-top: 50px;
	background-color: #F0F0F0;
}

.registerStepBox.step01 .registerStepBox__head {
	margin-top: 0;
}

.registerStepBox__head P {
	margin-left: 10px;
	font-size: 18px;
	line-height: 1;
	color: #333;
	font-weight: bold;
}

.registerStepBox__body {
	padding: 50px 45px 50px 67px;
	border-left: 1px solid #E4E4E5;
	border-right: 1px solid #E4E4E5;
	border-bottom: 1px solid #E4E4E5;
}

.registerStepBox.step01 .registerStepBox__body {
	padding: 30px 45px 50px 38px;
}

.registerStepBox.step01 .registerStepBox__col2 {
	align-items: center;
}

.registerStepBox__col2 {
	display: flex;
	align-items: flex-start;
}

.logoCol2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px 30px;
}

.appDownload {
	display: flex;
	text-align: center;
}

.registerStepBox.step01 .registerStepBox__item {
	margin-right: 16px;
}

.appDownload > div {
	width: 175px;
	text-align: center;
}

.appDownload .iphone p,
.appDownload .android p {
	font-size: 16px;
	font-weight: bold;
}
.appDownload .iphone .logo,
.appDownload .android .logo {
	margin: 16px 0 20px;
}

.registerStepBox__item.text {
	margin-top: 45px;
	margin-left: 65px;
}

.registerStepBox__item.text p {
	font-size: 16px;
}

.registerStepBox__item.text .strong {
	color: #E02121;
}

/* -----------------------------------------
    modal
----------------------------------------- */
.modal input {
	display: none;
  }
  
  .modal__overlay {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 0.5s, transform 0s 0.5s;
	transform: scale(0);
	z-index: 2;
  
	
	/* opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s; */
  }
  
  .modal.open .modal__overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.5s;
	z-index: 20000;
  }
  
  .modal__inner {
	display: none;
	opacity: 0;
	position: relative;
	align-self: center;
	width: 100%;
	max-width: 830px;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.5s, transform 0s 0.5s;
	z-index: -99;
  }
  
  .modal.open .modal__inner {
	display: block;
	opacity: 1;
	z-index: 20001;
  }
  
  .modal__scloll {
	max-height: 720px;
	height: 90%;
	padding: 30px 85px;
  }
  @media (min-width: 767px) and (max-height: 700px) {
  
	.modal__inner {
		padding-top: 70px;
		height: 90%;
	}
	
	.modal__scloll {
		overflow-y: scroll;
	}
  }
  
  .modal .closeIcon {
	content: "";
	position: absolute;
	top: 50px;
	right: 50px;
	cursor: pointer;
	transform: translate(0%, -50%);
	z-index: 2;
	font-size: 45px;
	color: #004831;
  }
  
  .modalApp h2 {
	text-align: center;
  }
  
  .modalAppCols {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 45px;
  }

  .modalAppImg {
	margin-right: 50px;
  }
  
  .modalAppCols p.label {
	margin-top: 8px;
  }
  
  .modalAppCols p.label span {
	padding: 0 12px;
	color: #fff;
	background-color: #004831;
	font-weight: normal;
  }
  
  .modalAppTextArea {
	margin-bottom: 45px;
  }
  
  .modalAppTextArea p {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
  }
  
  .modalAppBtnArea {
	display: flex;
	padding-top: 50px;
	background-image: radial-gradient(#004831 22%, transparent 20%);
	background-size: 8px 3px;
	background-position: top;
	background-repeat: repeat-x;
  }
  
  .modalAppBtnArea div {
	text-align: center;
  }

  .modalAppBtnArea .iphone {
	margin-right: 40px;
  }
  
  .modalAppBtnArea div p {
	font-size: 16px;
	font-weight: bold;
  }
  
  .modalAppBtnArea div .logo {
	display: block;
	margin: 16px 20px;
  }

  .modalAppBtnArea div .qr {
	  margin-top: 20px;
  }
  
  .modal .closeBtn {
	width: 120px;
	border-radius: 35px;
	text-align: center;
	border: 1px solid #4C4C4C;
	background-color: #fff;
	padding: 5px 0;
	margin: 25px auto 0 auto;
	color: #4C4C4C;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
  }
  
  .modal .modal_trigger {
	  position: absolute;
	  width: 100%;
	  height: 100%;
  }
  
  .modalAppBtnArea.-sp {
	display: none;
  }

  .appModal .modal__scloll {
    padding: 45px 20px 30px;
  }

  @media (min-width: 767px) and (max-height: 700px) {
	  .appModal .modal__scloll {
		  padding: 0px 20px 30px;
	  }
  }

  .modalPlayAppImg {
	  width: 380px;
  }
  .modalPlayAppImg img{
	  width: 100%;
  }
  .modalPlayApp {
	  display: flex;
  }

  .modalPlayAppText {
	  width: 50%;
	  margin-top: 100px;
	  margin-left: 35px;
  }

  .modalPlayAppText p {
	  font-size: 28px;
	  font-weight: bold;
  }
  .modalPlayAppText ul.note {
	  margin-top: 86px;
  }
  .modalPlayAppText ul.note li {
	  padding-left: 1.2em;
	  text-indent: -1.2em;
  }

  .modalPlayAppText .modalPlayAppTltle {
      display: inline-block;
	  padding: 0 10px;
	  margin-bottom: 40px;
	  font-size: 24px;
	  color: #fff;
	  line-height: 1.25;
	  background-color: #004831;
  }
  
/*------------------------------
campBnr
--------------------------------*/
.campBnr{
	margin: 30px auto;
	text-align: center;
}

.campBnr img{
	width: 100%;
	max-width: 930px;
}


/*------------------------------
chara
--------------------------------*/
#chara {
	position: relative;
	padding: 10px 0;
}
#chara h2 {
	font-size: 38px;
	margin-bottom: 70px;
}
#chara h2 em {
	font-size: 34px;
}
#chara .innerbox {
	width: 1100px;
	margin: 0 auto;
}
#chara .point1, #chara .point2, #chara .point3 {
	position: relative;
	z-index: 2;
}
#chara .point1 {
	background: url(../img/kinou01.png) no-repeat 50% 0;
	height: 507px;
}
#chara .point2 {
	background: url(../img/kinou02.png) no-repeat 50% 0;
	height: 553px;
	margin-top: -40px;
}
#chara .point3 {
	background: url(../img/kinou03.png) no-repeat 50% 0;
	height: 583px;
	margin-top: 76px;
}
#chara .inner {
	position: absolute;
	width: 600px;
	padding: 60px 20px;
}
#chara .inner .midasi {
	font-size: 28px;
	color: #555555;
	text-align: center;
	margin: 0 0 15px 0;
}
#chara .inner .txt {
	font-size: 18px;
	color: #777777;
	margin: 0;
}
#chara .inner .decs {
	font-size: 16px;
	color: #777777;
	margin: 0;
	 padding-left: 1em;
  text-indent: -1em;
}
#chara .point1 .inner {
	left: 45px;
	top: 65px;
}
#chara .point2 .inner {
	right: 57px;
	bottom: 78px;
}
#chara .point3 .inner {
	left: 50px;
	bottom: 70px;
}
#chara .inner:before {
	position: absolute;
	content: "";
	width: 143px;
	height: 43px;
	top: -20px;
}
#chara .point1 .inner:before {
	background: url(../img/point1.png) no-repeat 50% 0;
}
#chara .point2 .inner:before {
	background: url(../img/point2.png) no-repeat 50% 0;
	right: 30px;
}
#chara .point3 .inner:before {
	background: url(../img/point3.png) no-repeat 50% 0;
}
#chara .link {
	border-radius: 30px;
	border: solid 1px #13639e;
	text-decoration: none;
	font-size: 18px;
	color: #777777;
	padding: 12px 30px;
	width: 400px;
	margin: 5px auto 0;
	display: block;
	cursor: pointer;
	text-align: center;
	position: relative;
    outline: none;
}
#chara .link.btn:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	top: 50%;
	right: 15px;
	margin-top: -13px;
	background: #0075c1;
	border-radius: 50%;
}
#chara .link.btn span:before {
	position: absolute;
	top: 50%;
	right: 21px;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background: #fff;
	transition-property: all;
	transition-duration: 0.2s;
	content: "";
	z-index: 1;
}
#chara .link.btn span:after {
	position: absolute;
	top: 50%;
	right: 27px;
	width: 2px;
	height: 14px;
	margin-top: -7px;
	background: #fff;
	transition-property: all;
	transition-duration: 0.2s;
	content: "";
	z-index: 1;
}
#chara .colright {
	text-align: center;
}
#chara .colright p {
	font-size: 18px;
	color: #777777;
}
#chara .colright .link {
	margin-top: 0;
	color: #fff;
	background: #eb5f02;
	border: none;
	margin-top: 20px;
}
#chara .colright a.top10 {
	margin-top: 10px;
}
#chara .colright .link:before {
	content: url(../img/icon_03.png);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -14px;
}
@media (min-width: 768px) {
#chara .btinner {
	display: none !important;
}
}
#chara .btinner {
	display: none ;
}
/*------------------------------
benri
--------------------------------*/
#benri {
	padding: 70px 0;
}
#benri ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#benri ul li {
	width: 318px;
	float: left;
	margin-right: 23px;
}
#benri ul li:last-child {
	margin-right: 0;
}
#benri ul li .midasi {
	color: #2f87c9;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 15px;
}
#benri ul li .txt {
	color: #777777;
	font-size: 18px;
}
/*------------------------------
download
--------------------------------*/
#download {
	background: #ddd;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
#download h2 {
	color: #ee6700;
	font-size: 28px;
	margin-bottom: 25px;
}
#download p {
	font-size: 18px;
	text-align: center;
	color: #777777;
	margin-bottom: 40px;
}
#download .apbnr, #download .andbnr {
	display: inline-block;
	position: relative;
}
#download .box {
	width: 340px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#download .apbnr {
	margin-right: 60px;
}
#download .apbnr .box div, #download .andbnr .box div {
	float: left;
	margin-right: 20px;
}
#download .apbnr div p, #download .andbnr div p {
	margin: 0 0 10px 0;
}
#download .apbnr img, #download .andbnr img {
	float: right;
}
#download .apbnr:after, #download .andbnr:after {
	position: absolute;
	content: "";
	width: 423px;
	height: 162px;
}
/*------------------------------
kidou
--------------------------------*/
#kidou {
	padding: 70px 0;
	background: #f1f8ff;
	overflow: hidden;
}
#kidou ul {
	width: 950px;
	margin: 0 auto;
}
#kidou li {
	width: 300px;
	height: 475px;
	float: left;
	margin-right: 25px;
	background: #fff;
	margin-bottom: 25px;
	text-align: center;
	padding: 20px;
	position: relative;
}
#kidou li:nth-child(3n) {
	margin-right: 0;
}
#kidou li p {
	font-size: 18px;
	margin: 0;
	text-align: left;
	height: 59px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
#kidou li p:before {
	content: "";
	height: 23px;
	width: 14px;
	position: absolute;
	left: 0;
}
#kidou li:nth-child(1) p:before {
	background: url(../img/no1.png) no-repeat;
}
#kidou li:nth-child(2) p:before {
	background: url(../img/no2.png) no-repeat;
}
#kidou li:nth-child(3) p:before {
	background: url(../img/no3.png) no-repeat;
}
#kidou li:nth-child(4) p:before {
	background: url(../img/no4.png) no-repeat;
}
#kidou li:nth-child(5) p:before {
	background: url(../img/no5.png) no-repeat;
}
#kidou li:nth-child(6) p:before {
	background: url(../img/no6.png) no-repeat;
}
#kidou li .decs {
	font-size: 12px;
	margin-top: 20px;
	height: auto;
	margin-bottom: 0;
	padding: 0;
	position: static;
	padding-left: 1em;
	text-indent: -1em;
}
#kidou li .decs:before {
	content: none;
}
#kidou li:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	right: -25px;
	top: 50%;
	margin-top: -25px;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #3e9bd8;
}
#kidou li:nth-child(4):after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: -25px;
	top: 50%;
	margin-top: -25px;
	border-style: solid;
	border-width: 25px 0 25px 25px;
	border-color: transparent transparent transparent #3e9bd8;
}
#kidou li:last-child:before {
	content: none;
}
/*------------------------------
ctext
--------------------------------*/
#ctext {
	padding: 30px 0 20px 0;
	width: 828px;
	margin: 0 auto;
}
#ctext .box {
	padding: 10px 10px;
}
#ctext .box .innermb {
	margin-bottom: 20px;
}
#ctext .box .innermb ul {
    padding-left: 1em;
}
#ctext .box div div {
	display: inline-block;
	width: 48%;
	margin-right: 3%;
}
#ctext .box .innermb div:last-child {
	margin-right: 0;
}
#ctext h2 {
	font-size: 30px;
	color: #555;
	margin-bottom: 10px;
}
#ctext p, #ctext li {
	color: #777777;
	margin-bottom: 10px;
	margin-top: 0;
}
#ctext .title {
	font-size: 20px;
}
#ctext .midasi, #ctext li {
	padding-left: 1em;
	text-indent: -1em;
}
#ctext li {
	margin-bottom: 0px;
}
#ctext .midasi {
	margin-bottom: 0
}
#ctext .terms {
	text-decoration: none;
	padding: 12px 60px;
	border-radius: 31px;
	color: #555;
	border: solid 1px #555;
	position: relative;
	display: inline-block;
	font-size: 13px;
}
#ctext .terms:last-child {
	margin-left: 15px;
}
#ctext .terms:before {
	content: url(../img/icon_02.png);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}
#ctext2 {
	padding: 30px 0 20px 0;
	width: 100%;
	margin: 0 auto;
	background: #ddd;
}
#ctext2 .box {
	padding: 10px 10px;
	width: 960px;
	margin: auto;
}
#ctext2 .box .innermb {
	margin-bottom: 20px;
}
#ctext2 .box .innermb ul {
    padding-left: 1em;
}
#ctext2 .box div div {
	display: inline-block;
	width: 48%;
	margin-right: 3%;
}
#ctext2 .box .innermb div:last-child {
	margin-right: 0;
}
#ctext2 h2 {
	font-size: 30px;
	color: #555;
	margin-bottom: 10px;
}
#ctext2 p, #ctext2 li {
	color: #777777;
	margin-bottom: 10px;
	margin-top: 0;
}
#ctext2 .title {
	font-size: 20px;
}
#ctext2 .midasi, #ctext li {
	font-size: 16px;
	padding-left: 1em;
	text-indent: -1em;
}
#ctext2 li {
	margin-bottom: 0px;
}
#ctext2 .midasi {
	margin-bottom: 0
}
#ctext2 .terms {
	text-decoration: none;
	padding: 12px 60px;
	border-radius: 31px;
	color: #555;
	border: solid 1px #555;
	position: relative;
	display: inline-block;
	font-size: 13px;
}
#ctext2 .terms:last-child {
	margin-left: 15px;
}
#ctext2 .terms:before {
	content: url(../img/icon_02.png);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
}
.apple {
	margin-top: 20px;
    font-size: 13px;
}
.apple ol {
	padding-left: 0;
}
/*------------------------------
modal
--------------------------------*/
#auto {
	width: 100%;
	background: #fff;
	padding: 40px 0px;
	text-align: center;
}
#auto h2 {
	font-size: 28px;
	margin-bottom: 0;
	color: #0075c1;
}
#auto .donny {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 0;
	color: #777777;
}
#auto .houhou {
	overflow: hidden;
	width: 821px;
	margin: 0 auto 25px;
}
#auto .houhou .midasi {
	font-size: 20px;
	color: #777777;
	margin-top: 0;
	line-height: 1.3;
	height: 65px;
}
#auto .houhou .txt {
	font-size: 14px;
	color: #777777;
	text-align: left;
}
#auto .houhou .box {
	width: 100%;
	padding-right: 60px;
	vertical-align: top;
	border-right: solid 1px #c2e1ff;
	box-sizing: content-box;
}
#auto .houhou div:last-child {
	padding-right: 0;
	border-right: none;
}
#auto .notes {
	padding: 15px 27px;
	background: #f7fbff;
}
#auto .notes h3 {
	font-size: 22px;
	color: #555555;
	margin-bottom: 5px;
}
#auto .notes ul {
	font-size: 13px;
	text-align: left;
}
#auto .notes ul li {
	padding-left: 1em;
	text-indent: -1em;
	color: #777777;
	margin-bottom: 0px!important;
}
#colorbox {
	left: 0 !important;
	right: 0 !important;
	margin: auto;
	width: 980px !important;
}
#cboxWrapper {
	width: 980px !important;
}
#cboxContent, #cboxLoadedContent, #cboxBottomCenter {
	width: 964px !important;
}
#cboxLoadedContent {
	box-sizing: border-box;
}
#cboxLoadedContent {
	padding: 10px 40px;
}

/* ________________________________________ PC非表示・スマホ表示 */
@media (min-width: 768px) {
.hidden-pc {
	display: none !important;
}
}

@media (max-width: 767px) {
.hidden-pc {
	display: block !important;
}
}

/* ________________________________________ PC表示・スマホ非表示 */
@media (max-width: 768px) {
.hidden-spn {
	display: none !important;
}
}

@media (min-width: 767px) {
.hidden-spn {
	display: block !important;
}
}