@charset "UTF-8";
/* ���Z�b�gCSS
----------------------------------------*/
h1,
h2,
h4,
h4,
h5,
h6,
div,
p,
ul,
li,
dl,
dt,
dd,
table,
tr,
td,
img {
  margin: 0;
  border: 0;
  padding: 0;
}

body div#main-area-content {
  position: relative;
  overflow: hidden;
}

a:hover {
  text-decoration: none;
}

/* コンテナ
----------------------------------------*/
div#wrap-container {
  padding: 0;
  width: 100%;
}

div#container {
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0 0 80px;
  color: #333333;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

/* SP
----------------------------------------*/
.sp {
  display: none;
}

/* コンテンツ */
div#main-menu ul {
  text-align: center;
  padding: 28px 0;
}

div#main-menu li {
  display: inline-block;
  padding: 0 20px;
}

div#main-menu li a {
  color: #333333;
  font-size: 1.15em;
}

div#main-menu li a span {
  vertical-align: middle;
  line-height: 1.4;
  padding: 4px 0 0;
  display: inline-block;
  text-align: left;
}

div#main-menu li a:hover {
  color: #ff0000;
  opacity: 0.6;
}

div#main-menu li a:hover span {
  text-decoration: underline;
}

div#main-menu li img {
  vertical-align: middle;
  margin: 0 0 0 12px;
}

span.space {
  margin-left: 1em;
}

#container h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 auto;
  padding-bottom: 0;
  width: 980px;
}

div.title-banner {
  margin: 1% auto 0;
  background-color: #d7e937;
  position: relative;
  height: 600px;
}

p.title-banner {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: calc(50% - 741px);
}

div.title-banner-about {
  margin: 1% auto 0;
  background-color: #ffb400;
  position: relative;
  height: 360px;
}

p.title-banner-about {
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: calc(50% - 741px);
}

#read {
  background-color: #f4fce2;
  width: 100%;
  padding: 65px 0;
}

#read > div {
  position: relative;
  text-align: center;
}

#read p.title {
  margin: 0 0 5%;
}

#read p {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.6;
}

#read p:nth-of-type(3) {
  margin: 3.5% 0 0;
}

#read p:nth-of-type(4) {
  margin: 3.2% 0 0;
}

#read p strong {
  font-size: 1.1em;
}

#read .illust {
  position: absolute;
}

#read .illust img {
  width: 100%;
}

#read .illust.block-a {
  top: 30%;
  left: 4.5%;
  width: 150px;
}

#read .illust.block-b {
  top: 48.2%;
  right: 0;
  width: 190px;
}

#btn-area {
  margin: 5.8% auto 0;
}

#btn-area a {
  text-decoration: none;
  color: #333;
  width: 100%;
  padding: 3% 7%;
  display: block;
}

#btn-area a:hover {
  text-decoration: none;
}

#btn-area p.title {
  text-align: center;
}

#btn-area .btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 6% 0 0;
}

#btn-area .btn-box ul {
  width: 47%;
  font-size: 1.1em;
  margin: 0 0 8.7%;
}

#btn-area .btn-box ul.min-list {
  width: 100%;
}

#btn-area .btn-box ul li.btn-title {
  border: 1px solid #e0e0e0;
  position: relative;
  margin: 0 0 4%;
  font-size: 1.5em;
  font-weight: bold;
}

#btn-area .btn-box ul li.btn-title::before {
  position: absolute;
  content: "";
  background: #157edb;
  border-radius: 45px;
  width: 21px;
  height: 21px;
  top: 30%;
  right: 3%;
}

#btn-area .btn-box ul li.btn-title::after {
  position: absolute;
  content: "";
  top: 39%;
  right: 4.3%;
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(135deg);
}

#btn-area .btn-box ul li:not(.btn-title) {
  background: #f4fce2;
  width: 85%;
  margin: 0 auto 3.5%;
  border-radius: 5px;
  border-right: #d0e701 8px solid;
}

#btn-area .btn-box ul li:not(.btn-title) a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1% 0 1% 1.4%;
}

#btn-area .btn-box ul li:not(.btn-title) a:hover {
  opacity: 0.6;
}

#btn-area .btn-box ul li:not(.btn-title) a img {
  width: 12%;
}

#btn-area .btn-box ul li:not(.btn-title) a p {
  margin: 0 0 0 3.7%;
  font-size: 1.1em;
}

/* コンテンツ */
#content-01 {
  padding: 12.3% 0 12.6%;
}

.odd {
  background-color: #f4fce2;
  padding: 4.6% 0 12.6%;
}

.read-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 6%;
}

.odd .read-box .left {
  width: 39.5%;
}

.odd .read-box .right {
  width: 51.6%;
  margin: 3.5% auto 0;
}

.odd .read-box .right .title {
  margin: 0;
}

