@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++
HTML Setting
+++++++++++++++++++++++++++++++++++++++++++*/
/*拠点*/
#SelectArea {
	display: none;
}

.contents {
	margin: 0 auto;
	background: #E5F2F8;
	padding-top: 36px;
	padding-bottom: 40px;
}

.cts_inner {
	background-color: #184087;
    width: 1024px;
    margin: 0 auto;
    height: 90px;
	margin-bottom: 40px;
	box-shadow: 0px 0px 0px 5px #184087;
    border: solid 2px white;
	}

.cts_inner h1 {
	width: auto;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding-top: 12px;
	justify-content: center;
}

.cts_inner h1 img{
	width: 662px;
	display: inline-block;
}

.cts_inner p {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 30px;
	}

.top_tl {
	width: 1024px;
	text-align: right;
	font-size: 32px;
}

.oneblock {
	width: 960px;
	display: flex;
	margin: 0 auto;
	margin-bottom: 54px;
	position: relative;
}

.oneblock::after{
	content: "";
    background: url(/attending/e-book/images/none_book.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 590px;
    height: 62px;
    position: absolute;
    left: 308px;
    bottom: 261px;
	z-index: 10;
}

.oneblock li {
	width: 216px;
	z-index: 20;
	margin-right: 32px;
}

.oneblock dl {
	background: #3E7ACC;
	border-radius: 8px;
	padding: 4%;
	width: 216px;
	margin-bottom: 10px;
	min-height: 300px;
}

.oneblock dt {
	color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    padding-left: 18px;
}

.oneblock dt:before {
    color: #ff9900;
    content: "▼";
    position: absolute;
    top: 0;
    left: 0;
}

.oneblock li p {
    display: inline-block;
    position: relative;
	border-radius: 4px;
    transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
	background-color: #fff;
	width: 216px;
	font-size: 15px;
	margin-top: 15px;
	cursor:pointer;
}

.oneblock li p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.oneblock li p:hover {
    opacity: .7;
}

.oneblock li p a {
    display: inline-block;
    padding: 10px 30px;
	width: 216px;
}

.OnFR {
	margin-left: 38px;
}

.download {
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 40px;
    background: #fcf6bf;
}

.download .tl_sec img {
	width: 40px;
}

.download .icon_box img {
	width: 422px;
}

.download .tl_sec {
    background: #0074df;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    padding: 8px;
    font-family: arial,sans-serif;
    text-align: center;
}

.download .read {
    margin-bottom: 20px;
    margin-top: 10px;
}

.download .read ul {
    padding: 10px 30px;
    background: #fff;
    border-radius: 6px;
	width: 468px;
}

.download .read ul li {
    list-style-type: circle;
    margin-bottom: 0.3rem;
    color: #0074df;
	font-size: 14px;
}

.FClear {
	display: flex;
	width: 960px;
	margin: 0 auto;
	justify-content: space-between;
	padding: 10px 20px;
}

.download_link {
    margin: 0 1.2rem;
    border-radius: 3rem;
    background: linear-gradient(#f99d1d 35%, #eb7700 100%);
    width: 450px;
}

.download_link:hover {
    opacity: .7;
}

.download_link a span {
    position: relative;
    color: #fff;
    font-family: arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    display: block;
    padding: 1rem 2rem 0.6rem 1rem;
    text-align: center;
}

.common_txt01 {
	width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
	font-size: 15px;
}

.common_txt01 a {
	color: #194EFF;
	text-decoration: underline;
}

.top_link {
	text-align: center;
}

.top_link a {
	display: inline-block;
    position: relative;
    padding: 15px 55px 15px 20px;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    transition: border-color 0.3s, background-color 0.3s;
	background-color: #fff;
	width: 680px;
	font-size: 16px;
}

.top_link a::before {
	content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 10px;
    background: var(--corporate-color);
    border-radius: 50%;
    transform: translateY(-50%);
}

.top_link a::after {
	content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

.top_link a:hover {
	border-color: var(--corporate-color);
    background-color: #f2fafe;
}

.cts_inner .friend {
	width: 890px;
	padding-top: 8px;
	justify-content: space-around;
	display: flex;
	align-items: center;
	margin: 0 auto;
}

.cts_inner .friend_txt {
	font-size: 26px;
	line-height: 1.4;
}

/*top*/

.contents02 {
	padding-top: 0;
}

.top_ttl{
	margin: 0 auto;
	width: 1250px;
}
.top_ttl img {
	width: 1250px;
	height: 205px;
}

.seo {
	background-color: #F2F2F2;
	padding-bottom: 20px;
}

.seo p {
	width: 1024px;
	margin: 0 auto;
	font-size: 16px;
	margin-top: 24px;
}

.list {
	margin: 0 auto;
	width: 1024px;
	margin-bottom: 24px;
}

h2.tl_sec img {
    height: 40px;
    width: 40px;
}

h2.tl_sec span {
    margin-right: 22px;
}

.tl_sec {
    background: #0074df;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    padding: 8px;
    font-family: arial,sans-serif;
    text-align: center;
}

.list_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 10px;
	width: 1024px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 24px;
}

.list_box .flex {
	display: flex;
	border-bottom: dotted 1px #C3C3C3;
	padding-bottom: 20px;
	margin-bottom: 15px;
	width: 958px;
    margin-right: auto;
    margin-left: auto;
}

.list_box ul {
	display: flex;
}

.flex li {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
    background-color: #fff;
    width: 216px;
    font-size: 15px;
	border: solid 1px #C3C3C3;
	margin-right: 30px;
	text-align: center;
	cursor: pointer;
}

.flex li::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: 16px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

.flex li:hover {
	opacity: 0.7;
}

.flex li a {
	display: inline-block;
    padding: 14px 30px;
    width: 216px;
}


.list_box .flex_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 958px;
}

.flex_item {
	margin-top: 18px;
}

.sbbox_inner {
	width: 930px;
	margin: 0 auto;
}

.list_box img {
	display: block;
	margin: 0 auto;
}

.list_box .img02 {
	width: 640px;
	margin: 0;
	margin-bottom:25px;
}

.list_box .img03 {
    width: 602px;
    margin: 0;
    padding-bottom: 30px;
}

.catalog_icn02 img {
    display: block;
    margin: 18px auto 18px;
	width: 59px;
}


.list_box03 .item01 {
	width: 530px;
}

.list_box03 .item02 {
	width: 293px;
	margin-top: 65px;
    margin-left: 0;
}

.homepage {
	margin-left: 40px;
}


.flex h3 span {
	color: #FF6C00;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 6px;
}

.flex h3 {
	font-weight: bold;
    font-family: arial,sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 1.4;
}

img {
    image-rendering: -webkit-optimize-contrast;
}


.catalog_pcbox .boxs {
	display: inline-block;
}

.gray {
	display: none!important;
}

.no_book {
	text-align: center;
	font-size: 25px;
	margin: 100px auto;
	width: 960px;
	background-color: #fff;
	padding: 50px 0;
	border-radius: 10px;
}

.icon_new{
	background-image: url("../images/top_icn_new.svg");
	background-position: right 20% bottom 45%;
  background-size:50px;
	background-repeat: no-repeat;
}

/*検索*/
.search_wapper {
  position: relative;
  padding: 20px;
  width: 960px;
  background: #FFF;
  border: solid 3px #3E7ACC;
  margin: 0 auto 70px;
}

.search_wapper:before {
  content: "";
  position: absolute;
  bottom: -44px;
  left: 50%;
  margin-left: -15px;
  border: 22px solid transparent;
  border-top: 22px solid #FFF;
  z-index: 2;
}

.search_wapper:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -17px;
  border: 24px solid transparent;
  border-top: 24px solid #3E7ACC;
  z-index: 1;
}

