! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* General */
body {
  font-family: "メイリオ", 'Meiryo', sans-serif;
  letter-spacing: 1px;
  word-break: break-all;
  line-height: 1.6;
  font-size: 14px;
}

.tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 40px 0 40px;
  border-color: #27b6c9 transparent transparent transparent;
  margin: 30px auto 0 auto;
}

.anchor_fixtop {
    width: 100%;
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}
strong {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

.go_theme {
  text-align: center;
  margin-top: 30px;
}

.dd {
  font-size: 16px;
}

.str {
  border-bottom: 2px dotted #e45757;
}
.show-on-sp {
  display: none;
}
.cont {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
.fx {
  transition: .3s ease;
}
.hv-o:hover {
  opacity: .7;
}
img {
  max-width: 100%;
  height: auto;
}

a img:hover {
  opacity: 0.8;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  opacity: 0;
  z-index: 9999;
}
#pagetop img {
  width: 52px;
  height: 52px;
  transition: .3s ease;
}
#pagetop img:hover {
  opacity: .7;
}
.bottom-sns {
  position: fixed;
  right: 0;
  bottom: 15px;
  z-index: 999;
  opacity: 0;
  transition: .3s ease;
}
.bottom-sns .bottom-sns-item {
  margin-bottom: 6px;
  background-color: #3F9E37;
}
.bottom-sns .bottom-sns-item:last-child {
  margin-bottom: 0;
}
.bottom-sns .bottom-sns-item a {
  display: block;
  width: 48px;
  height: 84px;
  transition: .3s ease;
}
.bottom-sns .bottom-sns-item a:hover {
  background-color: #28B6CA;
}
.bottom-sns .bottom-sns-item:nth-child(2) {
  background-color: #3B6BD9;
}
.bottom-sns .bottom-sns-item:nth-child(3) {
  background-color: #E55657;
}
.bottom-sns .bottom-sns-item:nth-child(4) {
  background-color: #F6DD58;
}
.bottom-sns .bottom-sns-item:nth-child(5) {
  background-color: #F49F31;
}
header .top-banner img {
  width: 100%;
  height: auto;
}
header .top-hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .top-hd .cont {
  display: flex;
  flex-wrap: wrap;
}
header .top-hd .cont .btn-left {
  position: relative;
}
header .top-hd .cont .sns {
  margin-left: auto;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 22px 0 0 0;
}
.bc-brand-color.sns-share .twitter-button, .bc-brand-color.sns-follow .twitter-button {
  background-color: #1da1f2;
}

header .top-hd .cont .sns .item {
  margin-right: 10px;
}
header .top-hd .cont .sns .item a {
  display: block;
  transition: .3s ease;
}
header .top-hd .cont .sns .item a:hover {
  opacity: .7;
}
header .top-hd .cont .sns .item:last-child {
  margin-right: 0;
}
footer {
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  border-top: 2px solid #000;
  padding: 60px 0;
}
/* End General */

/* Common Style */
h1 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  letter-spacing: 1px;
  line-height: 2em;
  margin-bottom: 20px;
}

.h5 {
 color:  #e45757;
 font-weight: bold;
}

