@charset "UTF-8";

/* ----------------------------------------------------------------
   normalize.css v4.1.1 ベースのreset CSS
   github.com/necolas/normalize.css
   ---------------------------------------------------------------- */
html {
  font: 16px/1.5 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-width: 1000px;
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #124753;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
}
progress {
  vertical-align: baseline;
}
template, [hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button, input, optgroup, select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  white-space: normal;
  color: inherit;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* ----------------------------------------------------------------
   汎用クラス
   ---------------------------------------------------------------- */
.inner {
  width: 1000px;
  margin: 0 auto;
}
.img-full {
  width: 100%;
  height: auto;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.inline-list {
  font-size: 0;
}
.inline-list li {
  display: inline-block;
  /*vertical-align: top;*/
  font-size: 1rem;
}
.no-marker {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a:hover img,
a:active img,
.btn-hover:hover,
.btn-hover:active {
  opacity: 0.7;
}
.content-header {
  margin: 0 0 40px;
  padding: 43px 0 0;
  background: transparent url(../img/bg_header.png) top center no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}

/* ----------------------------------------------------------------
   トップページ
   ---------------------------------------------------------------- */
.top-service {
  padding: 100px 0;
  background: #fff url(../img/bg_top_service.jpg) center center no-repeat;
  background-size: cover;
}
.service-desc {
  margin: 0 0 50px;
  text-align: center;
}
.top-service-list li {
  width: 226px;
}
.top-service-list li + li {
  margin-left: 32px;
}
.top-service-list a {
  display: inline-block;
  text-decoration: none;
  color: #124753;
}
.top-service-list a:hover,
.top-service-list a:active {
  opacity: 0.7;
}
.top-service-list a:hover img,
.top-service-list a:active img {
  opacity: 1;
}
.top-service-label {
  display: block;
  padding: 15px 31px 15px 10px;
  border: 1px solid #b5b5b5;
  background: #fff url(../img/arrow_r_green.png) 204px 50% no-repeat;
  font-size: 14px;
  font-weight: bold;
}
.top-catch {
  position: relative;
  margin: 0 0 100px;
  background-color: #f3f4f5;
}
.top-catch-image {
  width: 50%;
  height: auto;
  float: left;
}
.top-catch-text {
  position: absolute;
  left: 75%;
  top: 50%;
  width: 450px;
  margin-left: -225px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-catch-text-head {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
}
.top-catch-text-main {
  margin: 0 0 35px;
}
.top-catch-text-btn li {
  margin-right: 20px;
}
.top-catch-text-btn li a {
  display: inline-block;
  width: 148px;
  padding: 14px 30px 14px 10px;
  border: 1px solid #000;
  background: transparent url(../img/arrow_r_black.png) 168px 50% no-repeat;
  text-decoration: none;
  color: #124753;
}
.top-catch-text-btn li:nth-of-type(1) a {
  background-color: #fffff5;
}
.top-catch-text-btn li:nth-of-type(2) a {
  background-color: #fff;
}
.news-list {
  width: 700px;
  margin: 0 auto 100px;
}
.news-item {
  margin: 0 0 30px;
  font-size: 0;
}
.news-item > span {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.news-date {
  width: 90px;
  margin-right: 10px;
  color: #666;
}
.news-text {
  width: 600px;
}
.news-text,
.news-text a {
  color: #124753;
}
.news-text a:hover,
.news-text a:active {
  text-decoration: none;
}
/* ----------------------------------------------------------------
   ページヘッダー
   ---------------------------------------------------------------- */
.logo {
  float: left;
}
.nav-pagehead {
  width: 619px;
  float: right;
  text-align: right;
}
.nav-pagehead a,
.nav-pagehead a {
  text-decoration: none;
  color: #124753;
}
.nav-pagehead a:hover,
.nav-pagehead a:active {
  text-decoration: underline;
}
.nav-pagehead-sub {
  margin: 12px 0 18px;
}
.nav-pagehead-sub li {
  margin-left: 15px;
  line-height: 1;
  font-size: 12px;
}
.nav-pagehead-sub li::before {
  /*content: '-';*/
}
.nav-pagehead-main {
  font-weight: bold;
  padding: 0;
  margin-left: 80px;
}
.nav-pagehead-main > li {
  position: relative;
  padding: 10px 30px;
  border-left: 1px solid #e6e6e6;
  font-size: 14px;
  margin: 0;
}
.nav-pagehead-main > li:last-of-type {
  padding: 0 0 0 30px;
}
.nav-pagehead-main .contact-btn {
  display: inline-block;
  padding: 10px 40px;
  background-color: #ff9100;
  color: #fff;
}
.nav-pagehead-main .contact-btn:hover,
.nav-pagehead-main .contact-btn:active {
  text-decoration: none;
}
.contact-btn::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 10px;
  margin: 0 0 0 20px;
  background: transparent url(../img/arrow_r_white_9x10.png) 0 0 no-repeat;
  vertical-align: middle;
}

/*sub menu */
.pull-down-menu a{
  display: block;
  margin: 0;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

/* sub */
.pull-down-menu{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 50;
  background-color: #FF0000;
}

/*
.nav-pagehead-main > li:hover > a{
  border-radius: 3px 3px 0 0;
}
*/
.pull-down-menu > li{
  float: left;
  overflow: hidden;
  width: 150px;
  height: 0;
  color: #fff;
  background: #FFFFFF;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
  font-size: 14px;
}
.nav-pagehead-main li ul li a{
  padding: 13px 30px;
  text-align: left;
  font-weight: normal;
  width: 100%;
}
.nav-pagehead-main li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/* ----------------------------------------------------------------
   ページヘッダー
   ---------------------------------------------------------------- */
.page-footer {
  padding: 1px 0 0;
  background-color: #124753;
  font-size: 14px;
  color: #fff;
}
.page-footer a {
  text-decoration: none;
  color: #fff;
}
.page-footer a:hover,
.page-footer a:active {
  text-decoration: underline;
}
.page-footer-main {
  padding: 50px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page-footer-identity {
  width: 450px;
  /* float: revert-layer; */
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
}
.page-footer-logo {
  vertical-align: top;
  margin: 0 5px 10px 0;
}
.page-footer-name {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}
.page-footer-address {
  margin: 0 0 20px;
}
.page-footer-contact {
  padding: 20px 25px 15px;
  background-color: #2a5a65;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.page-footer-tel {
  display: inline-block;
  margin: 0 0 10px 15px;
  font-size: 22px;
}
.page-footer-contact-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff9100;
  text-decoration: none;
  color: #fff;
}
.page-footer-contact-btn:hover,
.page-footer-contact-btn:active {
  text-decoration: none !important;
}
.page-footer-contact-btn img {
  margin-right: 15px;
}
.page-footer-nav {
  float: right;
  width: 540px;
  text-align: right;
}
.page-footer-nav-list {
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
  text-align: left;
}
.page-footer-nav-list li {
  line-height: 1;
  font-weight: bold;
}
.page-footer-nav-list > li {
  margin: 0 0 15px;
  padding-left: 15px;
  background: transparent url(../img/arrow_r_white_7x8.png) 0 2px no-repeat;
}
.page-footer-nav-list-sub {
  margin: 15px 0 15px -15px;
}
.page-footer-nav-list-sub li {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 12px;
  font-weight: normal;
  font-size: 12px;
}
.page-footer-nav-list-sub li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}
.page-footer-sub {
  padding: 10px 0;
  font-size: 12px;
}
.page-footer-sub-nav {
  width: 500px;
  float: left;
}
.page-footer-sub-nav li {
  display: inline-block;
  margin-right: 35px;
}
.page-footer-sub-nav li::before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}
.page-footer-copyright {
  width: 500px;
  margin: 0;
  float: right;
  text-align: right;
}

/* ----------------------------------------------------------------
    パンくず
   ---------------------------------------------------------------- */
.breadcrumb-list li{
  display: inline;
}
.breadcrumb-list li a{
  color:#000000;
}

/* ----------------------------------------------------------------
    コンタクト　コンテンツ
   ---------------------------------------------------------------- */
#slideshow {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 41.666%;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
   width: 100%;
   height: auto;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
.topimage {
    position: relative;
}
.topimage p{
  position: absolute;
  top:20px;
  left:0px;
  color: white;
  font-weight:normal;
  font-size: 36px;
  line-height: 20px;
}
.topimage p > span{
  font-size: 14px;
}
.sub-contact{
    text-align: center;
}
.sub-contact h2{
  font-size: 1.5rem;
  margin-bottom: 34px;
}
.sub-contact .sub-contect-cont{
  text-align: left;
  position: relative;
  width: 100%;
  border: 1px solid #000000;
  height: 63px;
  background-color: rgb(231, 253, 238);
  margin-bottom: 18px;
}
.sub-contact .sub-contect-cont span:nth-child(1)  {
  position: absolute;
  top:0;
  left: 0;
  background-color: rgb(18, 71, 83);
  width: 381px;
  height: 64px;
  color: white;
  font-size: 1.95rem;
  line-height: 63px;
  vertical-align: middle;
}
.sub-contact .sub-contect-cont span:nth-child(1):before  {
  content: url(../img/icon_tel.png);
  position: relative;
  top:10px;
  margin-left:10px;
  margin-right:10px;
}
.sub-contact .sub-contect-cont span:nth-child(2)  {
  text-align: center;
  position: absolute;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 63px;
  left: 381px;
  width: 430px;
}
.sub-contact .sub-contect-cont span:nth-child(3)  {
  position: absolute;
  font-size: 1.1rem;
  line-height: 1.222;
  margin-top: 10px;
  left: 811px;
}
.sub-contact .btn-contact-frame{
  border: 1px solid #000000;
  height: 63px;
  width: 100%;
  margin-bottom: 10px;
}
.sub-contact .btn-contact{
  display: block;
  font-size: 1.6rem;
  line-height: 63px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: rgb(18, 71, 83);
}
.sub-contact .btn-contact:before{
  position: relative;
  content: url(../img/icon_mail02.png);
  margin-right: -26px;
  top:5px;
}
.sub-contact .btn-contact:after{
  position: relative;
  content: url(../img/icon_right_arrow.png);
  margin-left: 20px;
}





.sub-contact .btn-contact-frame02{
  border: 1px solid #000000;
  height: 63px;
  width: 100%;
  margin-bottom: 50px;
}
.sub-contact .btn-contact02{
  display: block;
  font-size: 1.6rem;
  line-height: 63px;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
  color: rgb(18, 71, 83);
}
.sub-contact .btn-contact02:before{
  position: relative;
  content: url(../img/icon_mail02.png);
  margin-right: -26px;
  top:5px;
}
.sub-contact .btn-contact02:after{
  position: relative;
  content: url(../img/icon_right_arrow.png);
  margin-left: 20px;
}
/* ----------------------------------------------------------------
    サービスページ
   ---------------------------------------------------------------- */
.service-contents { /* 背景 共通　*/
  padding: 100px 0px 0px 0px;
  background: #fff url(../img/bg_top_service.jpg) center center no-repeat;
  background-size: cover;
}
.contents-header { /* 共通 */
  margin: 0 0 40px;
  padding: 43px 0 0;
  background: transparent url(../img/bg_header.png) top center no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
.contents-desc { /* 共通 */
  font-size: 0.92rem;
   margin: 0 100px 100px 100px;
  text-align: center;
  line-height: 1.875;
  color: rgb(18, 71, 83);
}
.contents-desc-sub {
  font-size: 0.92rem;
   margin: 0 100px 20px 100px;
  text-align: center;
  line-height: 1.875;
  color: rgb(18, 71, 83);
}
.contents-sub-header {
  margin: 0 0 40px;
  padding: 43px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}
.service-contents .sub-contents{
  position: relative;
  margin: 0 0 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(204, 204, 204);
  background-color: rgba(243, 244, 245,0.702);
  padding-top: 20px;
}
.service-contents .service-sub-heder{
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 36px;
  padding-bottom: 24px;
}
.service-contents .service-sub-heder:before{
  content: url(../img/bg_serrvice_line.png);
  position: relative;
  top:-0.5rem;
  margin-right:20px;
}
.service-contents .service-sub-heder:after{
  content: url(../img/bg_serrvice_line.png);
  position: relative;
  top:-0.5rem;
  margin-left:20px;
}
.service-contents .service-list{
  text-align: center;
  position: relative;
}
.service-contents h4{
    font-weight: bold;
}
.service-contents .service-list li {
  text-align: center;
  width: 264px;
}
.service-contents .service-label{
  font-size: 1.0rem;
}
.service-contents .img-box {
  position: relative;
  width:auto;
  min-height:92px;
  margin-top: 20px;
}
.service-contents .service-list li img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.service-contents .service-label{
  font-size: 0.9rem;
  width: 208px;
  text-align: left;
  margin: 0 auto 46px auto;
}
.service-contents  .service-list a:hover,
.service-contents  .service-list a:active {
  opacity: 0.7;
}
.service-contents  .service-list a:hover img,
.service-contents  .service-list a:active img {
  opacity: 1;
}

/* ----------------------------------------------------------------
    WORKSページ
   ---------------------------------------------------------------- */
.works-contents{
    padding: 100px 0;
}
.works-contents .sub-contents table{
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0px;
}
.works-contents .sub-contents table th{
  background-color: rgb(243, 244, 245);
  border-bottom: 1px solid #000000;
  font-size: 1.23rem;
  height: 66px;
  padding-left: 28px;
}
.works-contents .sub-contents table tr {
  height: 80px;
}
.works-contents .sub-contents table tr:nth-child(odd) {
  background: rgb(243, 244, 245);
}
.works-contents .sub-contents table td {
  font-size: 0.8rem;
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding-left: 46px;
  font-weight: bold;
}
.works-contents .sub-contents table td:before {
  position: absolute;
  left:28px;
  top:31px;
  content:"";
  border-radius: 50%;
  background-color: rgb(255, 145, 0);
  position: absolute;
  width: 15px;
  height: 15px;
}

/* ----------------------------------------------------------------
    ABOUTページ
   ---------------------------------------------------------------- */
.about-contents{
  padding: 100px 0;
}
.about-contents .contents-desc-h {
  text-align: center;
  font-size: 1.9rem;
  font-family:"Hiragino Mincho ProN", "Hiragino Mincho Pro" ,"ヒラギノ明朝 Pro W3" ,  "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: rgb(255, 145, 0);
  line-height: 0.6;
  margin: 0 0 36px;
  line-height: 1.875;
}
.about-contents .sub-contents table{
  font-size: 0.9rem;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-collapse: separate;
  border-spacing: 0px;
}
.about-contents .sub-contents tr:first-child td{
  border-top: 1px solid #cfc3a7;
}
.about-contents .sub-contents tr td{
  border-bottom: 1px solid #cfc3a7;
}
.about-contents .sub-contents table td:first-child{
  background-color: rgba(207, 195, 167,0.2);
  width: 112px;
  padding-top: 20px;
  vertical-align:top;
  padding-left: 30px;
}
.about-contents .sub-contents table td:nth-of-type(n+2){
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

/* ----------------------------------------------------------------
    CONTACTページ
   ---------------------------------------------------------------- */
.contact-contents{
  padding: 100px 0;
  margin-bottom: 100px;
}
.contact-contents .sub-contents{
  text-align: center;
}
.contact-contents .contents-desc{
  font-size: 1.0rem;
  margin-bottom: 16px;
}
.contact-contents .sub-contents .sub-contect-cont{
  margin: 0 auto 0 auto;
  width: 659px;
  height: 190px;
  background-color: rgb(231, 253, 238);
  border: 2px solid rgb(18, 71, 83);
}
.contact-contents .sub-contents .sub-contect-cont p:nth-of-type(1){
  margin:1px;
  background-color: rgb(18, 71, 83);
  color: #FFFFFF;
  height: 40px;
  font-size: 1.3rem;
  line-height: 40px;
}
.contact-contents .sub-contents .sub-contect-cont p:nth-of-type(2){
  padding-top:16px;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 16px;
}
.contact-contents .sub-contents .sub-contect-cont p:nth-of-type(2) span{
  font-size: 1.0rem;
  margin-right: 18px;
}
.error-list {
  width: 660px;
  margin: 0 auto;
  padding: 0;
}
.table-confirm {
  width: 660px;
  margin: 0 auto;
  border-top: 1px solid #cfc3a7;
  border-collapse: collapse;
}
.table-confirm tr {
  border-bottom: 1px solid #cfc3a7;
}
.table-confirm th {
  padding: 20px 30px;
  background-color: #f6f3ed;
  background-color: rgba(207, 195, 167, 0.2);
  text-align: left;
  font-weight: normal;
}
.table-confirm td {
  padding: 20px 30px;
}

/* form */
form div + div {
  margin-top: 18px;
}
.contact-contents form{
  padding-top: 50px;
  color: rgb(91, 91, 91);
}
form .form-warning{
  font-size: 0.8rem;
  color: rgb(226, 80, 85);
}
form label {
  display: inline-block;
  width: 130px;
  text-align: right;
  margin-right: 20px;
}
form input {
  width: 420px;
  border: 1px solid #d6d6d6;
  background-color: #efefef;
  margin-right:36px;
}
form textarea {
  vertical-align: top;
  height: 220px;
  resize: vertical;
  width: 456px;
  border: 1px solid #d6d6d6;
  background-color: #efefef;
}
form .button-submit {
  color:#FFFFFF;
  width: 200px;
  height: 40px;
  background-color: #ff9100;
  border-style: none;
  margin-right: 20px;
  margin-top: 50px;
}
form .button-clear {
  color:#FFFFFF;
  width: 200px;
  height: 40px;
  background-color: #d1d1d1;
  border-style: none;
  margin-top: 50px;
}
/* ----------------------------------------------------------------
    Tradeページ
   ---------------------------------------------------------------- */
.trade-contents{
  padding: 100px 0;
  margin-bottom: 100px;
}
.trade-contents .sub-contents{
  text-align: center;
}
.trade-contents .contents-desc{
  font-size: 1.0rem;
  margin-bottom: 16px;
}
.trade-contents .sub-contents .sub-contect-cont{
  margin: 0 auto 50px auto;
  width: 659px;
  height: 190px;
  background-color: rgb(231, 253, 238);
  border: 2px solid rgb(18, 71, 83);
}
.trade-contents .sub-contents .sub-contect-cont p:nth-of-type(1){
  margin:1px;
  background-color: rgb(18, 71, 83);
  color: #FFFFFF;
  height: 40px;
  font-size: 1.3rem;
  line-height: 40px;
}
.trade-contents .sub-contents .sub-contect-cont p:nth-of-type(2){
  font-weight: bold;
  font-size: 1.0rem;
}
.trade-contents .btn-pdf-frame{
  margin-top: 16px;
}
.trade-contents .btn-pdf-frame a{
  order: 1px solid #000000;
  background-color: #ff9100;
  height: 30px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-decoration: none;
  color: #FFFFFF;
  padding: 8px;
}

/* ----------------------------------------------------------------
    Privacyページ
   ---------------------------------------------------------------- */
.privacy-contents{
  padding: 100px 0;
  margin-bottom: 100px;
}
.privacy-contents .sub-contents h2{
    font-size: 1.5rem;
   background-color: rgb(18, 71, 83);
   padding-left: 30px;
   padding-top:8px;
   padding-bottom:8px;
   color: white;
   margin-bottom: 20px;
}
 .privacy-contents .sub-contents h3{
    font-weight: bold;
    border-bottom: 1px solid #c3afaf;
    margin: 30px 30px 10px 30px;
}
.privacy-contents .sub-contents p{
    margin: 0px 30px 0 30px;
}
.privacy-contents .right{
  margin: 80px 0;
  text-align: right;
  margin-right: auto;
}