.search {
	display: flex;
	justify-content: space-between;
}

.search dl {
	width: calc(100% / 2 - 10px);
}

.search dt {
	background-color: #3E7ACC;
	color: #fff;
	text-align: center;
	padding: 1% 0;
}

.search dd {
	overflow: hidden;
	width: 100%;
	margin: 2% auto;
	position: relative;
	border: 1px solid #888;
	border-radius: 2px;
	background: #ffffff;
}

.search dd select {
	width: 100%;
	padding: 2%;
	color: #000;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.search dd select::-ms-expand {
    display: none;
}

.search dd::before {
	position: absolute;
    top: 40%;
    right: 3%;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888;
	pointer-events: none;
}

.search_btn {
	width: 100%;
	text-align: center;
	position: relative;
}

.Search__submit {
  width: 400px;
  margin-top: 10px;
  padding: 10px 0;
  color: white;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  background-color: var(--caution-color);
  border-radius: 3px;
  transition: opacity 0.3s;
}

.Search__submit:disabled {
  color: var(--disable-font-color);
  background-color: var(--disable-bg-color);
}

.Search__submit:hover,
.Search__clear:hover {
  opacity: 0.7;
}

.Search__submit::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(../../../sharing/common21/images/icn_search--white.svg)
    no-repeat center / contain;
}

.Search__clear {
    margin-left: 15px;
    padding: 10px;
    color: #fff;
    font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.0;
    text-align: center;
    background-color: #8e8e8e;
    border-radius: 3px;
	margin-top: -40px;
}

.Search__clear span {
	font-size: 2.0rem;
	margin-right: 3px;
	font-weight: 300;
	line-height: 0;
}

.Search__clear {
	position: absolute;
	bottom: 0;
	right: 0;
}

.function_wapper {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.function_wapper dl {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% / 2 - 15px );
}

.function_wapper dl dd {
	width: 347px;
	margin-left: 10px;
	font-feature-settings: "palt"; 
}

.img01 {
	width: 122px;
	height: 32px;
	margin-bottom: 30px
}

.img04 {
	width: 152px;
	height: 32px;
	margin-bottom: 30px
}

.operation_wapper_top, .operation_wapper_bottom {
	display: flex;
}

.operation_wapper_bottom dl {
	width: 50%;
	padding: 30px;
}

.operation_wapper_bottom dl:first-child {
	border-right: 1px dotted #7a7a7a;
}

.operation_wapper_top dl {
	padding: 0 30px 30px;
	border-bottom: 1px dotted #7a7a7a;
}

.operation_wapper_top img, .operation_wapper_bottom img {
	width: auto;
}

.operation_wapper_top dt, .operation_wapper_bottom dt {
	font-size: 20px;
	color: #7a7a7a;
	margin-bottom: 10px;
}

.operation_wapper_top dt span, .operation_wapper_bottom dt span {
	color: #ff4e78;
}

figcaption {
	font-size: 16px;
	text-align: center;
	color: #7a7a7a;
}

.flex_img {
	display: flex;
	justify-content: space-between;
}

.flex_img div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.over {
	width: 600px;
	border-right: 1px dotted #7a7a7a;
}

.zoom {
	width: 330px
}

.sub_headding {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	text-shadow:
            3px 3px 3px #666666, -3px -3px 3px #666666,
           -3px 3px 3px #666666,  3px -3px 3px #666666,
            3px 0px 3px #666666, -3px -0px 3px #666666,
            0px 3px 3px #666666,  0px -3px 3px #666666;
    margin-bottom: 10px;
}