@charset "UTF-8";
small, sub, sup {
  font-size: .8em;
}
.clearfix {
  content: "";
  display: table;
  clear: both;
}
.forpc {
  display: inline-block !important;
}
.forsp {
  display: none !important;
}
.nobr {
  display: inline-block;
}
.flex-btwn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-cntr {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-center {
  -webkit-box-align: center;
  align-items: center;
}
.flex-align-end {
  -webkit-box-align: end;
  align-items: flex-end;
}
.flex-align-base {
  -webkit-box-align: baseline;
  align-items: baseline;
}
.flex-rvs {
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.container {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.cntbox {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 414px) {
  .forpc {
    display: none !important;
  }
  .forsp {
    display: inline-block !important;
  }
}
/* 14_faq/order */
#order .l-section-02 {
  margin: 30px auto 50px;
	padding: 5%;
}
#order .m-ttl-08 {
  margin-top: 30px;
  margin-bottom: 15px;
}
#order .m-ttl-08:first-child {
  margin-top: 0;
}
#order .m-ttl-06 {
  font-weight: normal;
}
.icon-order {
  padding-top: 70px;
}
.icon-order:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 60px;
  height: 60px;
  background: url(../images/common/icon_atn.svg) no-repeat center center;
  background-size: contain;
}
.order {
  width: 100%;
  margin: 0 auto;
  padding: 5%;
}
#order h1 {
  letter-spacing: 0.1em;
}
.order h3 {
  width: 88%;
  padding: 0 0 1% 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.order .o_atn {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
.order .o_icon {
  width: 24px;
  margin: 4px 8px 0 0;
}
.order .o-info {
  margin: 0 0 30px;
  font-size: 1.4rem;
}
.order .m-btn-01 {
  text-align: right;
  margin: 0 0 30px;
}
.order .btn_cntr {
  text-align: center;
  margin: 0 0 30px;
}
.order h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e8390e;
  margin: 10px 0 20px;
  letter-spacing: 0.04em;
}
.order .o_bnr {
  width: 70%;
  margin: 0 auto;
}
.order .o_bnr ul {
  margin: 0 auto;
}
.order .o_bnr li {
  margin: 0 20px 20px;
}
.privacy {
  width: 100%;
  margin: 0 auto 50px;
  padding: 5%;
}
.privacy .o-info{
	margin-bottom: 1em;
}
.privacy .prvlst li{
	list-style: disc;
	margin: 0 1em 1em;
}

/* 21_SearchShopLists/shop/*/
#book_shop .l-section-02 {
  margin-top: 20px;
}
#book_shop .m-ttl-08 {
  margin-top: 30px;
  margin-bottom: 15px;
}
#book_shop .m-ttl-08:first-child {
  margin-top: 0;
}
#book_shop h2 {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
}
#book_shop h2 a {
  color: #048dc6;
}
.book_shop {
  width: 80%;
  margin: 0 auto;
  padding: 4%;
}
.book_shop .s_list {
  width: 100%;
  transition: all 0.1s linear;
  margin: 0 0 20px;
  border-bottom: 1px solid #cccccc;
}
.book_shop .s_list a {
  display: inline;
}
.book_shop .s_list:hover {
  opacity: 0.7;
  color: #048dc6;
}
.book_shop .b_icon {
  margin: 0 4% 0 0;
  width: 40px;
}
.book_shop .shop {
  width: 70%;
}
.book_shop .shop_name {
  font-size: 1.6rem;
  font-weight: bold;
}
.book_shop .shop-address {
  font-size: 1.4rem;
  padding: 0 0 10px 0;
}
.book_shop .s_atn {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.book_shop .s_atn .cnt_box {
  width: 90%;
  border: solid 1px #F7F5EF;
  padding: 2%;
  margin: 0 auto;
}
.book_shop .s_atn .b_icon {
  margin: 8px 2px 0;
  width: 30px;
}
.book_shop .s_atn .shop_info {
  font-size: 1.4rem;
  width: 84%;
  padding: 6px;
  text-align: left;
}
/* 24_/faq/bookshop/ */
#pref .l-section-02 {
  width: 80%;
  margin: 30px auto 0;
}
#pref .m-ttl-08 {
  margin-top: 30px;
  margin-bottom: 15px;
}
#pref .m-ttl-08:first-child {
  margin-top: 0;
}
.icon-pref {
  padding-top: 80px;
}
.icon-pref:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 80px;
  height: 80px;
  background: url(../images/common/icon_book_city.svg) no-repeat center center transparent;
  background-size: contain;
}
#pref .m-link-02 {
  width: 100%;
  border-top: 1px solid #eeeeeb;
  background-color: #fff;
}
#pref .m-link-02 {
  position: relative;
  padding: 2%;
}
#pref .s_list {
  width: 100%;
  transition: all 0.1s linear;
}
#pref .b_city {
  margin: 0 4% 0 0;
  width: 8%;
  font-weight: bold;
}
#pref .shop {
  width: 88%;
}
#pref .shop_name {
  width: 96%;
  font-size: 1.6rem;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  position: relative;
}
#pref .s_underline {
  border-bottom: dotted 1px #cccccc;
}
#pref .o_atn {
  position: absolute;
  right: 0;
  bottom: 10px;
}
#pref .o_icon {
  width: 12px;
  margin: 0 6px 0 0;
}
#pref .shop {
  width: 88%;
  margin: 0 auto;
}
#pref .shop_name {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  /* 14_faq/order */
  .order {
    width: 100%;
  }
  .order h3 {
    padding: 0 0 10px 4px;
    font-size: 1.6rem;
  }
  .order .o_icon {
    margin: 0px 8px 0 0;
  }
  .order .o-info {
    margin: 10px 0 30px;
    font-size: 1.4rem;
    line-height: 1.6em;
  }
  .order .m-btn-01 {
    text-align: center;
    margin: 0 0 30px;
  }
  .order .m-btn-01 a {
    padding: 10px;
    font-size: 2rem;
    width: 330px;
  }
  .order .o_bnr {
    width: 100%;
    margin: 0 auto;
  }
  .order .o_bnr li {
    margin: 0 6px 20px 0;
  }
  /* 21_SearchShopLists/shop/*/
  .book_shop {
    width: 100%;
    margin: 0 auto;
    padding: 6% 4%;
  }
  /* 24_/faq/bookshop/ */
  #pref .b_city {
    width: 100%;
    margin: 10px 0 10px 2%;
  }
  #pref .o_atn {
    position: static;
    margin: 10px 0 0;
    padding: 0 0 4px 0;
  }
}
@media screen and (max-width: 414px) {
  /* 14_faq/order */
  .order .m-btn-01 a {
    padding: 10px;
    font-size: 2rem;
    width: 100%;
  }
  /* 21_SearchShopLists/shop/*/
  .book_shop .b_icon {
    margin: 0 4% 0 4%;
    width: 30px;
  }
  .book_shop .s_atn {
    padding-bottom: 20px;
  }
  /* 24_/faq/bookshop/ */
  #pref .l-section-02 {
    width: 100%;
  }
}
/*17_学校関係者の方*/
#area01 {
  background-color: #D9D9D9;
  width: 100%;
  margin: 2% auto;
  padding: 25px;
	text-align: center;
}
.area01 {
  text-align: left;
}
.loginpage {
  width: 80%;
  margin: 0 auto;
}
.inputbox {
  display: flex;
}
.inputbox dd input {
  height: 25px;
  width: 100%;
  margin: 0 -5%;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*padding: 10px 17px;*/
  border: 1px solid #B3B3B3;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: -internal-light-dark-color(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: textfield;
  background-color: -internal-light-dark-color(white, black);
  -webkit-rtl-ordering: logical;
  cursor: text;
  padding: 0px;
  font: 12px "Arial";
}
.inputbox dt {
  width: 15%;
  padding: 0 10px 0 0;
  font-weight: bold;
}
.remembercheck {
  display: flex;
  margin: 5px 65px;
}
.remembercheck dt {
  padding: 0 20px;
}
.remembercheck a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  margin: 0 -12px;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #e8390e;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.remembercheck a {
  color: darkblue;
}
.text02 a {
  color: darkblue;
}
.text02 {
  text-align: center;
}
.boxlogin button {
  background-color: #e8390e;
  color: white;
  margin: 4px 2px;
  padding: 5px 30px;
  font-size: 14px;
}
.boxlogin button:hover {
  background-color: white;
  color: black;
  border: 2px solid #fff;
}
.m-tab-01 .tabInner {
  width: calc(50% - 10px);
  padding-top: 10px;
}
/*18_学生関係者の方*/
.inf {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.infbook {
  width: 80%;
  padding: 0% 5% 0% 5%;
}
.infbook h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
.infbook p {
  margin: 0 0 0 30px;
}
.infbook h1 span {
  color: #e8390e;
  font-size: 40px;
}
.imagebook {
  padding-top: 5%;
}
.buttonquestion {
  text-align: center;
  margin: 0 auto;
  padding: 15px 0 30px 0;
}
.buttonquestion button {
  background-color: #e8390e;
  color: white;
  margin: 4px 2px;
  padding: 10px 40px;
  font-size: 16px;
}
.buttonquestion button:hover {
  background-color: white;
  color: black;
  border: 2px solid #fff;
}
/*20_赤本発売日お知らせメールログイン*/
.m-dl-03 input[type="password"] {
  width: 100%;
  padding: 10px 17px;
  margin: 0;
  font-size: 1.6rem;
}
.maillogin button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 270px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e8390e;
  background-color: #e8390e;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.maillogin {
  margin: 30px 0 0 0;
}
.l-section-02 a {
  margin-top: 12px;
}
/*15_よくあるご質問*/
.wrapper img {
  margin: 0 auto;
  display: block;
}
#qna a:link {
  color: #048DC6;
}
.qna_link_02 a {
  margin: 0 auto;
  padding: 0 0 0 20px;
}
#qna p {
  font-weight: bold;
  padding-bottom: 10px;
}
.shop_name_qna a {
  color: #048dc6;
  margin-top: 0;
}
.shop_name_qna {
  width: 96%;
  font-size: 1.6rem;
  padding: 0 auto;
  margin-bottom: 10px;
  position: relative;
  margin: 0 auto;
  background: white;
}
.qna_link_02 a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #e8390e;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.qna-box-02 {
  border-top: 1px solid #eeeeeb;
}
.qna-box-02 a {
  position: relative;
  background-color: #fff;
}
.qna-box {
  margin: 10px 0;
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
}
.qna-box-nd {
  background: #ffffff;
  padding: 5px 0 0 0;
}
.qna-box {
  position: relative;
  background-color: #eeedea;
}
.qna-box + .qna-box:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
}
.qna-box.large > dt {
  padding-left: calc(1em + 14px);
}
.qna-box > dt, .qna-box > dd {
  background-color: #eeedea;
}
.qna-box > dt {
  position: relative;
  padding: 15px 35px 15px 14px;
}
.qna-box > dt.is-open:before {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}
.qna-box > dt.is-open {
  font-weight: bold;
}
.qna-box > dt:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  width: 10px;
  height: 15px;
  background: url(../img/common/icon_arrow_right.png) no-repeat center center transparent;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .qna-box > dt:before {
    width: 7px;
    height: 12px;
  }
}
.qna-box > dd label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
/*34_特集一覧*/
.article-feature {
  display: flex;
}
/*27_個人情報保護方針*/
.privacy1 {
  margin: 20px 0px;
}
/*32_サイトマップ*/
.sitemapbox {
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  display: flex;
}
.sitemap-01 {
  text-align: left;
  display: flex;
}
.sitemap-01 a.stm-page {
  padding: 0 0 0 16px;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.sitemap-01 li {
  width: 270px;
  margin: 0px 0px 30px 0;
  padding: 0 10px;
  list-style: none;
}
.sitemap-02 a.stm-page-01 {
  padding: 0 0 0 10px;
}
.sitemap-01 a.stm-page {
	position: relative;
	padding: 0 0 0 15px;
	font-size: 1.6rem;
}
.sitemap-01 a.stm-page:before {
  content: "";
  position: absolute;
	top: 6px;
	left: 0;
  width: 14px;
  height: 16px;
  background: url("../images/common/icon_arrow_right_blue.png") 50% 50% no-repeat;
	background-size: auto 100%
}
.sitemap-02 li {
	margin: 0 0 0 5px;
}
.sitemap-02 a.stm-page-01 {
	position: relative;
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size: 1.4rem;
	line-height: 1.4em;
}
.sitemap-02 a.stm-page-01:before {
  content: "";
  position: absolute;
	top: 8px;
	left: 0;
  width: 14px;
  height: 12px;
  background: url("../images/common/icon_arrow_right_blue.png") 50% 50% no-repeat;
	background-size: auto 100%
}
@media screen and (max-width: 768px) {
  .sitemap-01 a.stm-page {
    font-size: 16px;
  }
  .sitemap-02 li {
    font-size: 14px;
  }
}
/*34_特集一覧*/
.feature-book-01 {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin: 0 80px;
  padding: 0;
}
.feature-00 {
  margin: 0 auto;
}
.feature-00 p {
  text-align: left;
}
.feature-00 a img {
  border: 1px solid #efefef;
}
.book-01 {
  width: 28%;
  padding: 10px 10px;
  text-align: left;
}
.book-02 {
  width: 42%;
  padding: 10px 50px;
  text-align: center;
  margin: 20px auto 50px;
}
.book-01 p {
  margin-top: 2px;
  font-size: 14px;
}
.feature-book-02 {
  display: flex;
	flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-book-01 {
    display: block;
		width: 100%;
    margin: 0 auto;
  }
  .book-01 {
    width: 100%;
		padding: 0;
  }
  .book-01 a {
		display: flex;
		align-items: center;
    width: 100%;
		padding: 0;
  }
  .book-01 a img{
    width: 35%;
  }
  .book-01 .o-info{
    width: 65%;
		padding-left: 3%;
  }
  .book-02 {
		width: 48%;
    margin: 0;
		padding: 10px 0;
  }
  .feature-book-02 {
	  justify-content: space-between;
    width: 100%;
  }
}
.howto h1 {
  text-align: center;
}
.howto h1 img {
  width: 100%;
}
.howto {
  width: 80%;
  margin: 0 auto;
  padding: 0 0 30px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.02);
}
.howto .info {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
}
#howto {
  width: 80%;
  margin: 0 auto;
}
#howto h2 {
  margin: 20px 0;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
}
#howto h2 span {
  color: #d62400;
  font-size: 4rem;
}
#howto .info_box {
  margin: 0 auto;
}
#howto .info_box p {
  margin: 40px 40px 0 0;
  ;
}
#howto .info_box ul {
  background: url(/images/feature/howto_bg.png)no-repeat;
  background-size: 90%;
  width: 324px;
  height: 302px;
  position: relative;
  text-align: center;
  line-height: 1.4em;
}
#howto .info_box .li01 {
  position: absolute;
  top: 27px;
  left: 16px;
}
#howto .info_box .li02 {
  position: absolute;
  top: 27px;
  left: 178px;
}
#howto .info_box .li03 {
  position: absolute;
  top: 96px;
  left: 90px;
}
#howto .info_box .li04 {
  position: absolute;
  top: 114px;
  left: 6px;
}
#howto .info_box .li05 {
  position: absolute;
  top: 120px;
  left: 202px;
}
#howto .info_box .li06 {
  position: absolute;
  top: 190px;
  left: 64px;
}
#howto .info_box .li07 {
  position: absolute;
  top: 204px;
  left: 158px;
}
#howto .arw img {
  margin: 0 auto;
}
#howto .cntbox {
  border-radius: 10px;
  width: 100%;
  padding: 4% 4% 1px;
  margin: 0 0 30px;
}
#howto h3 {
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: bold;
}
#howto h3::before {
  content: url("/images/feature/check.png");
  position: relative;
  top: 6px;
}
#howto .index {
  margin: 0 0 20px;
}
#howto .index1 {
  background-color: #e8390e;
  border-radius: 30px;
  padding: 2px 10px;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0 10px 0 0;
}
#howto .index2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e8390e;
}
#howto .cnt {
  background-color: #eeedea;
  border-radius: 10px;
  padding: 4%;
  margin: 0 0 30px;
  line-height: 1.8em;
}
#howto .cnt p span {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 2px;
}
#howto .cnt .from {
  border-bottom: solid 1px #e0e0e0;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
