@charset "utf-8";
/* CSS Document */
body {
  font-family: 'Roboto', 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
}
@media screen and (max-width:768px) {
body {
  font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8;
}
}
.content01 {
  padding: 110px 0 120px;
  margin: 0 auto;
  text-align: center;
}
.content01 h2 {
  color: #1665b9;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 70px;
}
p {
  color: #464b71;
}
.yellow {
  color: #ffef3a;
}
.content01.blue {
  background-color: #e3f3ff;
}
.btn, .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border-radius: 4px;
}
a.btn {
  color: #fff !important;
}
.btn-01 {
  background-color: #91bd2c;
  border-color: #91bd2c;
  border-bottom: 5px solid #7ea623;
}
.btn-02 {
  background-color: #00a395;
  border-color: #00a395;
  border-bottom: 5px solid #00887c;
}
a.btn-01:hover {
  margin-top: 3px;
  background: #82aa25;
  border-bottom: 2px solid #7ea623;
}
a.btn-02:hover {
  margin-top: 3px;
  background: #009b8e;
  border-bottom: 2px solid #009b8e;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1276px;
  }
}
@media screen and (max-width:768px) {
.btn, .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
  padding: 1rem 2rem;
}
}

/* #header */
#header {
  background: #fff;
  min-height: 70px;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}
#header .navbar {
  font-size: 16px;
  padding: 17px 1rem;
}
#header .btn {
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 0.7rem;
}
#header .navbar img {
	width: 200px;
	height: auto;
}
@media screen and (max-width: 1023px) {
  #header .navbar {
    padding: 15px 1rem;
  }
  #header .navbar {
    font-size: 16px;
    padding: 17px 1rem;
  }
#header .navbar img {
	width: 140px;
	height: auto;
}
}

/* */
#container {
    padding-top: 0px;
}
article {overflow: hidden;}


/* #cover */
#cover {
  color: #FFF;
  margin-top: 70px;
  background-color: #195595;
}
#cover .container {
    background-image: url(https://emberpoint.com/wp-content/themes/emberpoint/lp/mailpublisher01/images/cover_01.png);
    background-repeat: no-repeat;
    background-position: 64% center;
    background-size: 50%;
	position: relative;
}
#cover h1 {
  padding-top: 30px;
}
#cover h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 56px 0 0 0;
}
#cover h2 span {
  font-size: 60px;
  color: #ffef3a;
}
#cover .text {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
#cover p.note {
  color: #fff;
  font-size: 9px;
  line-height: 1.2;
  /* padding: 246px 0 0 0; */
}
#cover .share {
    background-image: url(https://emberpoint.com/wp-content/themes/emberpoint/lp/mailpublisher01/images/cover_02.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    max-width: 800px;
    background-size: 50%;
    position: absolute;
    padding: 200px 15px 0 15px;
	bottom: 0;
	left: 0;
}
#cover .form {
  width: 400px;
  background-color: #fff;
  right: 0;
  margin: 20px auto;
  padding: 40px 0px;
  border-radius: 4px;
	position: relative;
}
#cover .form h3 {
  color: #1665b9;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 1200px) {
#cover h1 img{ width: 400px;}
}
@media screen and (max-width: 1023px) {
#cover .share {
    background-image: url(https://emberpoint.com/wp-content/themes/emberpoint/lp/mailpublisher01/images/cover_02_sp.png);
}
}
/* @media screen and (max-width: 1023px) { */
@media screen and (max-width: 990px) {
#cover .container {
	padding-bottom: 200px;
    background-position: 0 32%;
    background-size: 90%;
    background-image: url(https://emberpoint.com/wp-content/themes/emberpoint/lp/mailpublisher01/images/cover_01_sp.png);
}
#cover .share {
    background-size: 50%;
    background-position: center top;
    padding: 123px 15px 0 15px;
}
#cover .form {
    width: 100%;
    margin-top: 300px;
}
}
	
/* case-section */
#case-section {
  padding: 24px 0;
}
#case-section .text {
  font-size: 26px;
  color: #1665b9;
  text-align: center;
  line-height: 140%;
  letter-spacing: 0.1em;
  font-weight: 700;
}
#case-section .text span {
  font-size: 48px;
}
#case-section .note {
	text-align: center;
	font-size: 12px;
	margin: 0;
}

/* #issue-section */
#issue-section p {
  font-size: 16px;
  font-weight: 600;
  padding-top: 40px;
}

/* #solution-section */
#solution-section {
  background-color: #274690;
  padding: 130px 0 100px;
  text-align: center;
  position: relative;
}
#solution-section:before {
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-color: #e3f3ff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#solution-section p {
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 150%;
}
/* #reason-section */
#reason-section h3 {
  color: #1665b9;
  font-size: 24px;
  text-align: left;
  font-weight: 700;
}
#reason-section p {
  font-size: 16px;
  text-align: left;
  padding-top: 26px;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
#reason-section .container img {
    padding-bottom: 50px;
}
}
/* .support-box */
.support-box {
  border-radius: 20px;
  background-color: #fff;
  padding: 50px 70px 30px;
}
.support-box h3 {
  color: #464b71;
  font-weight: 800;
}
.support-box img {
  margin: 30px 0;
}
.support-box p {
  text-align: left;
}
@media screen and (max-width: 1023px) {
.support-box:first-of-type {margin-bottom: 30px;}

.support-box {
  padding: 50px 30px 30px;
}
}

