@charset "UTF-8";
/******************
 * Reset & Adjust
 ******************/
/* iPadサブミットボタン修正 */
input[type="submit"], input[type="button"], input[type="image"], input[type="text"], input[type="search"] {
  -webkit-appearance: none;
}

/* 自動改行 */
body {
  word-wrap: break-word;
  font-weight: 500;
}

/* base font */
body, button, input[type="submit"] {
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

/* rollover */
#logo a img, #header a img, article a img, .alpha a img, .alpha a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#logo a:hover img, #header a img:hover, article a:hover img, .alpha a:hover, .alpha a:hover img, .alpha input[type="image"]:hover, .alpha input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

a:hover {
  text-decoration: none;
}

/* group */
.div-link {
  cursor: pointer;
}

/* margin */
.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml10 {
  margin-left: 10px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

/* visible/hidden */
.visible-767, .visible-600, .visible-480, .visible-310 {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .visible-767 {
    display: block !important;
  }
  .hidden-767 {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .hidden-600 {
    display: none !important;
  }
  .visible-600 {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .hidden-480 {
    display: none !important;
  }
  .visible-480 {
    display: block !important;
  }
}

@media screen and (max-width: 310px) {
  .visible-310 {
    display: block !important;
  }
}

/* display */
.inline-block {
  display: inline-block !important;
}

/* scroll */
.scroll-y {
  max-height: 400px;
  overflow-y: auto;
}

/* width/height */
.w150 {
  width: 150px !important;
}

.w90per {
  width: 90% !important;
}

.w95per {
  width: 95% !important;
}

.w100per {
  width: 100% !important;
}

.max-w200 {
  max-width: 200px !important;
}

.max-w250 {
  max-width: 250px !important;
}

.max-w300 {
  max-width: 300px !important;
}

.max-w500 {
  max-width: 500px !important;
}

.max-w100per {
  max-width: 100% !important;
}

.min-h100 {
  min-height: 100px !important;
}

/* font-size */
.fs-xxlarge {
  font-size: xx-large !important;
}

.fs-xlarge {
  font-size: x-large !important;
}

.fs-large {
  font-size: large !important;
}

.fs-small {
  font-size: small !important;
}

/* background */
.bg-white {
  background: #fff !important;
}

.bg-orange {
  background: #ff9f14 !important;
}

.bg-navy {
  background: #044975 !important;
}

.bg-transparent-white {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bg-gray {
  background: #f9f9f9 !important;
}

.bg-gray-more {
  background: #ededed !important;
}

.bg-meeting {
  background-image: url(/images/lower/step/stepmail_kv_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #eee;
}

.bg-switch {
  margin: 0;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .bg-switch {
    padding: 40px 0;
  }
}

/* frame */
.border-frame-gray {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.frame-orange {
  background: #ea8b1b;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  margin: 20px auto;
}

.b-radius4 {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* hr */
hr {
  height: 6px;
  background: url(/images/common/hr.png) repeat-x 0 0;
  border: 0;
}

/* color */
.color-red {
  color: #cc0000 !important;
}

.color-orange {
  color: #f47e00 !important;
}

.color-navy {
  color: #044975 !important;
}

.color-water {
  color: #4aa1d9 !important;
}

/* clear */
.clear-b {
  clear: both !important;
}

/* lead */
.page-exp {
  color: #111;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px 0;
  font-size: 19px;
  line-height: 28px;
}

/* flash / error */
.flash-success {
  border: 1px solid #e9de66;
  background: #f3eb90;
  padding: 10px;
}

.error {
  color: #cc0000;
}

/******************
 * common contents
******************/
/* 最新記事 */
.top .new-contents {
  padding-right: 25px;
}

.new-contents {
  margin-top: 40px;
}

.new-contents.lower {
  margin: 0 -15px;
  padding: 0;
}

.new-contents .box {
  margin: 20px 0 15px 0;
}

.new-contents .box .img {
  margin: 0 0 12px 0;
  background: #eee;
}

.new-contents .box .img a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 180px;
}

.new-contents .box .img a img {
  height: 100%;
  width: auto;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.new-contents .box h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 26px;
  margin: 0 0 10px 0;
}

.new-contents .box a, .new-contents .box a img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #323232;
}

.new-contents .box a:hover {
  text-decoration: none;
}

.new-contents .box a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.new-contents .box .cat {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.new-contents .box .cat li {
  display: inline-block;
  margin: 0 4px 12px 0;
}

.new-contents .box .cat a {
  background: #404040;
  color: #fff;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  padding: 4px 7px;
}

.new-contents .box .cat a:hover {
  background: #666;
  text-decoration: none;
}

.new-contents .box .cat a:before {
  content: "笳?";
  font-size: 8px;
  color: #959595;
  margin-right: 2px;
}

.new-contents .box .date {
  color: #919191;
  font-size: 13px;
  margin: 0;
}

.new-contents .more {
  text-align: center;
  margin: 25px 0 0 0;
}

.new-contents .more a {
  width: 220px;
}

@media screen and (max-width: 1199px) {
  .new-contents .box .img a {
    height: 190px;
  }
}

@media screen and (max-width: 991px) {
  .new-contents .box .img a {
    height: 220px;
  }
}

@media screen and (max-width: 767px) {
  .new-contents {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .new-contents .col {
    clear: both;
    float: none;
    width: 100%;
  }
  .new-contents .box {
    margin: 10px 0 30px 0;
  }
  .new-contents .more {
    margin: 0;
  }
}

.more-contents-category {
  display: none;
}

/* 共通見出し */
h2.common-headline-basic {
  font-weight: bold;
  font-size: 23px;
}

h2.common-headline-basic img {
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin: 0 8px 0 0;
}

@media screen and (max-width: 767px) {
  h2.common-headline-basic {
    font-size: 30px;
    text-align: center;
  }
}

/* 共通右ナビ */
aside#aside-magazine {
  margin-top: 40px;
}

.page aside#aside-magazine, .single aside#aside-magazine {
  margin-top: 10px;
}

#side-stepmail {
  margin: 0 0 40px 0;
}

aside#aside-magazine h2 span.red {
  background: #cc0000;
  color: #fff;
  padding: 4px;
  font-size: 13px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
  top: -4px;
}

aside#aside-magazine .oragen-frame {
  border: 1px solid #e97e14;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

aside#aside-magazine .oragen-frame h3 {
  background: #ffe7cf;
  margin: 10px;
  padding: 5px;
}

aside#aside-magazine .oragen-frame h3 .txt {
  font-size: 19px;
  line-height: 23px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  height: 78px;
  padding-left: 5px;
}

aside#aside-magazine .oragen-frame h3 .number {
  color: #fff;
  background: #e07204;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

aside#aside-magazine .oragen-frame h3 i {
  float: left;
  padding: 5px;
}

aside#aside-magazine .oragen-frame .exp {
  margin: 10px;
  font-size: 13px;
  line-height: 20px;
}

