@charset "UTF-8";
.co_container_box_inner {
  margin: 0 auto;
  padding: 0;
}
.contents_right {
  background-color: #ffffe0;
  width: 770px;
  float: right;
  padding-bottom: 0;
}
a:hover {
  color: #003399;
}
.indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}
.underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.w_b {
  font-weight: bold;
}
.color_red {
  color: #f00;
}

/* header
--------------------------------------- */
.sm_header {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
.sm_site-banner {
  margin: 0px;
  text-align: center;
}
.sm_site-banner img {
  width: 770px;
  height: 320px;
}


/* login
----------------------------- */
.login {
  margin: 15px 0;
  text-align: center;
}
.login p {
  font-size: 26px;
  margin-bottom: 10px;
}
.login a {
  display: inline-block;
  width: 240px;
  height: 46px;
  line-height: 48px;
  background: #d00;
  color: #fff;
  font-size: 26px;
  border-radius: 6px;
  margin: 0 10px;
  text-decoration: none;
}
.login a:hover {
  opacity: 0.8;
}

/* main
----------------------------- */
.main {
  padding: 30px 0 40px;
}
.main_lead {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #4d2905;
  line-height: 1.8;
}
.term_end {
  padding: 20px;
  margin: 0 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #f00;
  background-color: #fff;
}
.entry_area {
  text-align: center;
  margin: 5px auto;
}
.entry_area .step1 a,
.entry_area .step1gray a {
  display: block;
}
.entry_area .step1 img, 
.entry_area .step1gray img {
  max-width: 520px;
  width: 100%;
}
.howto {
  margin: 35px auto 20px;
  text-align: center;
}
.howto_caption {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #4d2905;
  margin: 10px 0;
}
.howto_image {
  display: flex;
  justify-content: center;
}
.howto_image a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.howto img {
  width: 95%;
}
.howto_twtext {
  background: #1da1f2;
  border-radius: 30px;
  width: 95%;
  margin: 8px auto 0;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
}
.howto_attention {
  margin: 0 20px;
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  text-align: left;
}
.howto_attention dt {
  font-size: 15px;
  line-height: 1.3;
  color: #4d2905;
  font-weight: bold;
  margin-bottom: 5px;
}
.howto_attention dd {
  font-size: 15px;
  line-height: 1.3;
  color: #4d2905;
}

/* rankingArea
----------------------------- */
.contents_right .rankingArea {
  width: 750px;
  margin: 0 auto 10px;
  text-align: left;
  background: #fff;
  padding: 7px 10px 12px;
  border-top: 3px solid #ff9800;
}
.contents_right .rankingArea .subTitle {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
  margin-bottom: 5px;
}
.contents_right .rankingArea ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.contents_right .rankingArea li {
  display: table-row;
}
.contents_right .rankingArea .cells {
  display: table-cell;
  width: 16.666%;
  vertical-align: top;
  padding: 0 3px;
}
.contents_right .rankingArea .cells:nth-child(1n+7) {
  display:none;
}
.contents_right .rankingArea .cells .rank_num {
  text-align: center;
  font-size: 18px;
  color: #ff9800;
}
.contents_right .rankingArea .cells .rank_num span {
  font-size: 14px;
}
.contents_right .rankingArea .cells a {
  display: block;
  position: relative;
}
.contents_right .rankingArea .cells .cam_mark {
  position: absolute;
  top: 0;
  right: 0;
  color: #d00;
  background: #fff;
  padding: 0 4px;
  border: 1px solid #d00;
  z-index: 1;
}
.contents_right .rankingArea .cells img {
  width: 100%;
}
.contents_right .rankingArea .cells a.btn {
  display: block;
  padding: 5px 0;
  margin: 3px auto 5px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  background: #F9F9F9;
  font-feature-settings: "palt";
}
.contents_right .rankingArea .cells a.btn:hover {
  background: #fff;
}
.contents_right .rankingArea .cells .title_name {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  height: 15px;
  overflow: hidden;
}
.contents_right .rankingArea .cells .title_name a {
  color: #000;
}
.contents_right .rankingArea .cells .author_name {
  height: 15px;
  font-size: 10px;
  line-height: 16px;
  color: #8f8f8f;
  overflow: hidden;
}
.contents_right .rankingArea .cells .author_name a {
  color: #8f8f8f;
  display: inline;
}

/* recent_title
----------------------------- */
.contents_right .recent_title {
  width: 750px;
  margin: 0 auto 18px;
  text-align: left;
  background: #fff;
  padding: 7px 10px 12px;
  border-top: 3px solid #ff9800;
}
.contents_right .recent_title .secTitle {
  position: relative;
  margin-bottom: 5px;
}
.contents_right .recent_title .secTitle .title_name {
  font-size: 18px;
  font-weight: bold;
  color: #ff9800;
}
.contents_right .recent_title .secTitle .right_top_link {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}
.contents_right .recent_title .fixBox {
  margin-top: 13px;
}
#title_hist_box .subTitle {
  display: none;
}
#title_hist_box .sliderBlock {
  position: relative;
  display: block;
  margin: 6px 0 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
}
#title_hist_box .sliderBlock .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -30px;
  width: 16px;
  height: 16px;
  border: none;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  padding: 0;
  color: transparent;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#title_hist_box .sliderBlock .slick-arrow.slick-disabled {
  cursor: default;
  border-top: 2px solid #e7e7e7;
  border-right: 2px solid #e7e7e7;
}
#title_hist_box .sliderBlock .slick-arrow.slick-prev {
  left: 3px;
}
#title_hist_box .sliderBlock .slick-arrow.slick-next {
  right: 3px;
  transform: rotate(45deg);
}
#title_hist_box .sliderBlock .slick-list,
#title_hist_box .sliderBlock .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#title_hist_box .sliderBlock .slick-list {
  position: relative;
  display: block;
  width: 96%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}
