@charset "shift_jis";

/*--information---------------------------------------------------------
Last update：09/04/13
サイトの名前　アイリスプラザ自社
使用箇所　ご利用方法
-------------------------------------------------------------------------*/

/*-------------------------------------------
	ご利用方法　汎用
----------------------------------------------*/

/*.fontsize12 {
	font-size: 13px;
	line-height:1.5em;
	}*/

#guidecontents {
  padding: 10px 10px 25px 10px;
  margin: 0;
  line-height: 1.5em;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

#guidecontents h1 {
  margin-bottom: 25px;
}

#guidecontents h3 {
  font-size: 22px;
  background-color: #609cc0;
  padding: 5px 14px 8px 14px;
  color: #fff;
  font-weight: 500;
}

#guidecontents .register {
  box-sizing: border-box;
  padding: 13px 0;
  border-radius: 5px;
  transition: 0.2s;
  display: block;
  color: #fff;
  background: #e50012;
  border: 1px solid #e50012;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 1.5;
}

#guidecontents .beginner_icon {
  width: 25px;
  height: auto;
  display: inline-block;
  /* top: 50%;
  left: 8%;
  transform: translate(-50%, -50%); */
  fill: #fff;
  vertical-align: middle;
}

#guidecontents .beginner_icon g path {
  color: inherit;
}

/* #guidecontents .register i {
  font-size: 21px;
  color: inherit;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
} */

#guidecontents .register:hover {
  color: #e50012 !important;
  background: #fff;
}

#guidecontents .register:hover .beginner_icon {
  fill: #e50012;
}

.navi_for_qa {
  overflow: hidden;
  width: 690px;
}
.navi_for_qa p {
  background: url("../img/guide/icon_li.gif") no-repeat scroll 10px 3px transparent;
  float: right;
}

.navi_for_qa p a {
  display: block;
  padding: 2px 0 5px 28px;
  text-decoration: underline;
}
.navi_for_qa p a:hover {
  text-decoration: underline;
  color: #ff6600;
}
.navi_for_top {
  overflow: hidden;
  max-width: 900px;
}
.navi_for_top p {
  float: right;
}

.navi_for_top p a {
  display: block;
  padding: 2px 0 5px 28px;
  text-decoration: underline;
}
.navi_for_top p a:hover {
  text-decoration: underline;
  color: #ff6600;
}

/*-------------------------------------------
	導入部
----------------------------------------------*/
.guide_cap {
  overflow: hidden;
}

.guide_cap p {
  float: left;
  width: 390px;
}
.guide_cap .bnr {
  float: left;
  width: 300px;
}