#howto .btnbox {
  width: 100%;
}
#howto .h_btn {
  width: 400px;
  margin: 30px 20px 0 0;
  padding: 34px 6%;
  border: solid #d70a30 1px;
  font-size: 1.8rem;
  font-weight: bold;
  transition: 0.3s;
}
#howto .h_btn::after {
  content: url("/images/feature/howto_arw2.png");
  position: relative;
  top: 0;
  left: 22%;
}
#howto .h-right::after {
  content: url("/images/feature/howto_arw2.png");
  position: relative;
  top: 0;
  left: 34%;
}
#howto .h_btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .howto {
    width: 100%;
  }
  #howto {
    width: 100%;
    margin: 0 auto;
  }
  #howto .info {
    text-align: left;
    padding: 0 0 0 4%;
  }
  #howto .info_box p {
    width: 100%;
    margin: 0 auto 20px;
  }
  #howto .info_box p img {
    margin: 0 auto;
    width: 180px;
    text-align: center;
  }
  #howto .info_box ul {
    background-size: 100%;
  }
  #howto .info_box li {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  #howto .info_box .li01 {
    position: absolute;
    top: 27px;
    left: 16px;
  }
  #howto .info_box .li02 {
    position: absolute;
    top: 30px;
    left: 192px;
  }
  #howto .info_box .li03 {
    position: absolute;
    top: 106px;
    left: 96px;
  }
  #howto .info_box .li04 {
    position: absolute;
    top: 128px;
    left: 0;
  }
  #howto .info_box .li05 {
    position: absolute;
    top: 132px;
    left: 216px;
    width: 40%;
  }
  #howto .info_box .li06 {
    position: absolute;
    top: 212px;
    left: 68px;
  }
  #howto .info_box .li07 {
    position: absolute;
    top: 230px;
    left: 174px;
  }
  #howto .arw img {
    margin: 20px auto;
  }
}
@media screen and (max-width: 414px) {
  .howto h1 {
    text-align: center;
    margin: -20px 0 0;
  }
  .howto .info {
    text-align: left;
    padding: 0 4%;
  }
  #howto .index1 {
    margin: 0 auto 10px;
  }
  #howto .index2 {
    font-size: 2rem;
    font-weight: bold;
    color: #e8390e;
    margin: 0 auto;
  }
  #howto .h_btn {
    width: 320px;
    margin: 20px 0 0 0;
    padding: 34px 6%;
    border: solid #d70a30 1px;
    font-size: 1.6rem;
  }
  #howto .h_btn::after {
    position: relative;
    left: 21%;
  }
  #howto .h-right::after {
    position: relative;
    left: 38%;
  }
}