.odd .read-box .right .cap {
  margin: 6.9% 0 0;
  font-size: 1.1em;
  line-height: 1.8;
  width: 95%;
  letter-spacing: 1.4px;
}

.item-box {
  background-color: #fff;
  padding: 0 0 4%;
  margin: 0 0 4%;
}

.item-box:last-child {
  margin: 0;
}

.item-box .title {
  display: flex;
  background-color: #d0e701;
  align-items: center;
  padding: 2% 0 2% 4.2%;
}

.item-box .title img {
  margin: 0 1% 0 0;
}

.item-box .title h3 {
  font-size: 1.55em;
  letter-spacing: 1.8px;
}

.item-box .item-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 3.8% auto 0;
  width: 90%;
}

.item-box .left {
  width: 50%;
}

.item-box .left a {
  width: 200px;
  height: 200px;
  border: 1px solid #eeeeee;
  display: inline-block;
}

.item-box .left a:nth-of-type(1) {
  margin: 0 7.4% 0 0;
}

.item-box .left a img {
  width: 100%;
}

.item-box .right {
  width: 46%;
  margin: 0 0 0 3.4%;
}

.item-box .right p:nth-of-type(1) {
  font-size: 1.05em;
  color: #007ed7;
  font-weight: bold;
  letter-spacing: 1.3px;
  line-height: 1.3;
  margin: 0 0 2.7%;
}

.item-box .right table,
td,
th {
  border: 1px solid #707070;
  border-collapse: collapse;
}

.item-box .right table {
  margin: 4% 0 0;
  width: 100%;
}

.item-box .right table td {
  padding: 1.3% 0 1.3% 1%;
  font-size: 0.9em;
}

.item-box .right table td.count {
  background: #f1f7fc;
  text-align: center;
  white-space: nowrap;
  width: 12.5%;
  padding: 0 0 0;
}

.item-box .right table td.price {
  width: 49%;
  padding: 0 0 0 3.5%;
}

.item-box .right table td a.hinban {
  display: block;
  background: url(/static/images/seihin_joho/tap_select/yaji_maru_bl_12.png) no-repeat 0% 1px;
  font-size: 0.95em;
  color: #1c64b3;
  font-weight: bold;
  background-size: 14px;
  padding: 2% 0 0 14%;
  margin: 0 0 1% 5%;
}

.item-box .right table td a.hinban:hover {
  color: red;
}

.item-box .btn {
  background: #157edb;
  border-radius: 30px;
  width: 377px;
  margin: 3.6% auto 0;
  text-align: center;
}

.item-box .btn a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 4.2% 0;
  font-weight: bold;
  opacity: 1;
  transition: 0.2s;
}

.item-box .btn a:hover {
  opacity: 0.6;
}

.item-box .btn a span {
  position: relative;
}

.item-box .btn a span::after {
  content: "";
  position: absolute;
  top: 21%;
  left: 110%;
  background: url(/static/images/seihin_joho/tap_select/img_allow_wh.png) no-repeat;
  background-size: contain;
  width: 10px;
  height: 12px;
}

.btn_type2 {
  display: block;
  width: 40%;
  background-color: #e8f3ff;
  font-weight: 700;
  text-align: center;
  margin: -1.5% auto 6%;
  padding: 2.3% 0;
  color: #0c4a9d;
  border: 1.5px solid #0c4a9d;
  border-radius: 8px;
  font-size: 1.1em;
  transition: 0.3s;
}

.btn_type2:hover {
  transition: 0.3s;
  background-color: #0c4a9d;
  color: #FFFFFF;
}

.even {
  background: url(/static/images/seihin_joho/tap_select/back_02.gif);
  padding: 5% 0 12.6%;
}

.even .read-box .right {
  width: 39.5%;
}

.even .read-box .left {
  width: 50.7%;
  margin: 4% auto 0;
}

.even .read-box .left .title {
  margin: 0;
}

.even .read-box .left .cap {
  margin: 7.5% 0 0;
  font-size: 1.1em;
  line-height: 1.8;
  width: 100%;
  letter-spacing: 1.4px;
}

div#scene {
  background: url(/static/images/seihin_joho/tap_select/index/background.gif) repeat 0 0;
}

div.scene-inner {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 105px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div#scene p.eyecatch {
  font-size: 2.1em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.2%;
}

p.scene-cont {
  width: 750px;
  margin: 0 auto 15px;
  line-height: 2;
  font-size: 1.05em;
}

p.scene-cont strong {
  display: block;
  font-size: 1.85em;
  margin: 0 0 15px;
}

div.scene-cont ul {
  padding: 10px 0;
}

div.scene-cont li {
  width: 315px;
  float: left;
}

div.scene-cont li:nth-of-type(1),
div.scene-cont li:nth-of-type(2) {
  margin: 0 17px 0 0;
}