.title-type-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
}
.title-type-1 img {
  margin-right: 16px;
}
.title-type-1 .eng {
  margin-right: 19px;
  margin-top: 10px;
}
.title-type-1 .jp {
  font-size: 30px;
  border-bottom: 2px dotted #3B6BD9;
}
.title-type-1 .strong {
  font-size: 50px;
  color: #3b6bd9;
  position: relative;
  top: 5px;
}
.title-type-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #333;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-bottom: 35px;
}
.title-type-2 .strong {
  color: #4e6cb4;
  position: relative;
}
.title-type-2 .strong::before {
  content: "";
  width: 122px;
  height: 6px;
  display: block;
  position: absolute;
  top: -10px;
  left: 16px;
  background: url('https://websae.net/wp-content/uploads/2021/01/border-top_20210121.png') no-repeat center / cover;
}
.title-type-2 img {
  margin-right: 30px;
}
.title-type-3 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.title-type-3 .strong {
  color: #e45757;
  border-bottom: 2px dotted #e45757;
}
.title-type-4 {
  width: 100%;
  border-radius: 15px 15px 0 0;
  color: #fff;
  font-size: 28px;
  padding: 30px 0 19px 47px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0;
  background: #F49F30 url('https://websae.net/wp-content/uploads/2021/01/img-19_20210121.png') no-repeat center right / auto;
}
.title-type-4::before {
  content: "1";
  font-size: 60px;
  font-weight: 700;
  display: block;
  margin-right: 40px;
  transform: skew(-7deg);
  font-family: 'ヒラギノ角 W3', 'Hiragino Kaku', Osaka, 'メイリオ', 'Meiryo', 'MS UI Gothic', sans-serif;
}
.title-type-5 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.title-type-5::after {
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  margin-top: 25px;
  background: url('https://websae.net/wp-content/uploads/2021/01/title-bg_20210121.png') no-repeat center / auto;
}
.title-type-6 {
  font-size: 22px;
  font-weight: 600;
  color: #e45757;
  margin-top: 30px;
  margin-bottom: 18px;
}
.sub-title-1 {
  font-size: 30px;
  color: #333;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 35px;
  display: block;
  letter-spacing: 1px;
}
.sub-title-1 .strong {
  color: #e45757;
  border-bottom: 2px dotted #e45757;
}
.sub-title-2 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  line-height: 1.6;
  margin-bottom: 40px;
  position: relative;
  padding-top: 15px;
  padding-left: 90px;
}
.sub-title-2::before {
  counter-increment: section;
  content: "2-" counter(section);
  width: 71px;
  height: 71px;
  background-color: #F39F30;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  line-height: 71px;
  text-align: center;
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.sub-title-3 {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.6;
  letter-spacing: 1px;
  padding: 0 10px 0 50px;
  position: relative;
  display: inline-block;
}
.sub-title-3::before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  width: 37px;
  height: 33px;
  display: inline-block;
  background: url('https://websae.net/wp-content/uploads/2021/01/warning_20210121.png') no-repeat center / auto;
}
p {
  color: #000;
  font-size: 18px;
  line-height: 2.1;
  margin-bottom: 30px;
}
.img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 55px;
  text-align: center;
}
.howtouse {
  background: #f9f9f9;
  border: 10px solid #eee;
  border-radius: 10px;
  margin: 30px 10%;
}
.howtouse-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 1em;
}
.list-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.list-1 .item {
  width: 49%;
  display: flex;
  align-items: flex-start;
  background-color: #fff;
  padding: 13px 0px 18px 0px;
  margin-bottom: 15px;
}
.list-1 .item .img {
  width: 25.9%;
  margin: 0;
  padding-left: 10px;
}
.list-1 .item .txt {
  width: 74.1%;
  margin: 0;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 20px;
}
.list-1 .item:nth-last-child(1),
.list-1 .item:nth-last-child(2) {
  margin-bottom: 0;
}
.list-1 .item dt {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
}
.list-1 .item p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  letter-spacing: 0;
}
.order-list-1 {
  width: 100%;
  margin: 0 auto 45px auto;
  list-style-position: outside;
}
.order-list-1 li {
  font-size: 28px;
  font-weight: 600;
  color: #e45757;
  line-height: 2;
  letter-spacing: 1px;
}
.bg-aqua {
  background-color: #27B6C9;
}
.layout-ct-1 {
  border-radius: 15px;
  padding: 0 30px 40px 30px;
  background: #F6DD58 url('https://websae.net/wp-content/uploads/2021/01/img-18_20210121.png') no-repeat 50% 1% / auto;
}
.layout-ct-1 .title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #333;
  padding: 45px 0 30px 0;
}
.layout-ct-1 .flow {
  width: 100%;
  padding: 30px 0 28px 0;
  background-color: #fff;
  border: 2px solid #093A41;
  letter-spacing: 0;
}
.layout-ct-1 .flow ul {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  counter-reset: section;
}
.layout-ct-1 .flow ul li {
  width: 100%;
  line-height: 1.6;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  position: relative;
  letter-spacing: 1px;
  padding-top: 7px;
  margin-bottom: 11px;
  padding-left: 60px;
}
.layout-ct-1 .flow ul li a {
  color: inherit;
}
.layout-ct-1 .flow ul li.sub-order-wrap::before {
  display: none;
}
.layout-ct-1 .flow ul li:last-child {
  margin-bottom: 0;
}
.layout-ct-1 .flow ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  border-radius: 50px;
  background-color: #F39F31;
  counter-increment: section;
  content: counter(section);
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-right: 24px;
  padding: 6px 0 0 0;
}
.layout-ct-1 .flow .sub-order-wrap {
  padding-left: 0px;
}
.layout-ct-1 .flow .sub-order {
  margin-left: 22px;
  border-left: 1px solid #27B6C9;
  padding-left: 55px;
  margin-top: 8px;
  margin-bottom: 10px;
  counter-reset: section2;
  display: block;
}
.layout-ct-1 .flow .sub-order > .item {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.layout-ct-1 .flow .sub-order .item:last-child {
  margin-bottom: 0;
}
.layout-ct-1 .flow ul.sub-order li::before {
    top: 0;
    counter-increment: section2;
    content: "2-"counter(section2)".";
    background-color: transparent;
    color: #f49f31;
    width: 50px;
    height: auto;
    border-radius: 0;
    padding: 0;
    margin-right: 12px;
}
.layout-ct-1 .flow ul.sub-order li {
  letter-spacing: 0;
  padding-top: 0;
  margin-bottom: 30px;
}
.layout-ct-1 .flow ul.sub-order li:last-child {
  margin-bottom: 0;
}
.layout-ct-2 {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
}
.layout-ct-2 li {
  text-align: center;
  width: 33.3%;
}
.layout-ct-2 li .img {
  min-height: 190px;
  display: block;
  margin-bottom: 25px;
}
.layout-ct-2 li .txt {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  display: block;
}
.layout-ct-2.list-1 {
  margin-top: 30px;
  margin-bottom: 45px;
}
.layout-ct-2.list-2 {
  margin-bottom: 130px;
}
.frame-ct {
  background-color: #D7E2FA;
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 38px 0 55px 0;
}
.frame-ct .flex {
  display: flex;
  justify-content: center;
}
.frame-ct .item {
  width: 43.3%;
  margin-right: 3.3%;
}
.frame-ct .item:last-child {
  margin-right: 0;
}
.frame-ct .item .small-title {
  text-align: center;
  background-color: #4E6CB4;
  margin-bottom: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 16px 0;
  letter-spacing: 1px;
}
.frame-ct .item .img {
  margin-bottom: 20px;
}
.frame-ct .item .txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}
.frame-ct .item p {
  font-size: 16px;
}
.frame-ct-2 {
  margin-bottom: 45px;
}
.frame-ct-2 .title-type-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.frame-ct-2 .title-type-5::before {
  width: 36px;
  height: 44px;
  background: url('https://websae.net/wp-content/uploads/2021/01/icon-2_20210121.png') no-repeat center / cover;
  content: "";
  display: block;
  margin-right: 25px;
}
.frame-ct-2 .title-type-5::after {
  margin-top: 28px;
}
.frame-ct-2 .dl {
  margin-bottom: 55px;
}
.frame-ct-2 .dl:last-child {
  margin-bottom: 0;
}
.frame-ct-2 p {
  line-height: 2.1;
}
.frame-ct-3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.frame-ct-3 dl {
  width: 48.89%;
  display: flex;
  align-items: center;
  padding: 13px 0 16px 0;
  border: 3px solid #27B6C9;
  margin-bottom: 22px;
}
.frame-ct-3 dl:nth-last-child(1),
.frame-ct-3 dl:nth-last-child(2) {
  margin-bottom: 0;
}
.frame-ct-3 dl dt {
  width: 27.727%;
  padding-left: 12px;
}
.frame-ct-3 dl dd {
  width: 72.273%;
  padding-left: 17px;
  margin-bottom: 0;
}
.frame-ct-3 dl dd .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.frame-ct-3 dl dd p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 274px;
  margin-bottom: 0;
}
.frame-ct-4 {
  padding: 39px 0 45px 0;
  background-color: #F4EAAD;
  margin-bottom: 40px;
}
.frame-ct-4 .item {
  display: flex;
  align-items: center;
  max-width: 810px;
  width: 100%;
  margin: 0 auto 25px auto;
  background-color: #fff;
}

