@charset "utf-8";
/*-----------------------------------------------------

  sub.css
  下層ページ CSS

------------------------------------------------------*/


header h2 {
  width: 100%;
  height: 58px;
  padding-top: 15px;
  text-align: center;
}

header h2 img {
  width: 200px;
  height: auto;
}

header h2 a:hover img {
  opacity: 0.9;
}

/*-----------------------------------------------------
  contents
-----------------------------------------------------*/

body#sub #contents.single, body#sub #contents.page {
  padding-top: 50px;
  width: 670px;
}

.category_description {
  margin-bottom: 20px;
}

.tag .category_description {
  margin-bottom: 0px;
}

.category_description h1 {
  font-size: 2.7em;
  padding: 15px 0 20px;
}

.tag .category_description h1 {
  padding-bottom: 15px;
}

.category_description p {
  font-size: 1.5em;
  line-height: 1.8;
}


/*-----------------------------------------------------
  single
-----------------------------------------------------*/
main {
  padding-bottom: 50px;
}

main article {
  padding: 25px 0 0;
}

.honbun_header .eyecatch {
  width: 670px;
  margin: 20px auto;
}

.honbun_header .eyecatch img {
  width: 100%;
  height: auto;
}

.honbun_header h1 {
  width: 100%;
  font-size: 2.7em
}

.honbun_header .post_date {
  text-align: right;
  font-size: 1.3em;
  margin-top: 15px;
}

.entry-content {
  margin-top: 30px;
}

.entry-content h2 {
  background: rgba(0, 176, 240, 0.2);
  margin-bottom: 10px;
  padding: 5px 5px 8px 15px;;
  font-size: 2.2em;
}

.entry-content h3 {
  font-size: 1.65em;
  line-height: 130%;
  text-decoration: none;
  margin: 10px 0 10px 10px;
  padding: 5px 0 5px 10px;
  display: table;
  border-left: solid 4px rgba(0, 176, 240, 0.4);
}

.entry-content h4 {
  font-size: 1.65em;
  line-height: 130%;
  text-decoration: none;
  margin: 10px 0 10px 10px;
  padding: 5px 0 5px 10px;
  display: table;
  border-left: solid 4px #BFBFBF;
}

.entry-content p {
  font-size: 1.5em;
  line-height: 1.8;
  margin-bottom: 20px;
  overflow: hidden;
}

.entry-content p img {
  max-width: 100%;
  height: auto;
}