div .relation {
  margin: 5% auto 0;
  padding: 3% 3% 6%;
  background-color: #ffffff;
}

div .relation.other {
  width: 980px;
  margin: 0 auto;
  padding: 3% 3% 6%;
  background-color: #ffffff;
}

.relation h3 {
  font-size: 1.85em;
  text-align: center;
  padding: 1% 0;
  color: #333333;
  background-color: #d0e701;
  border-radius: 5px;
}

.relation.other h3 {
  font-size: 1.4em;
  text-align: left;
  padding: 0.5% 0;
  color: #333333;
}

.relation img {
  width: 24.2%;
  height: 148px;
  margin: 2% 0.5% 0 0;
}

.relation.other img {
  width: 230px;
  height: auto;
  margin: 0 1.6% 0 0;
}

.link-img li {
  display: inline;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

/* �ǂ�ȃ����b�g������́H */
div#merit {
  background: url(/static/images/seihin_joho/tap_select/index/background.gif) repeat 0 0;
}

div.merit-inner {
  width: 980px;
  margin: 0 auto;
  padding: 95px 0 55px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div#merit p.eyecatch {
  font-size: 2.1em;
  font-weight: bold;
  margin: 0 0 2%;
}

p.merit-cont {
  width: 750px;
  margin: 0 auto 40px;
  line-height: 2;
  font-size: 1.05em;
}

p.merit-cont strong {
  display: block;
  font-size: 1.85em;
  margin: 0 0 15px;
}

div.merit-before {
  margin: 0 0 25px;
}

div.merit-after {
  padding: 35px 0;
}

div.merit-before p,
div.merit-after p {
  font-size: 1.55em;
  font-weight: bold;
}

div.merit-before ul,
div.merit-after ul {
  padding: 10px 108px;
}

div.merit-before li,
div.merit-after li {
  width: 240px;
  float: left;
}

div.merit-before li:nth-of-type(1),
div.merit-before li:nth-of-type(2),
div.merit-after li:nth-of-type(1),
div.merit-after li:nth-of-type(2) {
  margin: 0 20px 0 0;
}

div.merit-before img,
div.merit-after img {
  width: 100%;
}

div.form-inner {
  width: 980px;
  margin: 0 auto;
  padding: 90px 0 109px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div.form-read img {
  width: 62%;
}

div#form p.eyecatch {
  font-size: 2.1em;
  font-weight: bold;
  margin: 0 0 2%;
}

p.form-cont {
  width: 750px;
  margin: 0 auto 40px;
  line-height: 2;
  font-size: 1.05em;
}

div.form-list {
  padding: 110px 0 0;
}

div.form-list-cont.mobile,
div.form-list-cont.home {
  margin: 110px 0 0;
}

div.form-list-cont dl {
  padding: 0 0 0 30px;
}

div.form-list-cont dt {
  float: left;
  width: 40%;
}

div.form-list-cont dd {
  float: right;
  width: 52%;
}

div.form-list-cont dt h3 {
  padding: 0 0 0 85px;
  text-align: left;
  font-size: 1.8em;
  line-height: 1.4;
}

div.form-list-cont.share dt h3 {
  background: url(/static/images/seihin_joho/tap_select/index/telework_top_11.gif) no-repeat 0 4px;
  background-size: 55px;
}

div.form-list-cont.mobile dt h3 {
  background: url(/static/images/seihin_joho/tap_select/index/telework_top_13.gif) no-repeat 0 4px;
  background-size: 62px;
}

div.form-list-cont.home dt h3 {
  background: url(/static/images/seihin_joho/tap_select/index/telework_top_15.gif) no-repeat 0 4px;
  background-size: 62px;
}

body.mac div.form-list-cont.share dt h3 {
  background: url(/static/images/seihin_joho/tap_select/index/telework_top_11.gif) no-repeat 0 4px;
  background-size: 60px;
}

body.mac div.form-list-cont.mobile dt h3 {
  background: url(/static/images/seihin_joho/tap_select/index/telework_top_13.gif) no-repeat 0 4px;
  background-size: 68px;
}

body.mac div.form-list-cont.home dt h3 {
  background: url(/static/images/seihin_joho/tap_select/index/telework_top_15.gif) no-repeat 0 4px;
  background-size: 68px;
}

div.form-list-cont dt p {
  text-align: left;
  font-size: 1.03em;
  line-height: 2.1;
  margin: 22px 0 0;
}

div.form-list-cont dd img {
  width: 100%;
}

div.form-list-cont p.link-area {
  margin: 40px 0 0;
}

div.form-list-cont p.link-area a {
  display: inline-block;
  text-align: left;
  font-size: 1.35em;
  line-height: 1.5;
  font-weight: bold;
}

div.form-list-cont p.link-area a:hover {
  text-decoration: none;
  opacity: 0.6;
}