#mailRegister.inqerr .inqerror{
	margin: 20px 0 5px 210px;
	color: #e8390e;
}
#mailRegister.inqkknn .kknntxt{
	padding: .5em;
	font-size: 1.8rem;
}
#mailRegister.inqkknn .kknndl{
	border-bottom: 1px solid #cccccc;
}
#mailRegister.inqkknn .kknndl .m-select-02::before{
	background: 0;
}
#mailRegister.inqkknn .m-submit-02{
	width: 70%;
	margin: 0 auto;
}
#mailRegister.inqkknn .backbtn{
	color: #fff;
	border: 1px solid #555555;
	background-color: #777777;
}
#mailRegister.inqkknn .backbtn:hover{
	color: #777777;
	background-color: #ffffff;
}
#mailRegister.inqknry .l-section-02{
	min-height: 630px;
}
#mailRegister.inqknry h2{
	margin-bottom: 50px;
	font-size: 2rem;
	text-align: center;
}
#mailRegister.inqknry h2 + p{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.attention3, .inqerror{
	margin: 5px 0 20px 210px !important;
	color: #e8390e;
}
.m-submit-02 a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 240px;
	margin: 0 auto;
	padding: 15px;
	border-radius: 10px;
	border: 1px solid #e8390e;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.m-submit-02 a:hover, .m-submit-02 button:hover{
	background-color: #fff;
	color: #e8390e;
}
.ftrhdr{
	display: block;
	z-index: 100;
	width: 100%;
	background: #ffffff;
}
.ftrftr{
	position: relative;
	z-index: 3;
	width: calc(100% + 140px);
	padding: 1em;
	font-size: 1.2rem;
	letter-spacing: .14em;
	color: #ffffff;
	text-align: center;
	background: #333333;
	transform: translate(-140px, 0);
}
.sttl_txt{
	padding: 0 20px;
}
.sttlbox{
	margin: 0 auto 20px;
	padding: 3em 5em;
}
.sttlbox h3{
	margin: 0 auto 20px;
	padding: 0 0 .5em;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}