#btn-step {
  background: #f1f1f1;
  padding: 12px 0;
  margin: 0;
  font-size: 15px;
}

#btn-step a {
  width: 80%;
}

#side-banner {
  margin: 0 0 40px 0;
}

#side-banner .banner-water {
  border: 1px solid #5fc8c8;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 15px;
}

#side-banner .banner-water .img img {
  width: 100%;
}

#side-banner .banner-water .text a {
  color: #1cbbbb;
}

#side-ranking .img {
  position: relative;
  margin: 0;
}

#side-ranking .img img {
  width: 100%;
}

#side-ranking .img .rank-flag {
  position: absolute;
  top: 15px;
  left: 0;
  background: #333;
  color: #fff;
  text-align: center;
  width: 23px;
  height: 23px;
  display: block;
  font-size: 15px;
  font-weight: bold;
}

#side-ranking .title {
  font-size: 16px;
  line-height: 20px;
  margin: 5px 0 0 0;
}

#side-ranking .title a {
  color: #333;
}

#side-ranking .box {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin: 20px 0;
}

#side-ranking .box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.side-scroll {
  padding-bottom: 30px;
}

/* 共通右ナビのカテゴリ */
#side-category {
  margin: 0 0 40px 0;
}

#side-category nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}

#side-category nav ul li > ul {
  display: none;
}

#side-category nav ul a {
  color: #323232;
}

#side-category nav ul a:hover {
  text-decoration: none;
}

#side-category nav ul > li {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

#side-category nav ul > li > a {
  display: block;
  padding: 13px 0;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

#side-category nav ul > li > a:hover {
  color: #e97e14;
  text-decoration: none;
}

#side-category nav ul > li > a:active {
  text-decoration: none;
}

#side-category nav ul > li i {
  font-size: 25px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  color: #666;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#side-category nav ul > li i:hover {
  color: #e97e14;
}

#side-category nav ul > li ul.children {
  margin: 0 0 10px 0;
}

#side-category nav ul > li ul.children li {
  border: none;
  display: inline-block;
  margin: 0 5px 6px 0;
}