#title_hist_box .sliderBlock .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
}
#title_hist_box .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 5px;
}
#title_hist_box .slick-initialized .slick-slide {
  display: block;
}
#title_hist_box .slick-slide .thum_box {
  position: relative;
  margin: 0 auto;
  background: #fff;
  vertical-align: top;
  text-align: center;
}
#title_hist_box .slick-slide .cam_mark {
  position: absolute;
  top: 0;
  right: 1px;
  background: #fff;
  border: 1px solid #d00;
  color: #d00;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  font-size: 10px;
  z-index: 1;
}
#title_hist_box .slick-slide .thum_box a {
  display: block;
  height: 190px;
}
#title_hist_box .slick-slide .thum_box img {
  max-width: 100%;
  max-height: 180px;
  border: 1px solid #eee;
}
#title_hist_box .slick-slide .text_box {
  margin: 5px 4px 0;
}
#title_hist_box .slick-slide .title_name {
  height: 13px;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  margin-bottom: 4px;
  word-break: break-word;
  overflow: hidden;
}
#title_hist_box .slick-slide .title_name a {
  color: #333;
}
#title_hist_box .slick-slide .author_name {
  width: auto;
  height: 13px;
  font-size: 10px;
  line-height: 14px;
  color: #777;
  text-align: center;
  word-break: break-word;
  overflow: hidden;
}
#title_hist_box .slick-slide .author_name a {
  color: #777;
}
/* slider_box
----------------------------- */
.slick-track {
  margin-left: 0 !important;
}
.contents_right .recent_title .slick-slider {
    margin: 0 15px;
}
.contents_right .recent_title .slider_box .thum_box {
  position: relative;
  text-align: center;
  height: 184px;
  padding: 0 3px;
}
.contents_right .recent_title .slider_box .cam_mark {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  color: #d00;
  border: 1px solid #d00;
  padding: 0 3px;
  z-index: 1;
}
.contents_right .recent_title .slider_box a {
  display: inline-block;
}
.contents_right .recent_title .slider_box img {
  max-width: 100%;
  max-height: 180px;
}
.contents_right .recent_title .slider_box .text_box {
  padding: 0 3px;
}
.contents_right .recent_title .slider_box .title_name {
  color: #000;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  height: 15px;
  overflow: hidden;
}
.contents_right .recent_title .slider_box .title_name a {
  color: #000;
}
.contents_right .recent_title .slider_box .author_name {
  height: 15px;
  font-size: 10px;
  line-height: 16px;
  color: #8f8f8f;
  overflow: hidden;
}
.contents_right .recent_title .slider_box .author_name a {
  display: inline;
  color: #8f8f8f;
}
.contents_right .sliderBlock .slick-arrow {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -20px;
  width: 16px;
  height: 16px;
  border: none;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  padding: 0;
  color: transparent;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.contents_right .sliderBlock .slick-disabled {
  cursor: default;
  border-top: 2px solid #E7E7E7;
  border-right: 2px solid #E7E7E7;
}
.contents_right .sliderBlock .slick-prev {
  left: -10px;
}
.contents_right .sliderBlock .slick-next {
  right: -10px;
  transform: rotate(45deg);
}

/* bottomBtns
----------------------------- */
.contents_right .bottomBtns {
  margin: 15px 0 0;
  text-align: right;
}
.contents_right .bottomBtns a {
  display: block;
  position: relative;
  width: 380px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  color: #ff5722;
  border: 1px solid #ff5722;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  text-decoration: none;
}
.contents_right .bottomBtns a:hover {
  background: #fff5f2;
}
.contents_right .bottomBtns a:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #ff5722;
  border-right: 2px solid #ff5722;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}



/* detail_area
--------------------------------------- */
.detail_area {
  width: 95%;
  margin: 30px auto 20px;
}
.detail_title {
  background-color: #4d2905;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 26px;
  padding: 10px 20px 8px;
}

.detail_contents {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  border: 2px solid #4d2905;
  text-align: left;
}

.detail_contents h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  color: #4d2905;
}
.detail_contents h3:first-child {
  margin-top: 0;
}
.detail_contents a {
    color: #0088BB;
    text-decoration: underline;
}
.detail_contents p {
  font-size: 16px;
  color: #4d2905;
  line-height: 1.4;
}
.detail_contents .color_red {
  color: #f00;
}
.detail_contents hr {
  border-top: 1px dashed #4d2905;
  margin-top: 10px;
}
.btn_areas {
  margin: 0;
  padding: 0 10px 10px;
}
/*--------------------------------------- */
.margin-b_1 {
  margin-bottom: 1em;
}

.sub_image {
  text-align: center;
  margin: 0 auto;
  padding: 20px 10px 10px 10px;
}

.text_14{
  font-size:14px;
}

.pr3{padding-right: 3em;}