.sttlbox h3 + p{
	margin: 0 auto 20px;
}
.sttllst{
	margin-bottom: 1em;
}
.sttllst li{
	list-style: disc;
	margin-left: 2em;
}
.sttllst li a{
	text-decoration: underline;
	color: #048DC6;
}
#contents{
	min-height: calc(100vh - 200px);
}
#pageTop{
	cursor: pointer;
}
#pageTop img{
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#pageTop:hover img{
	opacity: .8;
}
.m-submit-02 a, .m-submit-02 button[type="reset"]{
	font-size: 1.8rem;
	border: 1px solid #777777;
	background: #777777;
}
.m-submit-02 a, .m-submit-02 button[type="reset"]::after{
	width: 0;
	background: 0;
}
.m-submit-02 a, .m-submit-02 button[type="reset"]:hover{
	color: #777777;
	border: 1px solid #777777;
	background: #ffffff;
}
.dlbtn{
	outline: none;
	min-width: 240px;
	margin: 0 auto;
	padding: 15px 2em;
	border-radius: 10px;
	border: 1px solid #e8390e;
	background-color: #e8390e;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	transition: all .3s linear;
}
.dlbtn:hover{
	background-color: #fff;
	color: #e8390e;
}
.snsbox{
	margin: 1em auto 0;
}
.snsbox div{
	margin: 0 .5em;
}
.snsbox div:nth-of-type(1){
	margin: 0 .5em 0 3em;
}
.mypage{
	position: relative;
	padding: 50px 25px 25px;
	background: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
}
.mypage .btn11{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
	margin: 10px auto 30px;
	text-align: center;
}
.mysbmtbtn, .mysbmtbtn:visited{
	display: inline-block;
	margin: 0 1em;
	padding: 10px 2em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	border-radius: 10px;
	border: 1px solid #e8390e;
	background: #e8390e;
	cursor: pointer;
	transition: all .3s linear;
}
.mysbmtbtn:hover{
	color: #e8390e;
	background: #ffffff;
}
.mysbmtbtng, .mysbmtbtng:visited{
	display: inline-block;
	margin: 0 1em;
	padding: 10px 2em;
	font-size: 1.8rem;
	font-weight: bold;
	color: #ffffff;
	border-radius: 10px;
	border: 1px solid #777777;
	background: #777777;
	cursor: pointer;
	transition: all .3s linear;
}
.mysbmtbtng:hover{
	color: #777777;
	background: #ffffff;
}
.mypage .name{
	position: absolute;
	top: 0;
	left: 0;
	margin: 20px;
	padding: .3em 1em;
}
.mypage .sttl2{
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	margin: 20px;
	padding: .3em 1em;
	color: #048dc6;
	border-radius: 20px / 50%;
	border: 1px solid #048dc6;
	background: #ffffff;
}
.mypage .sttl2:hover{
	color: #ffffff;
	border: 1px solid #048dc6;
	background: #048dc6;
}
.mypage h3{
	margin: 20px auto;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.mypage .read{
	margin: 0 auto 20px;
}
.mypage .read2{
	margin: 0 auto 20px;
	text-align: center;
}
.mypage .member_form{
	margin: 10px auto 20px;
	width: 100%;
	border-top: 1px solid #cccccc;
}
.mypage .member_form tr{
	border-bottom: 1px solid #cccccc;
}
.mypage .member_form td{
	padding: .5em 1em;
}
.mypage .member_form td:first-child{
	width: 20%;
}
.mypage .member_form .bg{
	vertical-align: middle;
	background: #eeeeee;
}
.mypage table .box{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.mypage table .box div{
	width: 40%;
	margin: 0 .5em;
}
.mypage table .box div .attention3{
	width: 100%;
	margin: 0 !important;
}
.mypage table input[type="password"]{
	width: 50%;
}
.mypage .search_box{
	text-align: center;
}
.mypage .search_box div{
	display: block;
}
.mypage .search_box .search_form{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}
.mypage .search_box .search_form .search_query{
	width: 40%;
}
.mypage .search_box .search_form .search_btn{
	width: auto;
	padding: .3em 1em;
	font-size: 2rem;
	cursor: pointer;
}
.mypage #result_display_02{
	display: block;
	margin: 50px auto;
}
.mypage #result_display_02 .status-inner{
	padding: 1em;
	background: #eeedea;
}
.mypage #result_display_02 .status-inner dt{
	text-align: center;
	background: #e2e2e2;
}
.mypage #list_all{
	margin: 0 auto 20px;
	text-align: center;
}
.mypage #result_table{
	width: 100%;
	margin: 0 auto 20px;
}
.mypage #result_table img{
	display: inline-block;
}
.mypage #result_table thead th{
	width: auto;
	padding: .7em 0;
	line-height: 1.2em;
	vertical-align: middle;
	color: #ffffff;
	background: #575656;
}
.mypage #result_table thead th br{
	display: none;
}
.mypage #result_table > tbody > tr{
	border-bottom: 1px solid #cccccc;
}
.mypage #result_table tbody td{
	padding: .3em 0;
	font-size: 1.4rem;
	vertical-align: middle;
}
.mypage #result_table tbody td .icon01::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url(../images/university/detail/icon_lblue.svg) 50% 50% no-repeat;
}
.mypage #result_table tbody td .icon02::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url("../images/university/detail/icon_pink.svg") 50% 50% no-repeat;
}
.mypage #result_table tbody td .icon03::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url("../images/university/detail/icon_lgreen.svg") 50% 50% no-repeat;
}
.mypage #result_table tbody td .icon04::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url("../images/university/detail/icon_orange.svg") 50% 50% no-repeat;
}
.mypage #result_table tbody td .icon05::before{
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	background: url("../images/university/detail/icon_purple.svg") 50% 50% no-repeat;
}
.mypage #result_table tbody td > table{
	width: 100%;
	text-align: left;
}
.mypage #result_table tbody td .checked{
	display: block;
	font-size: 1.1rem;
	color: #e8390e;
}
.mypage #result_table tbody td .icon{
	display: inline-block;
	margin-left: 5px;
}
.order_tbl #result_table th{
	padding: .7em !important;
	white-space: nowrap;
}
.order_tbl #result_table td{
	padding: .7em !important;
}
.order_tbl #result_table td:nth-of-type(5){
	text-align: left;
	white-space: nowrap;
}
.mypage #result_page{
	padding: 10px 0;
	background: #f3f1f1;
}
.mypage #result_page .current{
	margin: 0 5px;
	padding: .2em .5em;
	color: #048dc6;
	background: #ffffff;
}
.mypage #result_page span a{
	margin: 0 5px;
	padding: .2em .5em;
	color: #048dc6;
	background: #ffffff;
}
.mypage .add_list{
	margin: 30px auto;
	border: 1px solid #cccccc;
}
.mypage .add_list > p{
	padding: .5em 0;
	text-align: center;
	background: #f3f1f1;
}
.mypage .add_list ul{
	margin: 20px;
}
.mypage .add_list li{
	width: 100%;
	padding: .3em 0;
	border-bottom: 1px solid #cccccc;
}
.mypage .add_list li:last-child{
	border-bottom: 0;
}
.mypage .add_list li img{
	display: inline-block;
}
.mypage .add_list li .linkovr img{
	display: none;
}
.list_clearbutton{
	cursor: pointer;
	margin-right: 1em;
	padding: .2em .5em;
	color: #FFFFFF;
	border: 1px solid #048DC6;
	background: #048DC6;
}
.mypage .mb15{
	display: block;
}
.l-article-03 .article-inner .detail-wrap .download a::before{
	padding: .2em;
	border: 2px solid #e8390e;
	background: #e8390e url("../images/download/icon_download.png") 50% 50% no-repeat;
	background-size: 80%;
}
#globalNav .nav-inner .nav-inner-inner{
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.99);
}
#globalNav .nav-inner .nav-inner-inner a{
	background: 0;
}
.non_m-dl-04 dt::before{
	background: none;
}
.non_accordion-ttl{
	cursor:default;
	opacity:0.5; 
}
.list_all_paga_title{
	font-size: 2rem;
	font-weight: bold;
}
#secTopFeatured .l-panel-01 .inner, #secTopBlog .l-panel-01 .inner{
	width: 23%;
	margin: 0 1% 2%;
}
#secTopFeatured .l-panel-01 .inner a img, #secTopBlog .l-panel-01 .inner a img{
	border: 1px solid #efefef;
}
.l-search-03 .conditions-wrap > .m-dl-04{
	width: calc(25% - 5px);
}
.l-pagenation-01{
	width: auto;
	margin: 30px auto;
}
.pdf_icon_true{
	opacity: 0.6;
}
.pdf_icon_false{
	opacity: 0.3;
}
.pdf_answer_false{
	opacity: 0.6;
}
.member_form .post_num{
	width: 100px;
}
.member_form .txtbox3, .member_form .txtbox4{
	width: 120px;
}
.member_form .attention3{
	margin: 5px 0 !important;
}
.telemailbtn{
	width: auto;
}
.telemailbtn a{
	display: inline-block;
	margin: .5em;
	padding: .7em 1em .7em 100px;
	line-height: 1.4em;
	border: 1px solid #d70a30;
	background: #ffffff url("../images/books/detail/telemail_icon.png") 3% 50% no-repeat;
	background-size: auto 60%;
}
#answrdl{
	padding: 0 1em;
}
#answrdl .m-ttl-02{
	margin: 0 auto;
	padding: .5em 1em;
	font-weight: bold;
}
#answrdl .m-ttl-02:nth-of-type(1){
	margin: 2em auto 0;
}
#answrdl .l-blog-01{
	padding: 1em 2em;
	background: #ffffff;
}
#answrdl .area{
	margin: 0 auto .5em;
	font-size: 1.8rem;
}
#answrdl .btm20 a, #answrdl .btm20 .pdf_answer_false{
	display: inline-block;
	margin: 0 0 .5em;
}
.point-mark-01{
	margin: 10px 0;
  padding: 6px 30px 6px 30px;
  border: 1px solid #e8390e;
  background-color: #eeedea;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
	width: max-content;
	width: -moz-max-content;
}
.positionRight{
	text-align: right;
	margin: 20px 0 30px;
}
#newsList .l-article-01{
	display: flex;
  flex-wrap: wrap;
}
#newsList .l-article-01 .article-inner{
	width: 50%;
  margin: 0 auto 22px;
  padding: 0 1%;
}
#newsList .l-article-01 .article-inner a{
	display: flex;
}
#newsList .l-article-01 .article-inner a .newsimg{
	width: 20%;
}
#newsList .l-article-01 .article-inner a .newsinfo{
  width: 80%;
	margin: 0 0 0 2%;
}
#downloadList #area01 .mailexp{
	width: 80%;
	margin: 25px auto;
	padding-bottom: 15px;
	background: #ffffff;
}
#downloadList #area01 .mailexp p{
	padding: .3em;
	font-size: 1.6rem;
	border-bottom: 1px solid #cccccc;
}
#downloadList #area01 .mailexp dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.4rem;
}
#downloadList #area01 .mailexp dt{
	width: 35%;
	padding: 10px .5em 0;
	text-align: right;
}
#downloadList #area01 .mailexp dd{
	width: 65%;
	padding: 10px .5em 0;
	text-align: left;
}
#downloadList #area01 .mailexp dd span{
  margin-right: .2em;
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.l-search-03 .conditions-wrap > .m-dl-04{
		width: 100%;
	}
}
@media screen and (max-width: 414px) {
	.breadcrumb{
		height: auto;
	}
	.breadcrumb .inner{
		display: flex;
		flex-wrap: wrap;
	}
	.breadcrumb .inner a{
		margin-bottom: 5px;
	}
	#mailRegister.inqknry .l-section-02{
		min-height: inherit;
	}
	.attention3, .inqerror{
		margin: 5px 0 20px 0 !important;
		color: #e8390e;
	}
	.mypage{
		padding: 50px 10px 25px;
	}
	.mypage .btn11{
		margin: 10px auto 15px;
	}
	.mysbmtbtn, .mysbmtbtn:visited{
		margin: 0 .5em .5em;
		padding: 10px 1em;
		font-size: 1.6rem;
	}
	.mysbmtbtng, .mysbmtbtng:visited{
		margin: 0 .5em .5em;
		padding: 10px 1em;
		font-size: 1.6rem;
	}
	.mypage .name{
		position: absolute;
		top: 30px;
		left: 0;
		margin: 10px;
		padding: .1em 0;
	}
	.mypage .sttl2{
		margin: 5px;
		padding: .2em .5em;
		border-radius: 15px / 50%;
	}
	.mypage h3{
		font-size: 1.8rem;
	}
	.mypage .read{
		margin: 0 auto 10px;
	}
	.mypage .member_form td{
		padding: .3em .5em;
	}
	.mypage .member_form td:first-child{
		width: 30%;
	}
	.mypage table .box div{
		width: 48%;
		margin: 0 1% 0 0;
	}
	.mypage table .box div input{
		padding: .2em;
	}
	.mypage table input[type="password"]{
		width: 100%;
	}
	.mypage .search_box div{
		display: block;
	}
	.mypage .search_box .search_form{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		align-items: center;
	}
	.mypage .search_box .search_form .search_query{
		width: 70%;
	}
	.mypage .search_box .search_form .search_btn{
		padding: .3em .5em;
	}
	.mypage #result_display_02{
		margin: 20px auto;
	}
	.mypage #result_display_02 .status-inner{
		padding: .5em;
	}
	.mypage #result_display_02 .status-inner dt{
		margin: 0 auto 5px;
	}
	.mypage #result_display_02 .status-inner dd span{
		margin: 0 auto 5px;
	}
	.mypage #result_display_02 .status-inner dd span::before{
		padding-left: 22px;
	}
	.mypage #list_all{
		overflow: auto;
	}
	.mypage #result_table thead th{
		width: auto;
		padding: .3em 0;
		color: #ffffff;
		background: #575656;
	}
	.mypage #result_table tbody tr{
		border-bottom: 1px solid #cccccc;
	}
	.mypage #result_table tbody td{
		padding: .3em 0;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	.mypage #result_table tbody td .cheched{
		display: block;
	}
	.mypage #result_table tbody td .icon{
		display: inline-block;
		margin-left: 10px;
	}
	.mypage #result_table tbody td table{
		width: auto;
	}
	.mypage #result_table tbody td table tr{
		border: 0;
	}
	.order_tbl #result_table th{
		padding: .5em .3em !important;
	}
	.order_tbl #result_table td{
		padding: .5em .3em !important;
	}
	.order_tbl #result_table td:nth-of-type(5){
		white-space: normal;
	}
	.mypage .clienttype tr{
		display: flex;
		flex-wrap: wrap;
	}
	.mypage .clienttype tr td{
		width: auto !important;
	}
	.slick-initialized .slick-slide{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
		align-items: flex-start;
	}
	.l-gallery-02 .inner-wrap .inner{
		width: 96%;
		margin: 0 auto 15px;
	}
	#secTopFeatured .l-panel-01 .inner, #secTopBlog .l-panel-01 .inner{
		width: 46%;
		margin: 0 1% 3%;
	}
  #newsList .l-article-01 .article-inner{
    width: 100%;
  }
  #newsList .l-article-01 .article-inner a .newsimg{
    width: 30%;
  }
  #newsList .l-article-01 .article-inner a .newsinfo{
    width: 70%;
    margin: 0 0 0 4%;
  }
	#downloadList #area01 .mailexp{
		width: 100%;
		margin: 25px auto 0;
	}
	#downloadList #area01 .mailexp dt{
		width: 20%;
		padding: 10px .5em 0;
		text-align: left;
	}
	#downloadList #area01 .mailexp dd{
		width: 80%;
		padding: 10px 0 0;
	}
	#downloadList #area01 .mailexp dd span{
		white-space: normal;
	}
	#downloadList #area01 .mailexp dd small{
		display: inline-block;
		margin: 5px auto 0;
		line-height: 1.2em;
	}
}