#side-category nav ul > li ul.children li a {
  display: block;
  padding: 4px 7px;
  background: #f1f1f1;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#side-category nav ul > li ul.children li a:hover {
  background: #e97e14;
  color: #fff;
}

/* モーダル */
.remodal.theme-login {
  text-align: left;
}

.modal-title {
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

/* Form */
.form-basic {
  max-width: 600px;
  margin: 20px auto;
}

.form-basic dl dt {
  margin: 20px 0 0 0;
}

.form-simple {
  border: 1px solid #ccc;
  padding: 20px;
  max-width: 600px;
  margin: 20px auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #fff;
}

.form-simple dl dt {
  margin: 20px 0 0 0;
}

.form-simple dl dt:first-child {
  margin-top: 0;
}

.form-simple.confirm dt:before {
  content: "笆?";
  color: #eb9d06;
}

.required {
  color: #cc0000;
}

.optional {
  color: #cca300;
}

.form-login-style {
  border: 1px solid #ccc;
  padding: 0 20px 20px 20px;
  margin: 0 auto;
  max-width: 500px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.form-login-style dt {
  margin: 20px 0 0 0;
}

.form-login-style input[type="submit"] {
  min-width: 200px;
}

@media screen and (max-width: 380px) {
  .form-login-style input[type="submit"] {
    min-width: auto;
    width: 100%;
  }
}

.form-control.theme-gray {
  border: none;
  background: #eee;
}

/******************
 * Reset & Adjust
 ******************/
/* iPadサブミットボタン修正 */
input[type="submit"], input[type="button"], input[type="image"], input[type="text"], input[type="search"] {
  -webkit-appearance: none;
}

/* 自動改行 */
body {
  word-wrap: break-word;
  font-weight: 500;
}

/* base font */
body, button, input[type="submit"] {
  font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

/* rollover */
#logo a img, #header a img, article a img, .alpha a img, .alpha a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#logo a:hover img, #header a img:hover, article a:hover img, .alpha a:hover, .alpha a:hover img, .alpha input[type="image"]:hover, .alpha input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

a:hover {
  text-decoration: none;
}

/* group */
.div-link {
  cursor: pointer;
}

/*---------------------------
ダウンロードコンテンツページ
---------------------------*/
.Dl_ContentSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Dl_Content__MainBox {
  width: 100%;
  margin: 10px;
  padding: 10px;
}

.Dl_Content__SubBox {
  width: 350px;
  margin: 10px;
  padding: 10px;
  border: solid 1px #b9b9c9;
}

.Dl_ContentItemCount {
  text-align: right;
  margin-right: 20px;
}

.Dl_ContentItem__CoverImage {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.Dl_ContentItem__ImageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  max-width: 100%;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Dl_ContentItemList {
  display: block;
  width: 100%;
  padding: 10px;
}

.Dl_ContentItem {
  width: 100%;
  margin-bottom: 20px;
  border: solid 1px #999;
}

.Dl_ContentItem .same-height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Dl_ContentItem .category div {
  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;
  padding: 5px 10px;
  margin-right: 5px;
  background-color: #aaa;
  font-size: 1.3rem;
  color: #fff;
}

.Dl_ContentItem .category div a {
  color: #fff;
}

.Dl_ContentItem__LeftContent {
  width: 35%;
}

.Dl_ContentItem__RightContent {
  width: 65%;
  padding: 10px;
}

.Dl_ContentItem__RightContentHeader {
  width: 100%;
  border-bottom: solid 1px #b9b9c9;
}

.Dl_ContentItem__RightContentBody {
  padding-top: 10px;
}

.Dl_ContentItem__ItemName {
  padding-bottom: 10px;
}

.Dl_ContentItem__ItemDescription {
  max-height: 7em;
  overflow: hidden;
}

.Dl_ContentItem__Count {
  text-align: center;
  padding: 3px 5px;
  border: solid 1px #999;
  border-radius: 5px;
}

.Dl_ContentItem__Footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 10px 10px 10px;
}

.Dl_ContentItem__Footer .Dl_ContentItem__RightContent {
  padding: 0 0 0 10px;
}

.Dl_ContentSearchLayout {
  width: 100%;
  border: solid 1px #b9b9c9;
  margin: 10px;
}

.Dl_ContentSearchBox .Label {
  width: 150px;
}

.Dl_ContentSearchBox .Input {
  width: 100%;
}

.Dl_ContentSearchBox .Input {
  width: 100%;
}

.Dl_ContentSearchBox__KeywordBox {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #b9b9c9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Dl_ContentSearchBox__CategoryBox {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #b9b9c9;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Dl_ContentSearchBox__Footer {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.Dl_ContentSearchBox__Footer button {
  margin: 0;
}

.Dl_ContentDetailSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.Dl_ContentDetail__MainBox {
  width: 100%;
  margin: 10px;
  padding: 10px;
}

.Dl_ContentDetail__SubBox {
  width: 350px;
  margin: 10px;
  padding: 10px;
  border: solid 1px #b9b9c9;
}

.Dl_ContentDetail__Layout {
  width: 100%;
}

.Dl_ContentDetail__ImageArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Dl_ContentDetail__ImageArea img {
  width: 100%;
  height: 100%;
}

.Dl_ContentDetail__DetailLayout {
  display: block;
}

.Dl_ContentDetail__DetailLayoutHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Dl_ContentDetail__DetailLayoutLeft {
  width: 40%;
  margin: 20px 0;
}

.Dl_ContentDetail__DetailLayoutRight {
  width: 60%;
  margin: 20px 0;
  padding: 0 20px;
}

.Dl_ContentDetail__Summary {
  border-left: solid 1px #b9b9c9;
  padding: 0 20px;
  position: relation;
}

.Dl_ContentDetail__Summary .Dl_ContentDetail__Information {
  bottom: 0;
}

.Dl_ContentDetail__DetailLayoutBody {
  width: 100%;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Dl_ContentDetail__Dl_ContentButton {
  margin-bottom: 20px;
}

.Dl_ContentDetail__Dl_ContentButton .btn {
  border-radius: 5px;
}

.Dl_ContentDetail__Dl_ContentButton .form-registration {
  background-color: #FFF;
  border: 0;
  margin-top: 0;
  padding-top: 0;
}

.Dl_ContentDetail__Dl_ContentButton .form-registration .leading {
  padding: 15px;
  border: 1px solid #31708f;
  color: #31708f !important;
  max-width: 440px;
  margin: 0 auto !important;
  font-weight: 600;
  line-height: 2.3rem;
  letter-spacing: 0.1rem;
}

.Dl_ContentDetail__Description {
  padding: 15px 10px;
  border-bottom: solid 1px #b9b9c9;
}

.Dl_ContentDetail__Format {
  padding: 15px 10px;
}

.Dl_ContentDetail__Dl_ContentCount {
  padding: 15px 10px;
  border-top: solid 1px #b9b9c9;
  border-bottom: solid 1px #b9b9c9;
}

.Dl_ContentDetail__ModifiedDate {
  padding: 15px 10px;
}

.Dl_ContentDetail__DetailLayoutRight .Info {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.Dl_ContentDetail__DetailLayoutRight .Value {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}

.Dl_ContentDetail__Format {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Dl_ContentDetail__Dl_ContentCount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Dl_ContentDetail__ModifiedDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Dl_ContentDetail__MiddleLayout {
  margin: 50px 0;
}

.Dl_ContentDetail__Body {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .Dl_ContentItem__RightContentHeader {
    border-bottom: none;
  }
  .Dl_ContentItem__ImageArea {
    width: 100%;
    height: auto;
  }
  .Dl_ContentSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Dl_ContentItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Dl_ContentItem .same-height {
    display: block;
  }
  .Dl_ContentItem__ItemName {
    padding: 5px;
    font-size: 90%;
  }
  .Dl_ContentItem__LeftContent {
    width: 100%;
  }
  .Dl_ContentItem__RightContent {
    width: 100%;
  }
  .Dl_Content__MainBox {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Dl_Content__SubBox {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Dl_ContentSearchLayout {
    width: 100%;
    margin: 0;
  }
  .Dl_ContentItemList {
    width: 100%;
    padding: 0;
  }
  .Dl_ContentItemList .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .Dl_ContentItemCount {
    margin-bottom: 1em;
  }
  .Dl_Content__Container .common-h2 {
    margin: 20px 0;
  }
  .Dl_ContentDetailSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Dl_ContentDetail__MainBox {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Dl_ContentDetail__SubBox {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .Dl_ContentDetail__ImageArea {
    width: 100%;
    height: auto;
  }
  .Dl_ContentDetail__DetailLayoutLeft {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .Dl_ContentDetail__DetailLayoutBody {
    border-bottom: none !important;
  }
  .Dl_ContentDetail__DetailLayoutRight {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .Dl_ContentDetail__Summary {
    padding: 0;
    border-left: none;
  }
  .Dl_ContentDetail__Summary .Dl_ContentDetail__Description {
    padding-top: 0;
  }
  .Dl_ContentDetail__DetailLayoutBody {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-bottom: solid 1px #b9b9c9;
  }
}