.guide_cap dl {
  margin: 10px 0;
  padding: 10px;
  background: #f6eee3;
  border: #f6eee3 solid 1px;
  line-height: 130%;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.guide_cap dt {
  color: #b10e1b;
  font-weight: bold;
}

.guide_cap dd {
  padding-bottom: 5px;
}

/*-------------------------------------------
	よくある質問
----------------------------------------------*/
.guide_qa {
  overflow: hidden;
  border: 1px solid #ccc;
  width: 688px;
  margin-top: 20px;
}
.guide_qa ul {
  width: 325px;
}
.guide_qa ul.qa_l {
  float: left;
}
.guide_qa ul.qa_r {
  float: right;
}
.guide_qa ul li {
  background: url("../img/guide/icon_li.gif") no-repeat scroll 10px 3px transparent;
}
.guide_qa ul li a {
  display: block;
  padding: 2px 0 5px 28px;
  text-decoration: underline;
}
.guide_qa ul li a:hover {
  text-decoration: underline;
  color: #ff6600;
}

/*-------------------------------------------
	ガイド
----------------------------------------------*/
.guide_area {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.l_box {
  width: 49%;
}
.r_box {
  width: 49%;
}

.l_box .guide_box,
.r_box .guide_box {
  border: 1px solid #e4e4e4;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px;
}
.l_box .guide_box dl dt,
.r_box .guide_box dl dt {
  padding: 5px 0px 5px 12px;
  text-align: left;
  font-size: 20px;
  margin: 10px auto;
  border-bottom: 3px solid #333;
}

.l_box .guide_box dl dd,
.r_box .guide_box dl dd {
  background: url("../img/isc/qa/icon_li06.gif") no-repeat scroll 10px 7px transparent;
  text-align: left;
}
.l_box .guide_box dl dd a,
.r_box .guide_box dl dd a {
  display: block;
  padding: 2px 0 5px 28px;
  text-decoration: underline;
}
.l_box .guide_box dl dd a:hover,
.r_box .guide_box dl dd a:hover {
  text-decoration: underline;
  color: #ff6600;
}

.l_box .guide_box .bnrparts,
.r_box .guide_box .bnrparts {
  margin: 10px auto;
}

.l_box .guide_box dl dt.non_midashi,
.r_box .guide_box dl dt.non_midashi {
  background: url("../img/isc/qa/icon_li06.gif") no-repeat scroll 10px 7px transparent;
  text-align: left;
  font-weight: normal;
  padding: 0px;
}

.l_box .guide_box dl dt.non_midashi a,
.r_box .guide_box dl dt.non_midashi a {
  display: block;
  padding: 2px 0 5px 28px;
  text-decoration: underline;
}

.l_box .guide_box dl dt.non_midashi a:hover,
.r_box .guide_box dl dt.non_midashi a:hover {
  text-decoration: underline;
  color: #ff6600;
}

/*============================
		カレンダー
============================*/
div.cal_out {
  float: right;
  width: 330px;
  margin-right: 10px; /*221109追記*/
}

div.cal_wrapper {
  color: #333333;
  width: 160px;
  float: left;
  margin: 0 0px 0 0;
}
div.schedule_wrapper {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 3px #666666;
  padding: 10px;
  width: 170px;
}
div.schedule_wrapper h3 {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 10px;
}
div.schedule_wrapper div.schedule_list {
  margin: 0;
  padding: 0 10px;
}
div.schedule_wrapper div.schedule_list ol {
  border-top: 1px solid #cccccc;
  margin: 5px auto;
  padding: 0;
}
div.schedule_wrapper div.schedule_list ol li {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 0 30px;
  padding: 5px 10px 0 0;
}
div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
  color: #666666;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 5px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
  display: none;
  float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  margin: 0 1px;
  padding: 1px;
}
div.cal_wrapper table.cal tr td {
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
div.cal_wrapper table.cal tr td {
  font-size: 12px;
  padding: 2px;
  text-align: center;
}
div.cal_wrapper table.cal tr.headline td {
  padding: 5px 0;
}
div.cal_wrapper table.cal tr.headline {
  background: none repeat scroll 0 0 #ffffff;
}
div.cal_wrapper table.cal tr td div {
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  padding: 2px;
  position: relative;
  text-align: center;
}
div.cal_wrapper table.cal tr td div span {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 3px #666666;
  color: #000000;
  display: none;
  font-weight: normal;
  left: 0;
  line-height: 1.5em;
  padding: 4px;
  position: absolute;
  text-align: left;
  top: 20px;
  width: 50px;
  z-index: 10;
}
div.cal_wrapper p {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
div.cal_wrapper table.cal tr td div.Sat {
  background: none repeat scroll 0 0 #f86f8e;
  color: #ffffff;
}
div.cal_wrapper table.cal tr td div.Sun {
  background: none repeat scroll 0 0 #f86f8e;
  color: #ffffff;
}
div.cal_wrapper table.cal tr td div.Today {
  background: none repeat scroll 0 0 #fee7ec;
}
div.cal_wrapper table.cal {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 auto;
}
div.cal_wrapper table.cal tr td div.Deli {
  background-color: #eeffee;
}
div.cal_wrapper table.cal tr td div.Holyday {
  background: none repeat scroll 0 0 #f86f8e;
  color: #ffffff;
}
div.cal_wrapper table.cal tr td div.Holyday2 {
  background: none repeat scroll 0 0 #5ec5f7;
  color: #ffffff;
}
div.cal_wrapper table.cal tr td div.Birthday {
  background-color: #eeeeff;
  border-radius: 3px 3px 3px 3px;
  color: #009900;
  font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.pointer {
  cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
  background-color: #eeeeee;
}

/*============================
		カレンダー
============================*/

div.cal_wrapper2 {
  color: #333333;
  width: 160px;
  float: right;
  margin: 0 0px 0 0;
}
div.schedule_wrapper {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 3px #666666;
  padding: 10px;
  width: 170px;
}
div.schedule_wrapper h3 {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 0 10px;
}
div.schedule_wrapper div.schedule_list {
  margin: 0;
  padding: 0 10px;
}
div.schedule_wrapper div.schedule_list ol {
  border-top: 1px solid #cccccc;
  margin: 5px auto;
  padding: 0;
}
div.schedule_wrapper div.schedule_list ol li {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 0 30px;
  padding: 5px 10px 0 0;
}
div.schedule_wrapper div.schedule_list ol li:hover {
  text-decoration: underline;
}
div.cal_wrapper2 table.cal tr th p {
  color: #666666;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 5px;
}
div.cal_wrapper2 table.cal tr th div.cal_ui {
  display: none;
  float: right;
}
div.cal_wrapper2 table.cal tr th div.cal_ui input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  margin: 0 1px;
  padding: 1px;
}
div.cal_wrapper2 table.cal tr td {
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
div.cal_wrapper2 table.cal tr td {
  font-size: 12px;
  padding: 2px;
  text-align: center;
}
div.cal_wrapper2 table.cal tr.headline td {
  padding: 5px 0;
}
div.cal_wrapper2 table.cal tr.headline {
  background: none repeat scroll 0 0 #ffffff;
}
div.cal_wrapper2 table.cal tr td div {
  background-color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  font-size: 12px;
  padding: 2px;
  position: relative;
  text-align: center;
}
div.cal_wrapper2 table.cal tr td div span {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 3px #666666;
  color: #000000;
  display: none;
  font-weight: normal;
  left: 0;
  line-height: 1.5em;
  padding: 4px;
  position: absolute;
  text-align: left;
  top: 20px;
  width: 50px;
  z-index: 10;
}
div.cal_wrapper2 p {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}
div.cal_wrapper2 table.cal tr td div.Sat {
  background: none repeat scroll 0 0 #f86f8e;
  color: #ffffff;
}
div.cal_wrapper2 table.cal tr td div.Sun {
  background: none repeat scroll 0 0 #f86f8e;
  color: #ffffff;
}
div.cal_wrapper2 table.cal tr td div.Today {
  background: none repeat scroll 0 0 #fee7ec;
}
div.cal_wrapper2 table.cal {
  background: none repeat scroll 0 0 #ffffff;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  margin: 0 auto;
}
div.cal_wrapper2 table.cal tr td div.Deli {
  background-color: #eeffee;
}
div.cal_wrapper2 table.cal tr td div.Holyday {
  background: none repeat scroll 0 0 #f86f8e;
  color: #ffffff;
}
div.cal_wrapper2 table.cal tr td div.Holyday2 {
  background: none repeat scroll 0 0 #5ec5f7;
  color: #ffffff;
}
div.cal_wrapper2 table.cal tr td div.Birthday {
  background-color: #eeeeff;
  border-radius: 3px 3px 3px 3px;
  color: #009900;
  font-weight: bolder;
}
div.cal_wrapper2 table.cal tr td div.pointer {
  cursor: pointer;
}
div.cal_wrapper2 table.cal tr td div.pointer:hover {
  background-color: #eeeeee;
}

/*カレンダー追記
===================================*/
.cal_out_1 .information-cal {
  max-width: calc(100% - 15px * 2);
  padding: 0 15px;
  display: flex;
}
.cal_out_1 .information-cal .cal_wrapper3 {
  padding: 14px !important;
  border-top: solid 2px;
  border-bottom: solid 2px;
  width: 100%;
}
.cal_out_1 .information-cal .cal_wrapper3 .inner {
  background-color: #fff !important;
  padding: 14px !important;
  padding: 0 10px !important;
}
.cal_out_1 .information-cal .cal_wrapper3 p {
  text-align: center !important;
  padding: 6px 0 !important;
  font-size: 16px !important;
}
.cal_out_1 .information-cal .cal_wrapper3 table {
  width: 100% !important;
}
.cal_out_1 .information-cal .cal_wrapper3 table {
  border-collapse: collapse !important;
}
.cal_out_1 .information-cal .cal_wrapper3 .cal_ui {
  padding: 5px 0 !important;
  font-size: 11px !important;
  text-align: center !important;
}
.cal_out_1 .information-cal .cal_wrapper3 .cal_ui input[type="button"]:disabled {
  color: #b5b5b5;
}
.cal_out_1 .information-cal .cal_wrapper3 .cal_ui input[type="button"] {
  background-color: #fff !important;
  border: none !important;
  padding: 0 10px !important;
  color: #222222;
}
.cal_out_1 .information-cal .cal_wrapper3 .headline td,
.cal_out_1 .information-cal .cal_wrapper3 td div {
  padding: 5px 0 !important;
  font-size: 1em;
}
.cal_out_1 .information-cal .cal_wrapper3 .headline td {
  background-color: #ededed !important;
}
.cal_out_1 .information-cal .cal_wrapper3 td {
  border: 1px solid !important;
  font-size: 12px !important;
  text-align: center !important;
}
.cal_out_1 .information-cal .cal_wrapper3 p.info {
  font-size: 11px !important;
}
.cal_out_1 .information-cal .cal_wrapper3 .info {
  padding-top: 10px !important;
  font-size: 10px !important;
  text-align: left !important;
}
.cal_out_1 .information-cal .cal_wrapper3 p {
  text-align: center !important;
  padding: 6px 0 !important;
  font-size: 16px !important;
}
.cal_out_1 .information-cal .cal_wrapper3 .info .holyday {
  color: #ffcbcb !important;
}
.cal_out_1 .information-cal .cal_wrapper3 p.info span.sending {
  color: #fff84d !important;
}
.cal_out_1 .information-cal .cal_wrapper3 td div.Holyday,
.cal_out_1 .information-cal .cal_wrapper3 td div.Sat,
.cal_out_1 .information-cal .cal_wrapper3 td div.Sun {
  background-color: #ffcbcb !important;
}
/****************年末年始用***************/
.cal_out_1 .information-cal .cal_wrapper3 td div.sending {
  background-color: #fff84d !important;
}
.cal_out_1 .information-cal .cal_wrapper3 p.info span.sending {
  color: #fff84d !important;
}
.cal_out_1 .information-cal .cal_wrapper3 p.info span.order_que {
  color: #cbecff !important;
}
/****************年末年始用***************/

.cal_out_1 {
  text-align: center;
}
