/*
Theme Name: LeClos de Mariage Marriagesalon
Theme URI: https://marriagesalon.jp
Author: LeClos
Author URI: http://bckmn.com
Version: 1.0

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:display=swap');

body,
html {
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
html,
body {
height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}

.xxs {
font-size: 10px;
}

/*チラツキ*/
.load-hidden {
    visibility: hidden;
}

/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
padding: 0;
margin: 0;
background: #ffffff;
line-height: 26.64px;
font-size: 13px;
font-size: 1.0rem;
font-family: 'Noto Sans JP', sans-serif;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}

h2 {
font-size :1.8rem;
}
h3 {
font-size : 1.4rem;
font-weight: normal;
}
h4 {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.3rem;
}
h5 {
    line-height: 26px;
    font-size: 18px;
    font-size: 0.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.3em;
}
ul,
ol {
  margin: 0 0 1.3em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.3em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.3em 1.3em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.3em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #c47caf;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}

.row {
margin: 0;
padding: 0;
}

/*横揺れ防止*/
/*
html,
body {
overflow-x: hidden;
overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}
*/
.data-sr
{ visibility: hidden; }

/* Header
-------------------------------------------------------------- */
.site-title a{
  text-transform: uppercase;
  font-size: 1.5em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}
header {
  padding: 20px 0;
  background: transparent;
  margin: 20px auto;
}
header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}
header  h1 img {
  width: 10%;
}
header .bgc:first-child {
background-color: #c47caf;
border-radius: 5em;
text-align: center;
padding: 0.5em;
color: white;
margin-left: 0.5em;
}
header .bgc:last-child {
background-color: #68c3c5;
border-radius: 5em;
text-align: center;
padding: 0.5em;
color: white;
margin-left: 0.5em;
}
header .bgc {
display: inline-block;
cursor: pointer;
transition: all 0.3s ease 0s;
}
header .bgc a{
text-decoration: none;
color: white;
}
header .bgc:hover {
opacity: 0.6;
}
.entry-content .m-grid-main.move h2 {
line-height: 0.8;
}
.subtitle {
font-size: 0.5em;
}
/**/


button {
position: relative;
display: inline-block;
cursor: pointer;
outline: none;
border: 0;
vertical-align: middle;
text-decoration: none;
background: transparent;
padding: 0;
font-size: inherit;
font-family: inherit;
}
button.learn-more {
width: 13rem;
height: auto;
}
button.learn-more .circle {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
position: relative;
display: block;
margin: 0;
width: 3rem;
height: 3rem;
background: #c47caf;
border-radius: 1.625rem;
}
button.learn-more .circle .icon {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
position: absolute;
top: 0;
bottom: 0;
margin: auto;
background: #fff;
}
button.learn-more .circle .icon.arrow {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
left: 0.625rem;
width: 1.125rem;
height: 0.125rem;
background: none;
}
button.learn-more .circle .icon.arrow::before {
position: absolute;
content: "";
top: -0.25rem;
right: 0.0625rem;
width: 0.625rem;
height: 0.625rem;
border-top: 0.125rem solid #fff;
border-right: 0.125rem solid #fff;
transform: rotate(45deg);
}
button.learn-more .button-text {
transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
position: absolute;
top: 1.6rem;
left: 1rem;
right: 0;
bottom: 0;
padding: 0.75rem 0;
margin: 0;
color: #fff;
font-weight: 200;
line-height: 1.6;
text-align: center;
text-transform: uppercase;
}
button.learn-more .button-text a {
color: #c47caf;
}
button.learn-more .button-text a:hover{
color: white;
}
button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button a:hover .button-text {
  color: #fff;
}

/**/
/*ここ*/
.menu {
display: flex;
justify-content: space-evenly;
padding-top: 2em;
}
.menu a {
 position: relative;
 display: inline-block;
 text-decoration: none;
 color: #404040;
}
.menu a::after {
position: absolute;
bottom: -4px;
left: 0;
content: '';
width: 100%;
height: 3px;
background: #c47caf;
transform: scale(0, 1);
transform-origin: left top;
transition: transform .3s;
}
.menu a:hover::after {
  transform: scale(1, 1);
}
/*ここまで*/


.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 10px 0 0;
}
header nav ul li a {
  color: #888888;
  font-size: 14px;
}
/* Home */
/*ここ*/