/* contact */
.contact {
  color: #FFF;
  background-color: #274690;
}
.text-link a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.text-link a:hover {
  text-decoration: none;
}
/* contact01-section */
#contact01-section p.text {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#contact01-section btn {
  max-width: 100%;
}
#contact01-section p.text-link {
  padding-top: 40px;
  margin: 0;
}
#contact01-section .btn {
  width: 660px;
}

@media screen and (max-width: 768px) {
#contact01-section .btn { width: 100%; }
}

/* contact02-section */
#contact02-section {
  color: #464b71;
}
#contact02-section h4.form-title01 {
  font-weight: 600;
  padding: 40px 0 20px;
  text-align: center;
}
#contact02-section .form-contents {
  background-color: #eff4f7;
  padding: 50px 0;
  text-align: center;
  display: block;
}
#contact02-section .form-contents ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
#contact02-section .form-contents ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}
#contact02-section .form-contents li {
  line-height: 190%;
  margin: 0 auto;
  text-align: left;
}
#contact02-section .form-list li:before {
  content: '-';
  padding-right: 0.5em;
}
#contact02-section .form02 {
	position: relative;
}
#contact02-section .form-note {
    position: absolute;
    bottom: 100px;
    font-size: 12px;
    width: 460px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    line-height: 140%;
}
@media screen and (max-width: 1023px) {
#contact02-section form { margin-top: 30px;}
}
	
/* contact03-section */
#contact03-section .btn {
  width: 660px;
}
@media screen and (max-width: 768px) {
#contact03-section .btn { width: 100%; }

}

/* footer */
footer {
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #222222;
  background-color: #222222;
  padding: 50px 0 100px;
}
/* form */

/* form btn */
#cover .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
    color: #fff!important;
    background-color: #91bd2c!important;
    /* border: 4px solid #91bd2c!important; */
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
    border-bottom: 5px solid #7ea623!important;
}
#contact02-section .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
    color: #fff!important;
    background-color: #00a395!important;
    /* border: 4px solid #91bd2c!important; */
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
    border-bottom: 5px solid #00887c!important;
}

#cover .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  background: #82aa25!important;
  border-bottom: 5px solid #7ea623!important;
}

#contact02-section .mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:hover {
  background: #009b8e!important;
  border-bottom: 5px solid #009b8e!important;
}
/* form property */
.form .mktoLabel {
  display: none;
}
#Lblc_consent.mktoLabel {
  display: block;
}
/* .form form .mktoFormRow > input {
 width:320px!important;
} */
.form form {
  width: 320px !important;
}
input::placeholder {
    font-size: .7em;
}
.form form input[type="text"], .form form input[type="email"], .form form input[type="tel"] {
  width: 100% !important;
  border: 1px solid #c5c9cd;
  border-radius: .25em;
  padding: 20px 20px !important;
}
.form form > div, .form form > div > div, .form form > div > div > div {
  width: 100% !important;
}
.mktoForm .mktoOffset {
  height: 0.5em !important;
}
.mktoForm .mktoLabel {
  padding-top: 0px;
}
.mktoOffset.mktoHasWidth {
  display: none;
}
.form .form-note {
    position: absolute;
    bottom: 150px;
    font-size: 12px;
    width: 300px;
    line-height: 160%;
    left: 50%;
    transform: translateX(-50%);
}

#contact02-section form input[type="text"], #contact02-section form input[type="email"], #contact02-section form input[type="tel"], #contact02-section form select, #contact02-section form textarea {
  border: 1px solid #c5c9cd;
  border-radius: .25em;
  padding: 8px 38px 8px 8px!important;
}
#contact02-section .mktoHtmlText.mktoHasWidth {
    padding: 0 10px;
}


.function-box h5{
    font-size: 18px;
    color: #464b71;
    font-weight: 700;
    padding-top: 20px;
}
.function-box p {
    padding-top: 0.2em;
}
.form .mktoCheckboxList {
    display: inline-block;
    width: unset !important;
}
label#Lblc_consent {
    width: unset;
}
#Lblc_consent.mktoLabel {
    padding-top: 10px;
    font-size: 14px;
}
.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton {
    margin: 50px auto 0!important;
}
@media screen and (max-width: 768px) {
#contact02-section .form-note {
    width: 90%;
}
}


/*　Gmailガイドライン　*/
#gmail-guideline {
    background-color: #edf4f9;
    padding: 20px;
    color: #414049;
}
#gmail-guideline {
    background-color: #edf4f9;
    padding: 20px;
    color: #414049;
}
#gmail-guideline-inner {
    max-width: 1100px;
    border-radius: 20px;
    border: 4px solid #3774da;
    background-color: #fff;
    padding: 20px 20px 20px 10px;
    margin: 0 auto;
}
#gmail-guideline .container {
    max-width: 1000px !important;
}
#gmail-guideline .text01{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 768px){
#gmail-guideline-inner {
  padding: 20px 10px;
}
#gmail-guideline .text01{
    line-height: 140%;
    line-height: 140%;
    padding: 10px 0px;
    text-align: center;
}
}
#gmail-guideline .text02{
    font-size: 16px;
    letter-spacing: 1.5px;
}
#gmail-guideline span { 
    background-color: #ff9; 
}

.form p.form-note2 {
    width: 300px;
}
p.form-note2 {
      margin: 0 auto;
    font-size: 12px;
    padding-top: 10px;
}