.go_af_themes {
  background: #fff;
  margin: 0 auto 25px auto; 
  max-width: 810px;
  padding: 1em;
}

.go_af_themes h5 {
  font-weight: bold;
}

.btn,
.btn:visited {
	width: 80%;
	margin: 1em auto;
	display: block;
	text-align: center;
	color: #fff;
	background: #f75d19; /*original #3B5998;*/
	padding: 1em 0.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 10px solid #c34914; /*original #324a80;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  border-radius: 4px;
}

.btn:hover {
	color: #fff;
	background: #f77f4a; /* original #324a80;*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	
}

.btn2 {
  background: #f9f9f9;
  border: 2px solid #f49f31;
  border-bottom: 10px solid #c34914;
  border-radius: 4px;
  display: block;
  font-weight: bold;
  font-size: 1.125em;
  text-align: center;
  padding: 0.5em;
  margin: 1em auto;
  width: 90%;
  text-decoration: underline;

}

.btn2:before {
  font-family: 'FontAwesome';
  content: '\f0a9';
  padding-right: 0.5em;
  text-decoration: none;
}

.btn2:hover {
  background: #f75d19;
  border-color: #c34914;
  color: #fff;
}

.frame-ct-4 .item:last-child {
  margin-bottom: 0;
}
.frame-ct-4 .item .item-img {
  width: 30.86%;
  margin-bottom: 0;
}
.frame-ct-4 .item .txt {
  width: 69.14%;
  padding: 15px 40px 15px 40px;
  margin-bottom: 0;
}
.frame-ct-4 .item .txt
h5 {
  font-size: 20px;
  font-weight: 600;
  color: #f49f31;
  letter-spacing: 1px;
  margin-bottom: 17px;
}
.frame-ct-4 .item .txt p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
  max-width: 496px;
  letter-spacing: .5px;
}
.frame-ct-4 .item .txt .link p {
  margin-bottom: 0;
  font-size: 12px;
  margin-bottom: 12px;
}
.frame-ct-4 .item .txt .link a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  line-height: 1.6;
  padding: 10px 35px 10px 10px;
  letter-spacing: 1px;
  transition: .3s ease;
  background: #333333 url('https://websae.net/wp-content/uploads/2021/01/arrow_20210121.png') no-repeat 96% 50% / 7px 12px;
}
.frame-ct-4 .item .txt .link a:hover {
  opacity: .7;
  text-decoration: none;
}
.frame-ct-5 {
  background-color: #D6E8D4;
  padding: 45px 0 54px 0;
  margin-bottom: 50px;
}
.frame-ct-5 .item {
  max-width: 810px;
  width: 100%;
  margin: 0 auto 38px auto;
}
.frame-ct-5 .item:last-child {
  margin-bottom: 0;
}
.frame-ct-5 .item .title {
  width: 100%;
  background-color: #3F9E37;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 0;
}
.frame-ct-5 .item .compare {
  background-color: #fff;
  padding-top: 20px;
}
.frame-ct-5 .item .compare {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.frame-ct-5 .item .compare .before {
  width: 47.16%;
  padding-left: 20px;
}
.frame-ct-5 .item .compare .arrow {
  margin-top: 95px;
}
.frame-ct-5 .item .compare .after {
  padding-left: 6px;
}
.frame-ct-5 .item .compare .jp,
.frame-ct-5 .item .compare .eng {
  text-align: center;
}
.frame-ct-5 .item .compare .jp {
  margin-top: 17px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.frame-ct-5 .item .compare .eng {
  font-size: 16px;
  font-weight: 600;
  color: #3f9e37;
}
.frame-ct-5 .item .compare .arrow {
  width: 6.42%;
}
.frame-ct-5 .item .compare .after {
  width: 46.42%;
}
.theme-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
.theme-list .item {
  width: 32%;
  padding: 0 0 23px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 0px rgba(96, 124, 128, 0.5);
  border: 2px solid #07363D;
  margin-bottom: 35px;
}
.theme-list .item:nth-last-child(1),
.theme-list .item:nth-last-child(2),
.theme-list .item:nth-last-child(3) {
  margin-bottom: 0;
}
.theme-list .item .img {
  position: relative;
  text-align: center;
  margin: 0;
}
.theme-list .item .img img {
    border-radius: 10px;
  }
.theme-list .item .img .popup {
  position: absolute;
  bottom: -11px;
  right: 6px;
  width: 145px;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #000;
  text-align: center;
  border-radius: 13px;
  padding: 6px 0;
  background-color: #fff;
}
.theme-list .item h3 {
  line-height: 1.6;
  margin-top: 30px;
  padding: 0 18px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 1px;
}
.theme-list .item h3 a {
  color: inherit;
}
.theme-list .item p {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 18px;
}
.theme-list .item .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 18px;
  margin: 0;
}
.theme-list .item .links li {
  list-style-type: none;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.theme-list .item .links a {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  transition: .3s ease;
  display: block;
  width: 100%;
}
.theme-list .item .links a:hover {
  text-decoration: none;
  opacity: .7;
}
.theme-list .item .links a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url('https://websae.net/wp-content/uploads/2021/01/arrow_20210121.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 8px;
  position: relative;
  top: 2px;
}
.theme-list .item .links li.black {
  background-color: #333;
  min-width: 150px;
}
.theme-list .item .links li.pink {
  background-color: #E45757;
  min-width: 114.5px;
}
.bad {
  display: flex;
  align-items: center;
  background-color: #D9E2FF;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 19px 15px 23px 93px;
  margin-bottom: 20px;
  position: relative;
}
.bad span {
  margin-top: 5px;
}
.bad::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  content: "";
  width: 37px;
  height: 33px;
  background: url('https://websae.net/wp-content/uploads/2021/01/warning_20210121.png') no-repeat center / cover;
  display: block;
}
.good {
  display: flex;
  align-items: center;
  background-color: #E45757;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 15px 25px 93px;
  letter-spacing: 0;
  position: relative;
}
.good::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
  width: 58px;
  height: 58px;
  background: url('https://websae.net/wp-content/uploads/2021/01/icon-3_20210121.png') no-repeat center / cover;
  display: block;
}
/* End Common Style */