/* blog page */
#secBlogDetail .l-blog-03::after{
  content: "";
  display: block;
  clear: both;
}
#secBlogDetail strong{
  font-weight: bold;
}
#secBlogDetail em{
  font-style: italic;
}
#secBlogDetail sup{
  vertical-align: super;
}
#secBlogDetail sub{
  vertical-align: sub;
}
#secBlogDetail code{
  font-family: monospace;
}
#secBlogDetail blockquote{
  margin: 1em 2em;
}
#secBlogDetail pre{
  font-family: monospace;
}
#secBlogDetail ul li{
  list-style: disc;
}
#secBlogDetail ol li{
  list-style: decimal;
}
#secBlogDetail li{
  margin: 0 0 .5em 1.5em;
}
#secBlogDetail h1{
  /*font-size: 28px;*/
  font-size: 18pt;
  font-weight: bold;
}
#secBlogDetail .detail-wrap .m-date-03{
  margin-right: .5em;
}
#secBlogDetail .blogshare{
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
#secBlogDetail .blogshare li{
  list-style: none !important;
  margin: 0 .5em 0 0;
}
#secBlogDetail .blogshare li a{
  display: inline-block;
  min-width: 70px;
  min-height: 26px;
  margin: 0;
  padding: 4px 10px 2px 2px;
  text-align: center;
}