.site-main .section-a {
position: relative;
}
.m-grid-main {
position: relative;
height: 60vh;
background: url("images/main.jpg") center / cover;
}
.m-grid-main::before {
content: '';
background-color: rgba(0,0,0,.2);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.m-grid-main h2 {
color: white;
font-weight: bold;
position: absolute;
font-size:2.5em;
line-height: 1.4em;
left: 5%;
bottom: 10%;
}

.m-grid-main p.subttl {
color: white;
position: absolute;
top: 33%;
font-size: 1.9em;
}
.m-grid-main small {
position: absolute;
top: 39%;
font-size: 0.9em;
color: white;
}
.pc {
color: #F5C7E8;
font-weight: bold;
}
/*ここまで*/
.section-a {
    padding: 3em 10% 5% 10%;
    text-align: center;
    background-color: #FBF6FF;
}
.section-a h3 {
font-size:xx-large;
font-weight: bold;
line-height: 1.8em;
padding-top: 5%;
}
.section-a p {
text-align: center;
padding-top: 2%;
line-height: 2.0em;
}
.section-b {
margin-left: 5%;
margin-right: 5%;
}
.section-b .col-sm-7 {
padding: 5%;
}
.section-b .col-sm-7 h4 {
padding-bottom: 5%;
line-height: 1.6em;
}
.section-b .col-sm-5 img {
    border-radius: 10px;
}

/*section-c*/

.container-fluid.section-c {
background-color: #c47caf;
padding: 0;
margin: 0;
position: relative;
}
.container-fluid.section-c .col-sm-5 h4 {
color: white;
}
.container-fluid.section-c .col-sm-7 a {
color: white;
padding: 0;
margin: 0;
background-size: 40%;
background-repeat: no-repeat;
background-position: center;
 -webkit-transition: all 0.7s ease;
 -moz-transition: all 0.7s ease;
 -o-transition: all 0.7s ease;
transition: all  0.7s ease;
}
.container-fluid.section-c .col-sm-7 a:hover {
background-color: #c47caf;
}
.container-fluid.section-c .col-sm-7 h4 {
position: absolute;
font-size: medium;
text-align: center;
top: 10px;
left: 0;
right: 0;
margin: auto;
font-size: 13px;
}
.container-fluid.section-c .col-sm-7 .col-sm-4 p {
color: white;
position: absolute;
font-size: medium;
text-align: center;
bottom: 5%;
left: 0;
right: 0;
margin: auto;
}
.card-block {
height: 15vh;
}
.section-c a:first-child {
background-image: url("images/contact_01.png");
background-color: #E2A8D1;
}
.section-c a:nth-child(2) {
    background-image: url("images/contact_02.png");
    background-color: #E0A0CD;
}
.section-c a:nth-child(3) {
background-image: url("images/contact_04.png");
background-color: #DC93C6;
}
.section-c a:last-child {
background-image: url("images/contact_04.png");
background-color: #D183BA;
}



/*
.section-c {
background-color: #c47caf;
color: white;
}
.section-c .cl-sm-6:first-child {
padding-left: 10%;
margin-left: 10%;
}
/*
.section-c .col-sm-6 a {
color: white;
}
.section-c a {
display: block;
text-align: center;
padding-top: 9vh;
padding-bottom: 9vh;
position: relative;
height: auto;
}
.section-c a:first-child,
.section-c a:last-child {
background-color: #E2A8D1;
}
.section-c a:nth-child(2),
.section-c a:nth-child(3) {
background-color: #CE97BD;
}
.section-c a:first-child {
background-image: url("images/contact_01.png");
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
}
.section-c a:nth-child(2) {
background-image: url("images/contact_02.png");
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
}
.section-c a:nth-child(3) {
background-image: url("images/contact_03.png");
background-size: 30%;
background-repeat: no-repeat;
background-position: center;
}
.section-c a:last-child {
background-size: 30%;
background-image: url("images/contact_04.png");
background-repeat: no-repeat;
background-position: center;
}
.section-c a h5 {
color: white;
text-align: center;
position: absolute;
top: 1.5vh;
left: 0;
right: 0;
margin: auto;
}
.section-c a p {
color: white;
text-align: center;
position: absolute;
bottom: 1.5vh;
left: 0;
right: 0;
margin: auto;
font-size: large;
font-weight: bold;
}
*/
.box {
position: relative;
padding-left: 12%;
padding-right: 12%;
top: 50%;
 -webkit-transform: translateY(-50%); /* Safari用 */
 transform: translateY(-50%);
}
.box p {
color: white !important;
}


/*サンプル2*/
/*
.section-d h3 {
color: black;
}
.section-d.banners {
display: flex;
}
.banners .banner {
width: 100%;
height: 400px;
}
.banners .banner .banner-content {
color: white;
}
.bg-zoom {
position: relative;
overflow: hidden;
background: #000;
}
.bg-zoom:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
transition: all .8s ease;
background-size: cover;
}
.bg-zoom:hover:after {
opacity: .3;
transform: scale(1.05);
}
.bg-zoom .bg-zoom-content {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.plan:after {
background-image: url("images/image_plan.jpg");
}
.counselor:after {
background-image: url("images/image_counselor.jpg");
}
.plan .box1,
.counselor .box1 {
position: absolute;
background:rgba(255,255,255,0.7);
max-width: 400px;
width: 100%;
padding: 3%;
top: 85%;
}
*/
/*section-d*/

.section-d .row .col-sm-6 {
padding: 0;
margin: 0;
}
.section-d h3 {
color: black;
}
.section-d.banners {
display: flex;
}
.banners .banner {
width: 50%;
height: 400px;
}
.banners .banner .banner-content {
color: white;
}
.bg-zoom {
position: relative;
overflow: hidden;
background: #000;
}
.bg-zoom:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
transition: all .8s ease;
background-size: cover;
}
.bg-zoom:hover:after {
opacity: .3;
transform: scale(1.05);
}
.bg-zoom .bg-zoom-content {
z-index: 1;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.plan:after {
background-image: url("images/image_plan.jpg");
}
.counselor:after {
background-image: url("images/image_counselor.jpg");
}
.plan .box1,
.counselor .box1 {
position: absolute;
background:rgba(255,255,255,0.7);
max-width: 1000px;
width: 100%;
padding: 3%;
top: 85%;
}

.section-d {
background-color: #eee;
padding:  10px;
display: flex; 
justify-content:center;
padding-bottom: 15vh;
}
.section-d_box {
position: relative;
margin:  35px;
width: 35%;
}
.section-d_box h3 {
position: absolute;
top: 270px;
color: #c47caf;
display: inline-block;
transition: all .3s ease 0s;
text-decoration: none;
}
.section-d_box h3:hover,
.section-d_box p:hover {
cursor: pointer;
transform: scale(1.1);
}
.section-d_box p {
position: absolute;
top: 310px;
padding-right: 5%;
display: inline-block;
transition: all .3s ease 0s;
text-decoration: none;
}

.bg-scale {
position: relative;
overflow: hidden;
cursor: pointer;
cursor: hand;
width: 100%;
height: 25vh;
border-radius: 15px;
z-index: 1;
}
.bg-scale.plan:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url("images/image_plan.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.bg-scale.counselor:after {
position: absolute;
content: "";
display: block;
width: 100%;
height: 100%;
top: 0;
background: url("images/image_counselor.jpg") no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-ms-background-size: cover;
background-size: cover;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.bg-scale:hover:after {
opacity: .8;
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.bg-scale .inner {
z-index: 1;
position: relative;
}





.items {
  display: flex;
  justify-content: center;
}
.items .item {
  width: 30%;
}
.function-list ul .pointBg {
}
ul .pointBg .per {
font-size:1.5em;
font-weight:bold;
color: red;
}


@media screen and (max-width: 767px) {
  .items {
    flex-direction: column;
  }
  .items .item {
    width: 100%;
  }
  
.section-d {
flex-direction: column;
}
.section-d_box {
width: calc(100% - 70px);  
} 
  
}



.container .row.section-e  {
display: flex;
width: 1000px;
}
.container .row.section-e .col-sm-6 {
width: calc(50%-30px);
background-color: aqua;
}
/*
.section-e .plan {
background-image: url("images/image_plan.jpg");
background-repeat: no-repeat;
}
.section-e .counselor {
background-image: url("images/image_counselor.jpg");
background-repeat: no-repeat;
}
*/



/*footer*/
footer .col-md-5:first-child  {
text-align: left;
padding-left: 10%;
}
footer .col-md-5 img {
width: 20%;
height: 15%;
margin-right: 5%;
}
footer .col-md-2 {
font-size: 0.9rem;
}
footer .col-md-2 li {
text-align: left;
}


/*whatsnew*/
.whatsnew {
width: 100%;
padding: 5%;
padding-bottom: 10%;
}

.whatsnew h1 {
 font-size: medium;
 text-align: center;
 padding-bottom: 3%;
}
.news {
margin-top: 5%;
padding-bottom: 5%;
}
.offset2 {
margin-left: 5%;
margin-right: 5%;
}
.whatsnew dl a dt {
width: 13%;
}

/*second page*/
h1.title {
padding-top: 5%;
padding-bottom: 3%;
background-image: url("images/arrow_01.svg");
background-position: 50% 100%;
background-repeat: no-repeat;
background-size: 1em;
margin-bottom: 1%;
font-size: 1.5rem !important;
}
/* Staff
-------------------------------------------------------------- */
.staff .col-sm-7 {
padding-right: 5%;
}
.staff h2 {
color: #68c3c5;
line-height: 0.7em;
margin-bottom: 1.3em;
}
.staff h2 small {
font-size: small;
}

/* beginner
-------------------------------------------------------------- */
.span8,
.container-fluid.beginner {
padding: 0;
margin: 0;
}

.container-fluid.beginner .col-sm-12.inner-first {
background: url(images/first_02.jpg) no-repeat center;
background-size: cover;
position: relative;
padding-top: min(100vh, 50%);
}
.container-fluid.beginner .col-sm-12.inner-first::before{
background-color: rgba(0,0,0,0.5);
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: ' ';
}
.container-fluid.beginner .col-sm-12 .inner-wrap {
color: white;
border: 1px solid #FFFFFF;
width: 50%;
padding: 7%;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.container-fluid.beginner .col-sm-12 .inner-wrap h1 {
color: white;
font-size: 1.5em;
text-align: center;
padding-bottom: 5%;
}
.container-fluid.beginner .col-sm-12 .inner-wrap p {
color: white;
}
.container-fluid.beginner .col-sm-12.inner-second {
padding: 10% 20% 10% 20%;
text-align: center;
}
.container-fluid.beginner .col-sm-12.inner-second h2,
.container-fluid.beginner .col-sm-12.inner-second p {
padding-bottom: 7%;
line-height: 2.2em;
}
/*スマホ縦*/
@media screen and (max-width: 599px){
.container-fluid.beginner .col-sm-12 .inner-wrap {
color: white;
border: 1px solid #FFFFFF;
width: 95%;
padding: 5% 5% 0 5%;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.container-fluid.beginner .col-sm-12 .inner-wrap h1 {
color: white;
font-size: 1.0em;
text-align: center;
padding-bottom: 5%;
}
.container-fluid.beginner .col-sm-12 .inner-wrap p {
color: white;
font-size: 0.8em;
}
.container-fluid.beginner .col-sm-12.inner-second  {
padding: 5% 5% 0 5%;
margin: 0;
}
.container-fluid.beginner .col-sm-12.inner-second h2 {
font-size: 1.2em;
}
.container-fluid.beginner .col-sm-12.inner-second p {
padding-bottom: 7%;
line-height: 2.2em;
}
}
/*スマホ横*/
@media screen and (min-width: 600px) {
.container-fluid.beginner .col-sm-12 .inner-wrap {
color: white;
border: 1px solid #FFFFFF;
width: 65%;
padding: 5% 5% 0 5%;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.container-fluid.beginner .col-sm-12.inner-second  {
padding: 5% 5% 0 5%;
margin: 0;
}
}
/*タブレット縦*/
@media screen and (min-width: 1025px) {
.container-fluid.beginner .col-sm-12 .inner-wrap {
color: white;
border: 1px solid #FFFFFF;
width: 65%;
padding: 5% 5% 0 5%;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
.container-fluid.beginner .col-sm-12.inner-second  {
padding: 5% 10% 0 10%;
margin: 0;
}

}

/* reason
-------------------------------------------------------------- */
.reason h2 {
padding-bottom: 2%;
line-height: 2.2rem;
}
.container-fruid.reason .row .col-sm-5 {
margin-bottom: 5%;
}
.container-fluid.reason .row .col-sm-5,
.container-fluid.reason .row .col-sm-5 p {
background-color: #f6f7fb;
text-align: center;
padding: 5%;
margin-top: 5%;
}
.container-fluid.reason .row .col-sm-5 h1 {
font-size: 1.8em;
font-weight: bold;
}
.container-fluid.reason .row .col-sm-5 p {
font-size: 2.8em;
font-weight: bold;
color: #c47caf;
}
.reason_sub {
position: relative;
background-color: #f6f7fb;
margin-top: 5%;
}
.reason_sub h2 {
position: absolute;
background-color: #68c3c5;
color: white;
height: 100%;
max-height: 600px;
width: 300px;
z-index: 3;
top: -50px;
left: -50px;
z-index: -1;
padding-left: 5%;
padding-top: 1%;
}
.reason_sub .section_01 {
padding-top: 2%;
}
.reason_sub .section_01:last-child {
padding-bottom: 2%;
}
.section_01 h3 {
font-size: 2.0em;
font-weight: bold;
padding-bottom: 5%;
line-height: 1.4em;
}
.section_01 .col-sm-6 {
background-color: white;
padding: 0;
}
.section_01 .col-sm-6:last-child {
border-left: 1px solid #000000;
padding: 2%;
margin-left: 2%;
width: 48%;
}

/* privacy
-------------------------------------------------------------- */
.privacy h3 {
padding-left: 1%;
margin-bottom: 1%;
line-height: 2.2rem;
background-color: #E0E0E0;
}
.privacy h4::before {
content: '\025b6';
}
.privacy h4 {
padding-bottom: 1%;
}
.privacy h4,
.privacy dt,
.privacy dd,
.pdl3 {
padding-left: 3%;
}

/* company
-------------------------------------------------------------- */
.company dl {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.company dl dt {
font-weight: normal;
width: 30%;
border-bottom: 3px solid #B6B6B6;
margin: 0;
padding: 2%;
}
.company dl dd {
width: 60%;
border-bottom: 1px solid #B6B6B6;
margin: 0;
padding: 2%;
}



/*recaptcha位置*/
.grecaptcha-badge {
bottom: 85px !important;
}

/*スマホ縦*/
@media screen and (max-width: 480px){
.container-fluid.reason .row .col-sm-5 p {
font-size: 2.4em;
font-weight: bold;
color: #c47caf;
}
.reason .row {
padding-bottom: 5%;
}
.reason_sub {
position: relative;
background-color: #f6f7fb;
margin: 10% 2% 2%;
padding: 0 2% 0 2%;
}
.reason_sub h2 {
position: absolute;
background-color: #68c3c5;
color: white;
height: 100%;
max-height: 600px;
width: 300px;
z-index: 3;
top: -50px;
left: -30px;
z-index: -1;
padding-left: 9%;
padding-top: 3%;
}
.section_01 .col-sm-6:last-child {
border-left: 1px solid #000000;
padding: 2%;
margin-left: 0%;
width: 100%;
}
.reason_sub {
position: relative;
background-color: #f6f7fb;
margin-top: 20%;
}

.flex_test-box {
    background-color: #eee;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    justify-content:center;
    flex-flow: column;
}


}
/*スマホ横*/
@media screen and (max-width: 767px) and (orientation: landscape) {
.container-fluid.reason .row .col-sm-5 h1 {
font-size: 1.2em;
font-weight: bold;
}
.container-fluid.reason .row .col-sm-5 p {
font-size: 2.0em;
font-weight: bold;
color: #c47caf;
}
.container.reason_sub {
width: 100%;
position: relative;
background-color: black;
margin: 0;
padding: 0;
}
.reason_sub {
position: relative;
background-color: #f6f7fb;
margin-top: 10%;
}
.reason_sub h2 {
position: absolute;
background-color: #68c3c5;
color: white;
height: 100%;
max-height: 600px;
width: 300px;
z-index: 3;
top: -50px;
left: -30px;
z-index: -1;
padding-left: 5%;
padding-top: 2%;
}
}
@media screen and (max-width: 1024px) {
.container-fluid.reason .row .col-sm-5 h1 {
font-size: 1.3em;
font-weight: bold;
}
.container-fluid.reason .row .col-sm-5 p {
font-size: 2.2em;
font-weight: bold;
color: #c47caf;
}
.reason_sub {
position: relative;
background-color: #f6f7fb;
margin-top: 10%;
}
.reason_sub h2 {
position: absolute;
background-color: #68c3c5;
color: white;
height: 100%;
max-height: 600px;
width: 300px;
z-index: 3;
top: -50px;
left: -30px;
z-index: -1;
padding-left: 5%;
padding-top: 1%;
}
}
/*
.container-fluid.first .col-sm-12::before {
background-color: rgba(0,0,0,0.4);
}
.container-fluid.first .col-sm-12 {
position: relative;
background-image:url("images/first_02.jpg");
background-size: cover;
height: 0%;
padding-top: min(100vh, 50%);
background-color: rgba(0,0,0,0.4);
}
.container-fluid.first .col-sm-12 p {
position: absolute;
top: 10%;
}
*/

/* QA
---------------------------------------------------------------*/
.cp_qa {
padding-right: 10%;
padding-left: 10%;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2.5em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(27,37,56,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
    color: brown;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

/* Charge
-------------------------------------------------------------- */
.charge h1 {
margin: auto;
width: 80%;
}


/* Plan
-------------------------------------------------------------- */

.service-plan-wrapper{
margin-bottom:4em;
display:flex;
flex-wrap: wrap;
}
.function-list ul .pointBg {
background-color: #F3E6F0;
padding: 2% !important;
border-radius: 10px;
}

/*スマホ縦*/
@media screen and (max-width: 480px){
.plan h1 {
margin: auto;
width: 100%;
}

.service-plan-wrapper.row {
padding: 0;
margin: 0;
}
.service-plan-wrapper.row .inner{
width: 100%;
margin:5px;
background:#FFF;
border-radius: 5px;
}
}
/*スマホ横*/
@media screen and (max-width: 767px) and (orientation: landscape) {
.post .the-content .container-fluid.plan {
padding: 0;
margin: 0;
}
.inner.col-sm-4 .head.young .title,
.inner.col-sm-4 .head.active .title,
.inner.col-sm-4 .head.premium .title {
color: white;
font-size: 1.0em;
font-weight: bold;
}
.inner.col-sm-4 .head.young .price,
.inner.col-sm-4 .head.active .price,
.inner.col-sm-4 .head.premium .price {
font-size: 1.0em;
}
}
/*タブレット縦*/
@media screen and (max-width: 1024px) {
.inner.col-sm-4 .head.young .title,
.inner.col-sm-4 .head.active .title,
.inner.col-sm-4 .head.premium .title {
color: white;
font-size: 1.0rem;
font-weight: bold;
}

}



.service-plan-wrapper .inner{
width: calc(33.33% - 10px);
margin:5px;
background:#FFF;
border-radius: 5px;
}
.service-plan-wrapper .head{
padding: 2em 0.5em;
color:#FFF;
text-align:center;
}
.head.young {
background-color: #CE87B9;
}
.head.active {
background-color: #c47caf;
}
.head.premium {
background-color: #CE87B9;
}
.service-plan-wrapper .head .title{
color: white;
font-size:1.7em;
font-weight:bold;
}
.service-plan-wrapper .head .year{
margin-bottom: 0.5em;
}
.service-plan-wrapper .head .price,
.price {
font-size:2em;
font-weight:bold;
}
.service-plan-wrapper .txt{
padding:1em;
height: 6em;
font-size: 14px;
text-align: center;
}
.service-plan-wrapper .function-list{
padding:0.5em;
font-size: 14px;
}
.service-plan-wrapper .function-list ul{
margin-left:0;
padding-left: 0;
list-style:none;
}
.service-plan-wrapper .function-list ul li{
text-align: center;
padding: 0.5em 0 0.5em 25px;
border-top: 1px solid #e5e5e5;
background-image: url(); /*（）にアップロードした画像URLを記述する */
background-repeat: no-repeat;
background-position: 0% 15%;
line-height: 1.8em;
}
.service-plan-wrapper .none{
color: #ddd;
background-image: none;
}
.plan .table th {
padding-left: 3%;
}
.plan .table td {
padding-top: 2%;
padding-bottom: 2%;
width: 25%;
border-left: 1px dotted #B2B2B2;
padding-left: 3%;
}
.cautionPlan {
margin: 0;
padding: 0 5% 0 5%;
}
.cautionPlan li {
padding-top: 0.5%;
}

.pricingtable {
border-radius: 10px;
}
.pricingtable a {
color: #fff;
text-decoration: none;
}
.pricingtable a:active {
color: white;
}
.pricingtable a:hover {
text-decoration: none;
}
.pricingtable a:visited {
text-decoration: none;
}
.pricingtable > .column {
float: left;
width: 300px;
height: 100%;
    
background-color: #fafafa;
background-image: linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
background-image: -o-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
background-image: -moz-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
background-image: -webkit-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
background-image: -ms-linear-gradient(left, #f0f0f0 0%, #fafafa 44%, #fafafa 86%, #f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#fafafa',GradientType=1);
    
cursor: normal;
	
overflow: hidden;
/*border: 0px solid white;*/
	
	
transform: scale(1);
transition-timing-function: ease-out;
transition-duration: 100ms;
	
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 100ms;
	
	-moz-transform: scale(1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 100ms;
	
	-o-transform: scale(1);
	-o-transition-timing-function: ease-out;
	-o-transition-duration: 100ms;
	
	-ms-transform: scale(1);
	-ms-transition-timing-function: ease-out;
	-ms-transition-duration: 100ms;
	
position: relative;
}
.pricingtable > .column:hover {   
background-color: #fafafa;
background-image: linear-gradient(left, #fafafa 0%, #fafafa 100%);
background-image: -o-linear-gradient(left, #fafafa 0%, #fafafa 100%);
background-image: -moz-linear-gradient(left, #fafafa 0%, #fafafa 100%);
background-image: -webkit-linear-gradient(left, #fafafa 0%, #fafafa 100%);
background-image: -ms-linear-gradient(left, #fafafa 0%, #fafafa 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#fafafa',GradientType=1);
	
z-index: 2;
box-shadow: 0px 0px 32px #000;
position: relative;
	
transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	
	/*border: 0px solid white;*/
	
}

.pricingtable > .column > .head {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;

    padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
    color: white;
    text-shadow: 0px 0px black;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    /*border-bottom: 1px solid #ccc;*/
	
	
	width: 20px;
	font-family: monospace;
}

.pricingtable > .column > .body {
	margin-left: 40px;
}
.pricingtable .green {
    background-image: linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -o-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -moz-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -webkit-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
    background-image: -ms-linear-gradient(bottom, #bbdd77 0%, #9fc25d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9fc25d', endColorstr='#bbdd77',GradientType=0); 
}
.pricingtable .green2 {
    background-image: linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -o-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -moz-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -webkit-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
    background-image: -ms-linear-gradient(top, #bbdd77 0%, #9fc25d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdd77', endColorstr='#9fc25d',GradientType=0); 
}
.pricingtable .green2:hover {
    background: #bbdd77 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbdd77', endColorstr='#bbdd77',GradientType=0); 
}
.pricingtable .blue {
    background-image: linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -o-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -moz-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -webkit-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
    background-image: -ms-linear-gradient(bottom, #64cdf2 0%, #3ba3c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ba3c9', endColorstr='#64cdf2',GradientType=0); 
}
.pricingtable .blue2 {
    background-image: linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -o-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -moz-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -webkit-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
    background-image: -ms-linear-gradient(top, #64cdf2 0%, #3ba3c9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64cdf2', endColorstr='#3ba3c9',GradientType=0); 
}
.pricingtable .blue2:hover {
    background: #64cdf2 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64cdf2', endColorstr='#64cdf2',GradientType=0); 
}
.pricingtable .orange {
    background-image: linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -o-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -moz-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -webkit-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
    background-image: -ms-linear-gradient(bottom, #f2c256 0%, #e59440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e59440', endColorstr='#f2c256',GradientType=0); 
}

.pricingtable .orange2 {
    background-image: linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -o-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -moz-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -webkit-linear-gradient(top, #f2c256 0%, #e59440 100%);
    background-image: -ms-linear-gradient(top, #f2c256 0%, #e59440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c256', endColorstr='#e59440',GradientType=0); 
}
.pricingtable .orange2:hover {
    background: #f2c256 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2c256', endColorstr='#f2c256',GradientType=0); 
}

.pricingtable .black
{
    background-image: linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -o-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -moz-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -webkit-linear-gradient(bottom, #888 0%, #000 100%);
    background-image: -ms-linear-gradient(bottom, #888 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#888888',GradientType=0); 
}

.pricingtable .black2
{
    background-image: linear-gradient(top, #888 0%, #000 100%);
    background-image: -o-linear-gradient(top, #888 0%, #000 100%);
    background-image: -moz-linear-gradient(top, #888 0%, #000 100%);
    background-image: -webkit-linear-gradient(top, #888 0%, #000 100%);
    background-image: -ms-linear-gradient(top, #888 0%, #000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#000000',GradientType=0); 
}

.pricingtable .black2:hover
{
    background: #888 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#888888',GradientType=0); 
}


.pricingtable .red
{
    background-image: linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(bottom, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae2a2a', endColorstr='#e31919',GradientType=0); 
}

.pricingtable .red2
{
    background-image: linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -o-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -moz-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -webkit-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
    background-image: -ms-linear-gradient(top, #e31919 0%, #ae2a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#ae2a2a',GradientType=0); 
}

.pricingtable .red2:hover
{
    background: #e31919 !important;;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31919', endColorstr='#e31919',GradientType=0); 
}



.pricingtable > .column > .cl
{
	clear: left;
}


.pricingtable > .column > .body > .row
{
    padding: 15px;
    padding-left: 50px;
    padding-right: 0px;
    font: normal 15px arial,sans-serif;
    line-height: 22px;
    height: 25px;
	
    color: #525252;
}

.pricingtable > .column > .body > .row:nth-child(odd)
{
}

.pricingtable > .column > .body > .row:nth-child(even)
{
    background-color: #eee;
}

.pricingtable > .column > .body > .yes
{
    background-image: url(yes.png);
    background-repeat: no-repeat;
}

.pricingtable > .column > .body > .no
{
    background-image: url(no.png);
    background-repeat: no-repeat;
}

.pricingtable > .column > .body > .pricerow
{
    padding: 20px;
    padding-top: 30px;
    padding-left: 35%;
    height: 30px;
    color: #525252;
}

.pricingtable > .column > .body > .pricerow2
{
    padding: 20px;
    padding-top: 30px;
    font-size: 30px;
    height: 30px;
    text-align: center;
    color: #525252;
    font-weight: bold;
}


.pricingtable > .column > .body > .pricerow > .price
{
    font-size: 32px;
    float: left;
    font-weight: bold;
}

.pricingtable > .column > .body > .pricerow > .cents
{
    font-size: 15px;
    float: left;
    line-height: 10px;
}

.pricingtable > .column > .body > .pricerow > .curency
{
    font-size: 18px;
    float: left;
    line-height: 9px;
    padding-right: 8px;
}

.pricingtable > .column > .body > .pricerow > .priceby
{
    font-size: 10px;
    float: left;
    line-height: 32px;
}

.pricingtable > .column > .body > .feature
{
    text-shadow: 1px 1px white;
}

.pricingtable > .column > .body > .signup
{
	padding: 10px;
	margin: 20px;
	color: white;
	text-shadow: 0px 0px black;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	/*border-top: 1px solid #CCC;*/
	cursor: pointer;
}



/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  border-bottom: 1px solid #dddddd;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  font-family: "Karla", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 200;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  font-weight: 400;
  text-decoration: none;
}
article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {
  width: 100%;
  height: auto;
}
.the-content p.newsimg {
display: flex;
width: 30%;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 50px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: "Quicksand", Helvetica, sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */
.site-footer{
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* Contact
-----------------------------------------------------------------*/
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
	background-color:
}
.contact7 dt {
	font-weight: normal;
    margin-bottom: 1%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 100%;
  transition: 0.8s;
  border-radius: 0;
}
input[type="number"] {
  background: #f8f8f8;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 20%;
  transition: 0.8s;
  border-radius: 0;
}
/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}

/* 任意マーク */
.contact7 .optional {
	background: #999;
}

.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
    height: 30%;
	background-color: #68c3c5;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #68c3c5;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #68c3c5; 
}



/*------------------------------------------
  Responsive Grid Media Queries - 1280, 1024, 768, 480
   1280-1024   - デスクトップ（デフォルトのグリッド）
   1024-768    - タブレット横長
   768-480     - タブレット縦長
   480-less    - スマホ
--------------------------------------------*/
/* Retinaの場合 */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

.section-c .col a {
display: block;
text-align: center;
padding-top: 10vh;
padding-bottom: 10vh;
position: relative;
height: auto;
}
.section-c .col p {
color: white;
text-align: center;
position: absolute;
bottom: 1.5vh;
left: 0;
right: 0;
margin: auto;
font-size: medium;
font-weight: bold;
}


}


/* iPhoneポートレイト */
@media screen and (max-device-width: 480px) and (orientation:portrait) {
} 
 
/* iPhoneランドスケープ */
@media screen and (max-device-width: 480px) and (orientation:landscape) {

}
 
/* iPadポートレイト */
@media screen and (min-device-width: 481px) and (orientation:portrait) {

}
 
/* iPadランドスケープ */
@media screen and (min-device-width: 481px) and (orientation:landscape) {
}





@media all and (min-width: 1024px) and (max-width: 1280px) {

.m-grid-main h2.ttl {
position: absolute;
top: 13vh;
left: 5%;
font-size: 1.0em;
}
.m-grid-main p.subttl {
position: absolute;
top: 17vh;
left: 5%;
font-size: 1.7em;
}
.m-grid-main small {
position: absolute;
top: 21vh;
left: 5%;
font-size: 0.9em;
}
.container-fluid.section-c .col-sm-5 h4 {
font-size: 1.2rem;
}
.container-fluid.section-c .col-sm-5 p {
font-size: 0.9rem;
}
.container-fluid.section-c .col-sm-7 .col-sm-3 h4 {
font-size: 0.7rem;
}
.card-block {
height: 21.5vh;
}


.bg-scale {
position: relative;
overflow: hidden;
cursor: pointer;
cursor: hand;
width: 100%;
height: 25vh;
border-radius: 15px;
z-index: 1;
padding-bottom: 0px;
margin-bottom: 0px;
}
.section-d_box .plan {
    padding-bottom: 0px;
}
.section-d_box h3 {
position: absolute;
top: 180px;
color: #c47caf;
}
.section-d_box p {
position: absolute;
top: 210px;
padding-right: 5%;
}

}
 
@media all and (min-width: 768px) and (max-width: 1023px) { 
.bgc {
width: 45%;
}
.m-grid-main h2.ttl {
position: absolute;
top: 10vh;
left: 5%;
font-size: 1.0em;
}
.m-grid-main p.subttl {
position: absolute;
top: 13vh;
left: 5%;
font-size: 1.7em;
}
.m-grid-main small {
position: absolute;
top: 16vh;
left: 5%;
font-size: 0.9em;
}

.section-c .col a {
display: block;
text-align: center;
padding-top: 8vh;
padding-bottom: 8vh;
position: relative;
height: auto;
}
.container-fluid.section-c .col-sm-5 h4 {
font-size: 0.9rem;
}
.container-fluid.section-c .col-sm-5 p {
font-size: 0.7rem;
}
.card-block {
height: 16vh;
}
.container-fluid.section-c .col-sm-7 a {
background-size: 60%;
}
.container-fluid.section-c .col-sm-7 .col-sm-3 h4 {
font-size: 0.4rem;
}
.container-fluid.section-c .col-sm-7 .col-sm-3 p {
font-size: 0.6rem;
}

}
/*スマホ横*/ 
@media screen and (max-width:767px)  {
/*横揺れ防止*/
.entry-content {
overflow-x: hidden;
overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
}
.site-title img{
width: 15%;
}
.whatsnew {
width: 100%;
}
.whatsnew dl a dt {
width: 22%;
}
.m-grid-main h2 {
color: white;
font-weight: bold;
position: absolute;
font-size:1.5em;
line-height: 1.4em;
left: 5%;
bottom: 5%;
}
.section-a {
padding: 2em 1em 1em 1em;
}
.section-c .col a {
display: block;
text-align: center;
padding-top: 17vh;
padding-bottom: 17vh;
position: relative;
height: auto;
}
.section-c .col p {
color: white;
text-align: center;
position: absolute;
bottom: 1.5vh;
left: 0;
right: 0;
margin: auto;
font-size: small;
font-weight: bold;
}
.container-fluid.section-c .col-sm-7 .col-sm-3  {
width: 50%;
}
.card-block {
height: 35vh;
}
.container-fluid.section-c .col-sm-7 a {
background-size: 28%;
}
.section-d {
width: 100%;
display:flex;
flex-direction:row;
}
.bg-scale {
position: relative;
overflow: hidden;
cursor: pointer;
cursor: hand;
width: 100%;
height: 35vh;
border-radius: 15px;
z-index: 1;
padding-bottom: 0px;
margin-bottom: 70px;
}
.section-d_box .plan {
    padding-bottom: 0px;
}
.section-d_box h3 {
position: absolute;
top: 140px;
color: #c47caf;
}
.section-d_box p {
position: absolute;
top: 170px;
padding-right: 5%;
}
/*company*/
.company dl dt {
font-weight: normal;
width: 100%;
border-bottom: none;
margin: 0;
padding: 2%;
}
.company dl dd {
width: 100%;
margin: 0;
border-bottom: 1px solid #B6B6B6;
padding: 2%;
}

}

/*スマホ縦*/
@media all and (max-width: 480px) {
.site-title img{
width: 20%;
}
.menu {
display: none;
}
.section-a {
padding: 2em 0 1em 0;
}
.section-a h3 {
font-size: x-large;
}
.container-fluid.section-c .col-sm-5 .box {
padding: 2%;
margin: 2%;
}
.container-fluid.section-c .col-sm-7 h4 {
top: 5%;
}
.container-fluid.section-c .col-sm-7 .col-sm-3 p {
bottom: 3%;
}
.container-fluid.section-c .col-sm-7 a {
background-size: 30%;
}

.section-d.banners {
display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.banners .banner {
width: 100%;
height: 400px;
}
.card-block {
height: 15vh;
}


.inner.col-sm-4 .head.young .title {
font-size: 20px;
}
.section-d {
background-color: #eee;
padding: 10px;
display: flex;
flex-direction: column; /*縦並び*/
justify-content: center;
padding-bottom: 10vh;
}


.bg-scale {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
    width: 100%;
    height: 25vh;
    border-radius: 15px;
    z-index: 1;
    padding-bottom: 0px;
    margin-bottom: 120px;
}
.section-d_box .plan {
    padding-bottom: 0px;
}
.section-d_box h3 {
position: absolute;
top: 210px;
color: #c47caf;
}
.section-d_box p {
position: absolute;
top: 240px;
padding-right: 5%;
}



}

/*LP*/

.lp_01 {
font-size: 60px;
line-height: 60px;
color: antiquewhite;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
.lp_01 {
font-size: 20px;
}
}
.lh_3 {
line-height: 3.0rem;
}
.lp_title_name {
    background-color: #9ed0f8;
    padding: 1%;
}