/* Particular */
.sec-1 {
  background-color: #F6DD58;
  padding: 20px 0 77px 0;
}
.sec-1 .content {
  padding: 34px 0 60px 0;
  border-radius: 15px;
  background-color: #fff; 
}
.sec-2 {
  padding: 80px 0 74px 0;
}
.sec-2 .img {
  margin-bottom: 55px;
}
.sec-3 {
  background-color: #D5E5F7;
  padding: 48px 0 74px 0;
}
.sec-4 {
  padding: 73px 0 60px 0;
}
.sec-4 .img {
  margin-bottom: 40px;
}
.sec-6 {
  padding: 65px 0 0 0;
}
.sec-7 {
  padding: 60px 0 0 0;
}
.sec-7 .content {
  padding-top: 43px;
  padding-bottom: 115px;
  background-color: #fff;
}
.sec-7 .content .wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.sec-8 {
  padding: 70px 0 0 0;
}
.sec-8 .title-type-4 {
  background-image: url('https://websae.net/wp-content/uploads/2021/01/img-27_20210121.png');
}
.sec-8 .title-type-4::before {
  content: "2";
}
.sec-8 .list {
  padding: 42px 0 135px 0;
  background-color: #fff;
}
.sec-8 .list .wrap {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: section;
}
.sec-8 .list .wrap > div {
  margin-bottom: 70px;
  padding-bottom: 73px;
  border-bottom: 2px dashed #BFBFBF;
}
.sec-8 .list .wrap > div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sec-8 .list .wrap > div:first-child .sub-title {
  margin-bottom: 24px;
}
.sec-8 .list .wrap > div:nth-child(2) .sub-title {
  margin-bottom: 33px;
}
.sec-8 .list .wrap > div .img {
  text-align: center;
  margin-bottom: 47px;
}
.sec-8 .list .wrap > div:nth-child(3) .sub-title {
  margin-bottom: 35px;
}
.sec-8 .list .wrap > div:nth-child(3) .img {
  margin-bottom: 40px;
}
.sec-8 .list .wrap > div:nth-child(3) .desc-1 {
  margin-bottom: 55px;
}
.sec-8 .list .wrap > div:nth-child(3) .desc-2 {
  margin-top: 40px;
}
.sec-8 .list .wrap > div:nth-child(4) .sub-title {
  margin-bottom: 30px;
}
.sec-8 .list .wrap > div:nth-child(4) .img {
  margin-bottom: 50px;
}
.sec-8 .list .wrap > div:nth-child(4) .desc-1 {
  margin-bottom: 58px;
}
.sec-8 .list .wrap > div:nth-child(4) .frame-ct {
  padding-bottom: 65px;
  margin-bottom: 40px;
  background-color: #D5E5F7;
}
.sec-8 .list .wrap > div:nth-child(4) .frame-ct h4 {
  padding-left: 75px;
}
.sec-8 .list .wrap > div:nth-child(4) .frame-ct h4::before {
  background-image: url('https://websae.net/wp-content/uploads/2021/01/icon-4_20210121.png');
  width: 58px;
  height: 54px;
  top: -8px;
}
.sec-8 .list .wrap > div:nth-child(4) .frame-ct p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.sec-8 .list .wrap > div:nth-child(4) {
  padding-bottom: 65px;
}
.sec-8 .list .wrap > div:nth-child(4) .frame-ct .sub-title-2 {
  margin-bottom: 15px;
}
.sec-8 .list .wrap > div:nth-child(5) {
  padding-bottom: 65px;
}
.sec-8 .list .wrap > div:nth-child(5) .sub-title {
  margin-bottom: 37px;
}
.sec-8 .list .wrap > div:nth-child(5) .img {
  margin-bottom: 45px;
}
.sec-8 .list .wrap > div:nth-child(5) .desc-1 {
  margin-bottom: 50px;
}
.sec-8 .frame-ct .item .img {
  margin-bottom: 20px;
}
.sec-8 .list .wrap > div:nth-child(5) 
.frame-ct-4 .sub-title-3 {
  margin-bottom: 23px;
  padding-left: 75px;
}
.sec-8 .list .wrap > div:nth-child(5) 
.frame-ct-4.last .sub-title-3 {
  padding-left: 45px;
}
.sec-8 .list .wrap > div:nth-child(5) 
.frame-ct-4 .sub-title-3::before {
  background-image: url('https://websae.net/wp-content/uploads/2021/01/icon-5_20210121.png');
  width: 55px;
  height: 44px;
  top: -10px;
}
.sec-8 .list .wrap > div:nth-child(5) 
.frame-ct-4.first {
  margin-bottom: 44px;
}
.sec-8 .list .wrap > div:nth-child(5) 
.frame-ct-4.last .sub-title-3::before {
  background-image: url('https://websae.net/wp-content/uploads/2021/01/icon-6_20210121.png');
  width: 39px;
  height: 39px;
  margin-right: 8px;
}
.sec-8 .list .wrap > div:nth-child(5) 
.frame-ct-4.last .item p {
  max-width: 100%;
}
.sec-8 .list .wrap > div:nth-child(5) 
.frame-ct-4.last .item .link p {
  margin-bottom: 12px;
}
.sec-8 .list .wrap > div:nth-child(6)
.sub-title {
  margin-bottom: 20px;
}
.sec-8 .list .wrap > div:nth-child(6) .img {
  margin-bottom: 50px;
}
.sec-8 .list .wrap > div:nth-child(6) .desc-1 {
  margin-bottom: 60px;
}
.sec-8 .list .wrap > div:nth-child(6) .desc-2 {
  margin-bottom: 50px;
}
.sec-8 .list .wrap > div:nth-child(6) .good {
  margin-bottom: 65px;
}
.sec-8 .list .wrap > div:nth-child(6) .frame-ct-4 {
  background-color: #D6E8D4;
  padding: 35px 0 50px 0;
}
.sec-8 .list .wrap > div:nth-child(6) .frame-ct-4
.sub-title-3 {
  margin-bottom: 27px;
  padding-left: 75px;
}
.sec-8 .list .wrap > div:nth-child(6) .frame-ct-4
.sub-title-3::before {
  width: 60px;
  height: 56px;
  top: -15px;
  margin-right: 15px;
  background-image: url('https://websae.net/wp-content/uploads/2021/01/icon-8_20210121.png');
}
.sec-8 .list .wrap > div:nth-child(6) .frame-ct-4 
.item {
  margin-bottom: 27px;
}
.sec-8 .list .wrap > div:nth-child(6) .frame-ct-4 
.item:last-child {
  margin-bottom: 0;
}
.sec-8 .list .wrap > div:nth-child(6) .frame-ct-4 
.item .txt h5 {
  color: #3f9e37;
}
.sec-8 .list .wrap > div:nth-child(6) .frame-ct-4 
.item .txt .link a {
  min-width: 195px;
}
.sec-8 .frame-ct-5 .sub-title-3 {
  margin-bottom: 27px;
  padding-left: 90px;
}
.sec-8 .frame-ct-5 .sub-title-3::before {
  width: 72px;
  height: 48px;
  top: -13px;
  background-image: url('https://websae.net/wp-content/uploads/2021/01/icon-7_20210121.png');
}
.sec-9 {
  padding: 85px 0 100px 0;
}
.sec-9 .content {
  background-color: #fff;
  padding: 37px 0 125px 0;
  border-radius: 0 0 15px 15px;
}
.sec-9 .title-type-4 {
  background-image: url('https://websae.net/wp-content/uploads/2021/01/img-52_20210121.png');
}
.sec-9 .title-type-4::before {
  content: "3";
}