.entry-content p a {text-decoration:none; color:#4682b4;}
.entry-content p a:hover {text-decoration:none; color:#b22222;}

.articles_href {
  font-size: 11.2px;
  display: block;
}

.entry-content p.negmargin {
  margin-bottom: 10px;
}

.articles_href img {
  margin-bottom: 10px;
}

.entry-content .articles_href:link {  color: #777;}
.entry-content .articles_href:visited {  color: #777;}

.entry-content a.articles_href:hover {
  color: #23527c;
}

.articles_href img {
  margin-top: 10px;
}

.entry-content ol {
  list-style-type: decimal;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.8;
}

.entry-content ul {
  list-style-type: disc;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.8;
}

.entry-content ul li {
  padding-bottom: 5px;
}

.ogp_area {
  display: table;
  border: 1px solid silver;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 10px 5px;
  background-color: #f5f5f5;
}

.image_area {
  display: table-cell;
}

.info_area {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.ogp_image {
  display: table-cell !important;
  vertical-align: middle !important;
  max-width: 110px !important;
  height: auto;
  margin: 5px 15px 5px 5px !important;
}

.entry-content .ogp_title a {
  vertical-align: middle;
  color: black;
  text-decoration: underline;
  text-decoration-style: solid;
  -moz-text-decoration-line: underline;
  -moz-text-decoration-style: solid;
}

.youtube-container {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-container iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-content table {
  font-size: 1.5em;
  line-height: 1.8;
  border-top: 1px #999 solid;
  border-right: 1px #999 solid;
  margin-bottom: 5px;
  width: 100%;
  max-width: 100%;
}

.entry-content table td {
  padding: 10px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #999;
  border-left-color: #999;
  vertical-align: top;
}

.ad_btn_black {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.42857143;
  border-radius: 3px;
  color: #fff;
  background-color: #000;
  border-color: #000;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  width: 320px;
  box-sizing: border-box;
}

.buy_btn{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.buy_btn:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.buy_btn:active, a.buy_btn:visited, a.buy_btn:link {
    color:#fff;
    text-decoration: none;
}
.adBtn {
  margin: 50px 0;
}
.adBtn + .adBtn {
  margin-top: -25px;
}
.ad_btn{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #003;
    border-color: #63639c;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn:active, a.ad_btn:visited, a.ad_btn:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_navy{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #000080;
    border-color: #000080;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn_navy:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn_navy:active, a.ad_btn_navy:visited, a.ad_btn_navy:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_green{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #00B050;
    border-color: #00B050;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn_green:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn_green:active, a.ad_btn_green:visited, a.ad_btn_green:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_maroon{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #FF3341;
    border-color: #FF3341;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn_maroon:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn_maroon:active, a.ad_btn_maroon:visited, a.ad_btn_maroon:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_black{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn_black:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn_black:active, a.ad_btn_black:visited, a.ad_btn_black:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_dimgray{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #ff4500;
    border-color: #ff4500;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn_dimgray:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn_dimgray:active, a.ad_btn_dimgray:visited, a.ad_btn_dimgray:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_pink{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #ff69b4;
    border-color: #ff69b4;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn_pink:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn_pink:active, a.ad_btn_pink:visited, a.ad_btn_pink:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_lightblue{
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.42857143;
    border-radius: 3px;
    color: #fff;
    background-color: #00afcc;
    border-color: #00afcc;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    width: 320px;
    box-sizing: border-box;
}
a.ad_btn_lightblue:hover {
    color:#fff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
a.ad_btn_lightblue:active, a.ad_btn_lightblue:visited, a.ad_btn_lightblue:link {
    color:#fff;
    text-decoration: none;
}
.ad_btn_black, .buy_btn, .ad_btn, .ad_btn_navy, .ad_btn_green, .ad_btn_maroon, .ad_btn_black, .ad_btn_dimgray, .ad_btn_pink, .ad_btn_lightblue {
  margin-bottom: 25px;
}

.marker_gray { background:linear-gradient(transparent 45%, #d8bfd8 45%); }
.marker_pink { background:linear-gradient(transparent 45%, #ffe4e1 45%); }
.marker_lightblue { background:linear-gradient(transparent 45%, #afeeee 45%); }
.marker_green { background:linear-gradient(transparent 45%, #90ee90 45%); }
.marker_dimgray { background:linear-gradient(transparent 45%, #ecf0f1 45%); }
.marker_red { background:linear-gradient(transparent 45%, #ffa07a 45%); }
.marker_yellow { background:linear-gradient(transparent 45%, #ffff00 45%); }
.marker_skyblue { background:linear-gradient(transparent 90%, #00B0F0 90%); }


blockquote {
  position: relative;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 25px;
  background: #d3d3d3;
}

blockquote:before {
  position: absolute;
  font-family: fontawesome;
  content: '\f10d';
  font-size: 20px;
  color: gray;
  top: 5px;
  left: 10px;
}

blockquote:after {
  position: absolute;
  font-family: fontawesome;
  content: '\f10e';
  font-size: 20px;
  color: gray;
  right: 10px;
  bottom: 5px;
}

.entry-content blockquote {
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

.share-buttons {
    list-style: none;
    margin: 10px 0 20px;
    text-align: center;
    padding: 10px 0 20px;
    letter-spacing: -0.4em;
}
.share-buttons li {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    letter-spacing: normal;
}
.share-buttons li:last-child {
    margin-right: 0;
}
.share-buttons a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    text-decoration: none!important;
    border-bottom: 0!important;
    transition: opacity .15s ease-in-out;
    position: relative;
}
.share-buttons a:hover,
.share-buttons a:focus {
    opacity: .7;
}
.share-buttons a:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    position: relative;
    top: 7px;
}
/* Facebook */
.share-buttons .share-facebook {
    background: #3b5998;
}
.share-buttons .share-facebook:before {
    content: '\f09a';
}
/* Twitter */
.share-buttons .share-twitter {
    background: #00acee;
}
.share-buttons .share-twitter:before {
    content: '\f099';
}
/* はてなブックマーク（FontAwesome 非対応）*/
.share-buttons .share-hatebu {
    background: #008fde
}
.share-buttons .share-hatebu:before {
    font-family: verdana;
    font-weight: 800;
    content: 'B!';
}
/* Pocket */
.share-buttons .share-pocket {
    background: #ee4056;
}
.share-buttons .share-pocket:before {
    content: '\f265';
}
/* Line */
.share-buttons .share-line {
    background: #25af00;
}
.share-buttons .share-line:before {
  content: '\f075';
}

.share-buttons .share-url {
    background: #bbb;
}
.share-buttons .share-url:before {
    content: '\f0ea';
}
.url-copied {
    display: none;
}
.url-copied span {
    background: #0009;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #fff;
    padding: 2px 4px;
    box-sizing: border-box;
    line-height: 14px;
    border-radius: 3px;
}

.entry_category_tag {
  font-size: 1.3em;
  color: #616161;
  padding: 10px 0 20px;
}

.entry_category_tag ul {
  margin-top: 7px;
}

.entry_category_tag li {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 15px 4px 30px;
  position: relative;
  border: solid 1px #616161;
  border-radius: 5px;
}

.entry_category_tag li:after {
  position: absolute;
  font-family: fontawesome;
  content: '\f02b';
  font-size: 12px;
  left: 7px;
  top: 4px;
}

.entry_category_tag i {
  display: inline-block;
  font-family: FontAwesome;
  line-height: 1.5;
  padding: 0 2px;
}

.entry_category_tag a:link {text-decoration:none; color:#616161;}
.entry_category_tag a:visited {text-decoration:none; color:#616161;}
.entry_category_tag a:hover {text-decoration:none; color:#b22222;}

.entry_author {
  font-size: 1.5em;
  padding: 50px 0 20px;
}

.entry_author a:link {text-decoration:none; color:#4682b4;}
.entry_author a:visited {text-decoration:none; color:#4682b4;}
.entry_author a:hover {text-decoration:none; color:#b22222;}

#toc_container {
  width: auto;
  display: table;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  margin: 0 auto 30px;
  padding: 20px 30px;
  text-align: center;
}

#toc_container .toc_title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 2px solid #333;
  font-weight: bold;
  margin-bottom: 18px;
}

#toc_container .toc_title a:link {text-decoration:none; color:#4682b4;}
#toc_container .toc_title a:visited {text-decoration:none; color:#4682b4;}
#toc_container .toc_title a:hover {text-decoration:none; color:#b22222;}

#toc_container ul a:link {text-decoration:none; color:#000;}
#toc_container ul a:visited {text-decoration:none; color:#000;}
#toc_container ul a:hover {text-decoration:underline; color: #999;}

#toc_container .toc_title:before {
  content: "\f044";
  font-family: FontAwesome;
  padding-right: 3px;
}

#toc_container .toc_title .toc_toggle {
  font-weight: normal;
  font-size: 95%;
}

.entry-content #toc_container ul {
  font-size: 1.5em;
  margin: 10px 0 0;
  padding: 0;
  text-align: left;
}

.entry-content #toc_container ul ul {
  font-size: 1em;
  margin-left: 1em;
}

#toc_container li {
  list-style: none;
  text-indent: -0.8em;
}

#toc_container li a:before {
  font-family: FontAwesome;
  content: "\f0da\00a0\00a0";
  color: #333;
}

#toc_container li li a:before {
  content: "";
}

#toc_container ul ul a {
  display: block;
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}


.aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright{
  float: right;
}
.alignleft{
  float: left;
}

/*-----------------------------------------------------
  contact
-----------------------------------------------------*/
.contact_form_area p {
  margin-bottom: 5px;
}

.contact_form_area dd input {
  width: 80%;
  height: 40px;
  padding: 10px;
}

.contact_form_area dd textarea {
  width: 80%;
  height: 170px;
  padding: 10px;
}

.recaptcha_policy {
  margin-top: 50px;
}

.grecaptcha-badge { visibility: hidden; }

.wpcf7 .wpcf7-response-output {
  border: none !important;
  background: #000033;
  font-size: 1.6em;
  text-align: center;
  color: #fff;
}

#btn_submit {
  margin-top: 30px;
}

#btn_submit input {
  width: 150px;
  height: 50px;
  background: #000033;
  text-align: center;
  font-size: 1.2em;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
}

#btn_submit input:hover {
  background: #484861;
}

/*-----------------------------------------------------
  404
-----------------------------------------------------*/

#notfound {
  min-height: 300px;
  margin-bottom: 30px;
}

#notfound_title {
  background:#e5e5e5;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0;
}

#notfound h2 {
  font-size: 2em;
}

#notfound h3 {
  font-size: 1.8em;
}

#notfound p {
  font-size: 1.5em;
}

/*-----------------------------------------------------
  maintenance
-----------------------------------------------------*/

#contents.maintenance .entry-content {
  padding: 50px 30px;
  border: solid 1px #ccc;
  text-align: center;
  border-radius: 10px;
}

#contents.maintenance .entry-content h2 {
  background: none;
  margin-bottom: 30px;
}

/*-----------------------------------------------------
  sitemap
-----------------------------------------------------*/

.simple-sitemap-wrap .simple-sitemap-post {
  margin-left: 30px;
}

.simple-sitemap-wrap:not(:first-of-type) {
  margin-top: 3em !important;
}

.entry-content .simple-sitemap-wrap h3 {
  display: block;
  margin-bottom: 20px;
  margin-left: 0;
}

.sitemap_others {
  border-top: solid 1px #ccc;
  margin-top: 50px;
  padding-top: 30px;
}



/*-----------------------------------------------------

  SP layout

------------------------------------------------------*/

@media screen and (max-width: 767px) {

header h2 {
  height: 40px;
  padding-top: 5px;
}

header h2 img {
  width: 130px;
}

body#sub #contents.single, body#sub #contents.page {
  width: 100%;
  padding-top: 0;
}

.category .breadcrumb, .tag .breadcrumb {
  display: none;
}

.category_description {
  margin-bottom: 10px;
}

.category_description h1 {
  font-size: 2rem;
  padding-bottom: 13px;
}

.category_description p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 20px 0 15px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}


/*-----------------------------------------------------
  SP single
-----------------------------------------------------*/

.honbun_header .eyecatch {
  width: 100%;
  float: none;
  margin: 7px 0 0;
}

.honbun_header .post_date {
  margin-top: 0;
  margin-bottom: 15px;
}

main article {
  padding: 0;
}

.honbun_header h1 {
  width: 100%;
  float: none;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding-top: 20px;
}

.entry-content {
  margin-top: 0px;
}

#contents.single .entry-content {
  margin-top: 0px;
  padding-top: 15px;
}

.entry-content h2 {
  font-size: 1.9rem;
  line-height: 1.3;
  margin-top: 30px;
  padding: 5px 0 7px 5px !important;
}

.entry-content h4 {
  margin: 20px 0 10px 10px;
}

.entry-content p {
  line-height: 1.6;
}

.entry-content ul li {
  margin-bottom: 0px;
}

.entry-content ol li {
  margin-bottom: 7px;
}

.entry-content table {
  line-height: 1.6;
}

.entry-content table td {
  padding: 3px;
  vertical-align: middle;
}

.articles_href {
  font-size: 0.8rem;
}

.share-buttons {
  margin: 40px 0 0px;
}

.entry_author {
  padding-bottom: 50px;
}

.ogp_image {
  width: 95px;
  height: auto;
}

.entry-content .info_area p {
  font-size: 1.2rem;
  margin-bottom: 0;
  line-height: 1.5;
}

    .adBtn {
      margin: 60px 0 40px;
    }
    .adBtn + .adBtn {
      margin-top: -40px;
    }
    .buy_btn{
        width: 100%;
    }
    .ad_btn{
        width: 100%;
    }
    .ad_btn_navy{
        width: 100%;
    }
    .ad_btn_green{
        width: 100%;
    }
    .ad_btn_black{
        width: 100%;
    }
    .ad_btn_dimgray{
        width: 100%;
    }
    .ad_btn_maroon{
        width: 100%;
    }
    .ad_btn_dimgray{
        width: 100%;
    }
    .ad_btn_pink{
        width: 100%;
    }
    .ad_btn_lightblue{
        width: 100%;
    }
  .ad_btn_black, .buy_btn, .ad_btn, .ad_btn_navy, .ad_btn_green, .ad_btn_maroon, .ad_btn_black, .ad_btn_dimgray, .ad_btn_pink, .ad_btn_lightblue {
    margin-bottom: 30px;
  }

  /*-----------------------------------------------------
    SP　contact
  -----------------------------------------------------*/
  .entry-content p.recaptcha_policy {
      margin-top: 25px;
      margin-bottom: 40px;
      font-size: 1.3rem;
  }

  .contact_form_area dd input, .contact_form_area dd textarea {
    width: 100%;
  }

  #btn_submit input {
    width: 100%;
  }

  /*-----------------------------------------------------
    SP　sitemap
  -----------------------------------------------------*/
.entry-content .simple-sitemap-wrap ul {
  font-size: 1.4rem;
  line-height: 1.3;
}

.entry-content .simple-sitemap-wrap li {
  padding-bottom: 15px;
}

.entry-content ul ul {
  margin-top: 10px;
}


}