div.form-list-cont.share p.link-area a {
  background: url(/static/images/seihin_joho/tap_select/index/arrow_gr.png) no-repeat 95% 50%;
  background-size: 4%;
  border: 5px solid #abcd05;
  color: #abcd05;
  padding: 15px 77px;
}

div.form-list-cont.mobile p.link-area a {
  background: url(/static/images/seihin_joho/tap_select/index/arrow_bl.png) no-repeat 95% 50%;
  background-size: 4%;
  border: 5px solid #5dc1ce;
  color: #5dc1ce;
  padding: 15px 122px;
}

div.form-list-cont.home p.link-area a {
  background: url(/static/images/seihin_joho/tap_select/index/arrow_pk.png) no-repeat 95% 50%;
  background-size: 4%;
  border: 5px solid #ed86a3;
  color: #ed86a3;
  padding: 15px 122px;
}

div#display {
  background: url(/static/images/seihin_joho/tap_select/index/background.gif) repeat 0 0;
}

div.display-inner {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0 78px;
  text-align: center;
  line-height: 1.7;
  color: #333333;
}

div#display p.eyecatch {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0 0 2%;
}

div#display div.display-info dl {
  margin: 0 30px;
}

div#display div.display-info dt {
  float: left;
  width: 47%;
  text-align: left;
  font-size: 1.03em;
  line-height: 2.2;
}

div#display div.display-info dd {
  float: right;
  width: 47%;
  padding: 8px 0 0;
}

div#display div.display-info dd img {
  width: 100%;
}

div#display p.link-area {
  margin: 40px 0 0;
}

div#display p.link-area a {
  display: inline-block;
  background: url(/static/images/seihin_joho/tap_select/index/arrow_nv.png) no-repeat 95% 50% #ffffff;
  background-size: 4%;
  border: 2px solid #184eb0;
  border-radius: 0.3em;
  color: #333333;
  padding: 18px 65px 18px 40px;
  text-align: left;
  font-size: 1.15em;
  line-height: 1.4;
  font-weight: bold;
}

div#display p.link-area a.l {
  margin: 0 15px 0 0;
}

div#display p.link-area a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/* ���j���[ */
div#menu {
  width: 980px;
  margin: 30px auto 80px;
  padding: 40px 0 0;
}

div#menu p {
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 15px;
}

div#menu-tokushu-inner {
  margin: 0 0 51px;
}

div#menu-tokushu-inner a {
  display: table;
  width: 232px;
  height: 65px;
  padding: 3px 0 0;
  float: left;
  background: url(/static/images/seihin_joho/tap_select/index/arrow_gy3.png) no-repeat 95% 50%;
  background-size: 4.5%;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

div#menu-tokushu-inner a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 1.03em;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
}

div#menu-tokushu-inner a:nth-of-type(1) {
  margin: 0 14px 0 0;
  border-bottom: 5px solid #f3df00;
}

div#menu-tokushu-inner a:nth-of-type(2) {
  margin: 0 14px 0 0;
  border-bottom: 5px solid #abcd07;
}

div#menu-tokushu-inner a:nth-of-type(3) {
  margin: 0 14px 0 0;
  border-bottom: 5px solid #5cc2ce;
}

div#menu-tokushu-inner a:nth-of-type(4) {
  border-bottom: 5px solid #ef87a2;
}

div#menu-kanren-inner {
  margin: 0 0 60px;
}

div#menu-kanren-inner a {
  display: table;
  width: 230px;
  height: 65px;
  padding: 3px 0 0;
  margin: 0 14px 14px 0;
  float: left;
  background: url(/static/images/seihin_joho/tap_select/index/arrow_nv.png) no-repeat 95% 50%, url(/images/common/icn_read.png) no-repeat 8% 50%;
  background-size: 4%, 14%;
  border: 2px solid #405eaa;
  border-radius: 0.3em;
}

div#menu-kanren-inner a:nth-of-type(4n) {
  margin: 0 0 14px 0;
}

div#menu-kanren-inner a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 60px;
  font-size: 1.03em;
  font-weight: bold;
  color: #333333;
  line-height: 1.4;
}

div#menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}

div#menu a:hover img {
  opacity: 1 !important;
}

div#catalog-pc {
  border: 0.3em solid #9fbfe6;
  border-radius: 0.7em;
  background-color: #dbe7f5;
  padding: 30px 50px;
  margin: 3.5% auto;
  width: 880px;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 73%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.65em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 1.05em;
  line-height: 1.8;
}

div#catalog-pc div.cata_left ul {
  margin-top: 6%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125eaa;
  color: #ffffff;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

div#catalog-pc div.cata_left ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 20%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div.catalog-banner {
  width: 980px;
  margin: 0 auto 50px;
  text-align: center;
}

.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