/*20211216 ジャンル別テーマまとめへのリンク*/

.link-themes {
  padding-top: 2em;
}

.link-themes h2 {
  text-align: center;
  line-height: 1.5
}

.link-themes-sub {
  font-size: 0.75em;
}

.link-themes-ul {
  list-style-type: none;
  margin: auto 40px;
}

.link-themes-ul li {
  margin-bottom: 1em;
  
}

.link-themes-ul a {
  display: block;
  background: #f9f9f9;
  text-align: center;
  padding: 1em;
  font-size: 1.25em;
  border: 5px solid #eee;
  border-radius: 10px;
}

.link-themes-ul a:hover {
  background: #eee;
}

/* End Particular */

/* RWD */
@media screen and (max-width: 1200px) {

  /* General */
  .bottom-sns .bottom-sns-item a {
    width: 40px;
    height: 60px;
  }
  /* End General */

}
@media screen and (max-width: 1060px) {

  /* General */
  header .top-hd {
    padding: 0 10px;
  }
  /* End General */

  /* Common Style */
  .add-padding10 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sec-9 .content .desc-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
  .theme-list .item .links li.black {
    width: 100%;
  }
  .theme-list .item .links li.pink {
    width: 100%;
  }
  /* End Common Style */

}
@media screen and (max-width: 992px) {

  /* General */
  body {
    letter-spacing: 0;
  }
  /* End General */

  /* Common Style */
  .theme-list .item .links {
    flex-wrap: wrap;
  }
  .theme-list .item .links li.black {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .theme-list .item .links li.pink {
    width: 100%;
    min-width: 100%;
  }
  .title-type-1 {
    font-size: 26px;
  }
  .title-type-2 {
    font-size: 26px;
    flex-wrap: wrap;
    line-height: 1.6;
  }
  .title-type-2 .strong {
    width: 100%;
    text-align: center;
  }
  .title-type-2 .strong::before {
    position: static;
    margin: 0 auto;
  }
  .title-type-4::before {
    margin-right: 20px;
  }
  .title-type-4 {
    padding: 20px 0 20px 20px;
    font-size: 26px;
    background-size: 45%;
  }
  .title-type-5 {
    font-size: 22px;
  }
  .sub-title-1 {
    font-size: 26px;
  }
  .list-1 .item dt {
    font-size: 15px;
  }
  p {
    font-size: 16px;
  }
  .order-list-1 li {
    font-size: 26px;
  }
  .frame-ct .item {
    width: 45%;
    margin-right: 5%;
  }
  .frame-ct-3 dl dd {
    padding-right: 10px;
    padding-left: 10px;
  }
  .frame-ct-3 dl dd .title {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .frame-ct-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .frame-ct-4 .item .txt {
    padding: 14px 20px;
  }
  .frame-ct-5 .item .compare .before {
    padding: 0 10px;
  }
  .frame-ct-5 .item .compare .after {
    padding: 0 10px;
  }
  .frame-ct-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bad {
    line-height: 1.6;
  }
  .good {
    line-height: 1.6;
  }
  /* End Common Style */

  /* Particular */
  .sec-7 .content {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 60px;
  }
  .sec-7 .content ul li .txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .sec-7 .content .img {
    margin-bottom: 15px;
  }
  .sec-7 .content ul.list-2 {
    margin-bottom: 75px;
  }
  .sec-8 .title-1 {
    background-image: none;
  }
  .sec-8 .list {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sec-8 .list .wrap > div:nth-child(6) .frame-ct-4 {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* End Particular */
}
@media screen and (max-width: 767px) {

  /* Genenal */
  .show-on-sp {
    display: block;
  }
  header .top-banner {
    padding-top: 40px;
    background-color: #27B6C9;
  }
  header .top-hd .cont .sns {
    margin: 0 0 0 auto;
    padding: 10px 0 0 0;
    display: block;
  }
  header .top-hd .cont .sns .item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  header .top-hd .cont .sns .item:last-child {
    margin-bottom: 0;
  }
  header .top-hd .cont .btn-left {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }
  header .top-hd .cont .btn-left img {
    max-width: 70%;
  }
  header .top-hd .cont .sns .item img {
    max-width: 35px;
  }
  footer {
    padding: 30px 0;
  }
  .bottom-sns {
    right: 10px;
    display: none;
  }
  .bottom-sns .bottom-sns-item a {
    width: 30px;
    height: 35px;
  }
  #pagetop {
    z-index: 9999;
    right: 5px;
    bottom: 5px;
  }
  /* End General */

  /* Common Style */
  h1 {
    font-size: 18px;
  }
  .theme-list {
    padding: 0 10px;
  }
  .theme-list .item {
    width: 48%;
    max-width: 320px;
    padding: 0 0 15px 0;
    margin: 0 auto 30px auto;
  }
  .theme-list .item .img {
    margin-bottom: 0;
  }
  .theme-list .item:nth-last-child(2), 
  .theme-list .item:nth-last-child(3) {
    margin-bottom: 30px;
  }
  .title-type-1 img {
    max-width: 40px;
  }
  .title-type-1 {
    font-size: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .title-type-1 .jp {
    font-size: 22px;
  }
  .title-type-1 .strong {
    font-size: 35px;
  }
  .title-type-2 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .title-type-3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .title-type-4::before {
    font-size: 35px;
  }
  .title-type-4 {
    padding: 15px;
    line-height: 1.6;
    font-size: 20px;
    background-size: auto;
    background-image: none;
  }
  .title-type-5 {
    line-height: 1.6;
    font-size: 18px;
  }
  .title-type-5::after {
    margin-top: 10px;
  }
  .sub-title-1 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .sub-title-2 {
    font-size: 18px;
    line-height: 1.6;
    padding-left: 55px;
    padding-top: 6px;
    margin-bottom: 20px;
  }
  .sub-title-2::before {
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .sub-title-2 span {
    width: 80%;
  }
  .sub-title-3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sub-title-3 span {
    width: 72%;
  }
  .list-1 .item {
    width: 100%;
    flex-wrap: wrap;
  }
  .order-list-1 li {
    font-size: 18px;
  }
  .order-list-1 {
    margin-bottom: 25px;
  }
  .layout-ct-1 .flow ul li::before {
    width: 30px;
    height: 30px;
    font-size: 17px;
    margin-right: 0;
    padding-top: 3px;
  }
  .layout-ct-1 .flow ul li span {
    width: 85%;
    padding-left: 10px;
  }
  .layout-ct-1 {
    padding: 0 10px 20px 10px;
  }
  .layout-ct-1 .title {
    font-size: 21px;
    padding: 30px 0 25px 0;
  }
  .layout-ct-1 .flow ul li {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 35px;
    padding-top: 2px;
  }
  .layout-ct-1 .flow {
    padding-left: 10px;
    padding-right: 10px;
  }
  .layout-ct-1 .flow ul li.sub-order-wrap {
    padding-left: 5px;
  }
  .layout-ct-1 .flow .sub-order {
    margin-left: 0;
    padding-left: 0;
  }
  .layout-ct-1 .flow ul.sub-order li::before {
    top: 0;
  }
  .layout-ct-1 .flow .sub-order li {
    padding-left: 50px;
  }
  .layout-ct-1 .flow .sub-order li span {
    padding-left: 0;
    width: 75%;
  }
  .layout-ct-1 .flow .sub-order > .item::before {
    width: auto;
    height: auto;
    font-size: 17px;
    margin-right: 12px;
    padding-top: 7px;
  }
  .layout-ct-1 .flow .sub-order > .item span {
    width: 75%;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 0;
  }
  .layout-ct-1 .flow .sub-order > .item {
    margin-bottom: 15px;
  }
  .layout-ct-2.list-1 li:nth-child(1) {
    margin-right: 0;
  }
  .layout-ct-2.list-1 li:nth-child(2) {
    margin-right: 0;
  }
  .layout-ct-2.list-2 li:nth-child(1) {
    margin-right: 0;
  }
  .layout-ct-2.list-2 li:nth-child(2) {
    margin-right: 0;
  }
  .layout-ct-2 li:last-child {
    margin-bottom: 0;
  }
  .layout-ct-2.list-1 {
    margin-top: 15px;
    margin-bottom: 40px;
  }
  .layout-ct-2 li .img {
    min-height: auto;
  }
  .layout-ct-2 {
    flex-wrap: wrap;
  }
  .layout-ct-2 li {
    width: 33%;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 35px;
  }
  .layout-ct-2.list-2 {
    margin-bottom: 40px;
  }
  .bad {
    flex-wrap: wrap;
    font-size: 16px;
    padding-left: 55px;
    position: relative;
  }
  .bad span {
    width: 100%;
    text-align: left;
  }
  .bad::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
  .good {
    position: relative;
    flex-wrap: wrap;
    font-size: 16px;
    padding-left: 55px;
  }
  .good span {
    width: 100%;
    text-align: left;
  }
  .good::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 37px;
    height: 37px;
  }
  .frame-ct {
    margin-top: 30px;
    padding: 15px 10px 25px 10px;
  }
  .frame-ct .flex {
    flex-wrap: wrap;
  }
  .frame-ct .item {
    width: 100%;
    margin-bottom: 35px;
    margin-right: 0;
  }
  .frame-ct .item:last-child {
    margin-bottom: 0;
  }
  .frame-ct .item .img {
    margin-bottom: 10px;
    background-color: #9fb7ef;
  }
  .frame-ct .sub-title-2 {
    margin-bottom: 15px;
  }
  .frame-ct .item .small-title {
    font-size: 16px;
  }
  .frame-ct-2 .title-2::before {
    margin-right: 10px;
  }
  .frame-ct-2 .title-2 span {
    width: 80%;
  }
  .frame-ct-2 .title-2::after {
    margin-top: 15px;
  }
  .frame-ct-2 .title-2 {
    margin-bottom: 20px;
  }
  .frame-ct-2 h5,
  .h5 {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .sec-8 .frame-ct-2 dl {
    margin-bottom: 25px;
  }
  .frame-ct-3 dl {
    width: 100%;
    align-items: flex-start;
  }
  .frame-ct-3 dl dd .title {
    font-size: 16px;
  }
  .frame-ct-3 dl:nth-last-child(2) {
    margin-bottom: 22px;
  }
  .frame-ct-4 .item {
    flex-wrap: wrap;
    padding: 20px;
    background-color: #fff;
  }
  .frame-ct-4 .item .item-img {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .frame-ct-4 .item .txt {
    width: 100%;
    padding: 0;
  }
  .frame-ct-4 .item .txt h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .frame-ct-4 .item .txt .link a {
    margin: 0 auto;
    width: 100%;
    padding-right: 20px;
  }
  .frame-ct-4 .item .txt p {
    max-width: 100%;
  }
  .frame-ct-5 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .frame-ct-5 .item .title {
    font-size: 16px;
    padding: 10px 0;
  }
  .frame-ct-5 .item .compare {
    flex-wrap: wrap;
  }
  .frame-ct-5 .item .compare .before {
    width: 100%;
  }
  .frame-ct-5 .item .compare .before
  .before-img {
    text-align: center;
  }
  .frame-ct-5 .item .compare .after {
    width: 100%;
  }
  .frame-ct-5 .item .compare .after
  .after-img {
    text-align: center;
  }
  .frame-ct-5 .item .compare .arrow {
    width: 100%;
    margin: 20px 0;
    text-align: center;
  }
  .frame-ct-5 .item .compare .arrow
  img {
    transform: rotate(90deg);
  }
  .frame-ct-5 .sub-title-2 {
    margin-bottom: 15px;
  }
  .txt-left-on-sp {
    text-align: left !important;
  }
  /* End Common Style */

  /* Particular */
  .sec-1 .content {
    padding: 15px 0 30px 0;
  }
  .sec-1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 35px;
  }
  .sec-2 {
    padding: 40px 10px 35px 10px;
  }
  .sec-2 .img {
    margin-bottom: 25px;
  }
  .sec-3 {
    padding: 25px 10px 35px 10px;
  }
  .sec-3 .list .item dd {
    padding-top: 0;
  }
  .sec-3 .list-1 .item:nth-last-child(2) {
    margin-bottom: 15px;
  }
  .sec-3 .title-type-2 img {
    margin-right: 10px;
  }
  .sec-4 {
    padding: 35px 10px 30px 10px;
  }
  .sec-4 .img {
    margin-bottom: 20px;
  }
  .sec-6 {
    padding-top: 40px;
  }
  .sec-7 .content {
    padding-top: 25px;
    padding-bottom: 30px;
  }
  .sec-7 .content ul li {
    margin-bottom: 0;
  }
  .sec-7 .content ul li .txt {
    font-size: 14px;
  }
  .sec-7 .content ul.list-2 {
    margin-bottom: 40px;
  }
  .sec-8 {
    padding-top: 35px;
  }
  .sec-8 .list {
    padding-top: 25px;
    padding-bottom: 60px;
  }
  .sec-8 .title-type-4 {
    background-image: none;
  }
  .sec-8 .list .wrap > div:first-child .sub-title {
    margin-bottom: 10px;
  }
  .sec-8 .list .wrap > div:nth-child(2) .sub-title {
    margin-bottom: 10px;
  }
  .sec-8 .list .wrap > div .img {
    margin-bottom: 25px;
  }
  .sec-8 .list .wrap > div:nth-child(5) .desc-1 {
    margin-bottom: 25px;
  }
  .sec-8 .list .wrap > div {
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
  .sec-8 .list .wrap > div:nth-child(5) {
    padding-bottom: 25px;
  }
  .sec-8 .list .wrap > div:nth-child(3) .sub-title {
    margin-bottom: 15px;
  }
  .sec-8 .list .wrap > div:nth-child(3) .img {
    margin-bottom: 15px;
  }
  .sec-8 .list .wrap > div:nth-child(3) .desc-1 {
    margin-bottom: 25px;
  }
  .sec-8 .list .wrap > div:nth-child(6) .good {
    margin-bottom: 30px;
  }
  .sec-8 .list .wrap > div:nth-child(3) .desc-2 {
    margin-top: 20px;
  }
  .sec-8 .list .wrap > div:nth-child(4) .sub-title {
    margin-bottom: 15px;
  }
  .sec-8 .list .wrap > div:nth-child(4) .img {
    margin-bottom: 25px;
  }
  .sec-8 .list .wrap > div:nth-child(4) .desc-1 {
    margin-bottom: 25px;
  }
  .sec-8 .list .wrap > div:nth-child(4) 
  .frame-ct .item .img {
    margin-bottom: 0;
    background-color: #9fb7ef;
  }
  .sec-8 .list .wrap > div:nth-child(4) .frame-ct p {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 16px;
  }
  .sec-8 .list .wrap > div:nth-child(4) .frame-ct {
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
  .sec-8 .list .wrap > div:nth-child(4) {
    padding-bottom: 25px;
  }
  .sec-8 .list .wrap > div:nth-child(5) .sub-title {
    margin-bottom: 15px;
  }
  .sec-8 .list .wrap > div:nth-child(5) .img {
    margin-bottom: 20px;
  }
  .sec-8 .list .wrap > div:nth-child(5) .frame-ct-4 .sub-title-3 {
    margin-bottom: 15px;
  }
  .sec-8 .list .wrap > div:nth-child(6) .img {
    margin-bottom: 20px;
  }
  .sec-8 .list .wrap > div:nth-child(6) .desc-1 {
    margin-bottom: 30px;
  }
  .sec-8 .sub-title-2 span {
    width: 80%;
  }
  .sec-8 .frame-ct-2 .title-type-5::before {
    margin-right: 10px;
  }
  .sec-8 .frame-ct-2 .title-type-5 span {
    width: 80%;
  }
  .sec-8 .frame-ct-2 .title-type-5::after {
    margin-top: 15px;
  }
  .sec-9 {
    padding: 40px 10px 50px 10px;
  }
  .sec-9 .title-type-4 {
    background-image: none;
  }
  .sec-9 .content {
    padding: 15px 0 60px 0;
  }
  /* End Particular */
}
@media screen and (max-width: 500px) {
  .theme-list .item {
    width: 100%;
  }
  .theme-list .item h3 {
    font-size: 17px;
    margin-top: 20px;
    padding: 0 10px;
  }
  .theme-list .item p {
    font-size: 14px;
    padding: 0 10px;
  }
}
/* End RWD 