@charset "UTF-8";
/**************************************
	base
***************************************/
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
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;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
ul,
li,
dt,
dd {
  font-size: 1em;
}

ul li {
  list-style: none;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

/* ---------------------------------------------------------
変数
----------------------------------------------------------*/
/*break point
-----------------------*/
/*color
-----------------------*/
/*font family
-----------------------*/
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KozGoPro-Regular";
  src: url("../fonts/KozGoPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HiraKaku-W4";
  src: url("../fonts/HiraKakuProN-W4.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold-Font.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?8lbbz9");
  src: url("..fonts/icomoon.eot?8lbbz9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8lbbz9") format("truetype"), url("../fonts/icomoon.woff?8lbbz9") format("woff"), url("../fonts/icomoon.svg?8lbbz9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ---------------------------------------------------------
mixin
----------------------------------------------------------*/
/*メディアクエリ
-----------------------*/
/*  clearfix
-----------------------*/
/*  font-size
-----------------------*/
/* ---------------------------------------------------------
初期設定
----------------------------------------------------------*/
html {
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: normal;
}

body {
  font-family: "NotoSansCJKjp-Regular", serif;
  color: #333333;
  font-weight: 500;
}

html,
body {
  position: relative;
}

a {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/**************************************
common.scss
***************************************/
body {
  background-color: white;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

.layout {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

button:hover,
a:hover {
  opacity: 0.6;
  /* Standard: FF gt 1.5, Opera, Safari */
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  /* IE 8 */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.stitle {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  font-family: "KozGoPro-Regular";
}

h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #1A9257;
}

h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}

.bk_color {
  background-color: #F1F1F1;
}

.bk_accept_color {
  background-color: #1785cf;
}

.bk_nurture_color {
  background-color: #ff9100;
}

.accept_color {
  color: #1785cf !important;
}

.nurture_color {
  color: #ff9100 !important;
}

.btn {
  width: 230px;
  height: 50px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px;
}

.btn_pt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_accept_reg {
  border: 2px solid #1785cf;
  background-color: #1785cf;
  color: #fff;
}

.btn_accept_list {
  border: 2px solid #1785cf;
  background-color: #fff;
  color: #1785cf;
}

.btn_nurture_reg {
  border: 2px solid #ff9100;
  background-color: #ff9100;
  color: #fff;
}

.btn_nurture_list {
  border: 2px solid #ff9100;
  background-color: #fff;
  color: #ff9100;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/******************************
    common.scss SP
*******************************/
@media screen and (max-width: 767px) {
  .layout {
    width: 100%;
    margin: 0 auto;
    max-width: initial;
    padding: 0 15px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .foot_dt{
    text-align: center;
    width: 100%;
  }
  .btn {
    padding: 20px 15px;
    font-size: 14px;
  }
  h1 {
    font-size: 28px;
    line-height: 38px;
  }
  .stitle {
    font-size: 14px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
    color: #1A9257;
    font-weight:bolder;
  }
  h4 {
    font-size: 18px;
  }
}
/**************************************
header
***************************************/
.header {
  background-color: #fff;
}
.header .layout {
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .layout .logo {
  display: block;
}
.header .layout .logo img {
  width: 200px;
}
.header .layout .sp_menu {
  display: none;
}
.header .layout .navi {
  display: block;
  position: relative;
}
.header .layout .navi .pnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
}
.header .layout .navi .pnavi a {
  display: block;
  margin-left: 30px;
  font-size: 14px;
  color: #000;
}
.header .layout .navi .pnavi a:first-child {
  margin-left: 0px;
}
.header .layout .navi .sp_btn_close {
  display: none;
}

/******************************
    header sp
*******************************/
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header .layout {
    height: 60px;
  }
  .header .layout .logo img {
    width: 180px;
  }
  .header .layout .sp_menu {
    display: block;
    position: absolute;
    width: 40px;
    right: 15px;
    top: 13px;
  }
  .header .layout .sp_menu #header_nav_btn {
    background-color: #fff;
    border: none;
  }
  .header .layout .sp_menu #header_nav_btn::before {
    font-family: "icomoon" !important;
    content: "\e96e";
    font-size: 32px;
    color: #000;
    line-height: 1;
  }
  .header .layout .navi {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
  }
  .header .layout .navi .pnavi {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1000;
    height: auto;
    background-color: #fff;
  }
  .header .layout .navi .pnavi a {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    text-align: center;
    position: relative;
  }
  .header .layout .navi .pnavi a::after {
    content: "";
    margin-top: -4px;
    top: 48%;
    right: 25px;
    width: 9px;
    height: 9px;
    position: absolute;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .layout .navi .pnavi a:first-child {
    margin-left: 0px;
    border-top: 1px solid #eee;
  }
  .header .layout .navi .sp_btn_close {
    position: absolute;
    right: 10px;
    top: -50px;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 0 0 auto;
    background-color: #fff;
    color: #000;
    border: none;
    font-size: 24px;
    font-weight: bold;
    opacity: 1;
  }
}
/**************************************
footer
***************************************/
.footer {
  background-color: #F1F1F1;
  position: relative;
  z-index: 11;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.footer .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer .layout .footer_logo {
  display: block;
  width: 200px;
}
.footer .layout .footer_logo img {
  width: 100%;
}
.footer .layout .foot_dt .footer_navi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .layout .foot_dt .footer_navi li {
  margin-left: 40px;
}
.footer .layout .foot_dt .footer_navi li a {
  color: #000;
  margin-bottom: 10px;
  display: block;
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
}
.footer .layout .foot_dt .copyright {
  text-align: right;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 90px;
}

/******************************
    footer sp
*******************************/
@media screen and (max-width: 767px) {
  .footer .layout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .layout .footer_logo {
    display: block;
    width: 200px;
    margin: 30px auto;
  }
  .footer .layout .foot_dt .footer_navi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .layout .foot_dt .footer_navi li {
    margin: 5px 15px;
  }
  .footer .layout .foot_dt .copyright {
    text-align: center;
    font-size: 12px;
    margin-top: 40px;
  }
}
.main .top_pt {
  padding: 30px 0;
  text-align: center;
}
.main .top_pt p {
  font-size: 30px;
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  margin-bottom: 20px;
}
.main .top_pt img {
  width: auto;
}
.main .info_pt {
  padding: 40px 0;
}
.main .info_pt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .info_pt ul li {
  width: 49%;
  padding: 0 30px;
  text-align: center;
}
.main .info_pt ul li img {
  height: 215px;
  width: auto;
}
.main .info_pt ul li p {
  font-size: 16px;
  font-weight: bold;
  font-family: "KozGoPro-Regular";
  margin: 20px 0;
  line-height: 28px;
}
.main .about_pt {
  padding: 70px 0 20px 0;
  text-align: center;
}
.main .about_pt .description {
  font-size: 18px;
  font-weight: bold;
  font-family: "KozGoPro-Regular";
  text-align: center;
  line-height: 36px;
  margin-bottom: 30px;
}
.main .about_pt .img_about {
  margin-bottom: 50px;
}
.main .about_pt .img_about img {
  width: auto;
}
.main .about_pt .t_desc {
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  color: #1A9257;
  text-align: center;
  margin-bottom: 50px;
}
.main .about_pt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.main .about_pt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
  margin-bottom: 50px;
}
.main .about_pt ul li:last-child {
  padding-left: 30px;
}
.main .about_pt ul li p {
  font-size: 16px;
  line-height: 36px;
  font-weight: bold;
  font-family: "KozGoPro-Regular";
  text-align: left;
}
.main .about_pt ul .li_img img {
  width: 80%;
}
.main .merit {
  padding: 90px 0;
}
.main .merit .merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.main .merit .merit_list .item {
  width: 32%;
  padding: 20px 10px 20px 30px;
  text-align: center;
}
.main .merit .merit_list .item:first-child {
  background-color: #F1F1F1;
}
.main .merit .merit_list .item:nth-child(2) {
  background-color: #F1F1F1;
}
.main .merit .merit_list .item:last-child {
  background-color: #F1F1F1;
}
.main .merit .merit_list .item img {
  max-width: 30%;
  /*height: 120px;*/
}
.main .merit .merit_list .item ul {
  list-style: circle;
  margin-top: 20px;
}
.main .merit .merit_list .item ul li {
  width: 100%;
  padding: 0;
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  font-family: "KozGoPro-Regular";
  position: relative;
}
.main .merit .merit_list .item ul li::before {
  content: "・";
  position: absolute;
  left: -15px;
}
.main .accept_pt {
  padding: 50px 0;
}
.main .nurture_pt {
  padding: 50px 0;
}
.main .nurture_pt .special_pt .special_box {
  border: 2px solid #ff9100;
  color: #ff9100;
  text-align: left;
  padding: 20px 30px;
  margin: -270px auto 30px auto;
}
.main .nurture_pt .special_pt .special_box p {
  color: #000;
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 10px;
}
.main .nurture_pt .special_pt .step_pt .item .title label {
  color: #ff9100;
}
.main .nurture_pt .special_pt .step_pt .item ol {
  padding-left: 15px;
}
.main .nurture_pt .special_pt .step_pt .item ol li {
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
}
.main .title_pt {
  text-align: center;
}
.main .title_pt img {
  width: 280px;
}
.main .special_pt {
  background-color: #fff;
  padding: 70px 35px;
}
.main .special_pt .special_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main .special_pt .special_img img {
  width: 270px;
}
.main .special_pt .special_box {
  width: calc(100% - 560px);
  position: relative;
  text-align: center;
  margin: -230px auto 30px auto;
  border: 2px solid #1785cf;
  padding: 20px 10px;
  font-size: 19px;
  font-weight: bold;
  line-height: 40px;
  color: #1785cf;
}
.main .special_pt .pink_txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  color: #ff2e56;
  text-align: center;
  margin-bottom: 100px;
}
.main .special_pt .step_pt {
  padding: 30px 80px;
}
.main .special_pt .step_pt .item {
  margin-bottom: 30px;
}
.main .special_pt .step_pt .item .title {
  margin-bottom: 10px;
}
.main .special_pt .step_pt .item .title label {
  font-size: 30px;
  color: #1A9257;
  font-family: "Helvetica-Bold", serif;
  margin-right: 20px;
}
.main .special_pt .step_pt .item .title label span {
  font-size: 48px;
}
.main .special_pt .step_pt .item .title span {
  font-size: 22px;
  font-weight: bold;
}
.main .special_pt .step_pt .item p {
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
}
.main .special_pt .step_pt .item .stxt {
  font-size: 13px;
}
.main .special_pt .rate_pt {
  padding: 50px 0;
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
.main .special_pt .rate_pt .rate_dt {
  padding: 0 50px;
}
.main .special_pt .rate_pt .rate_dt p {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 40px;
}
.main .special_pt .rate_pt .rate_dt .rate_desc {
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 60px;
}
.main .special_pt .rate_pt .btn_accept_reg,
.main .special_pt .rate_pt .btn_accept_list,
.main .special_pt .rate_pt .btn_nurture_reg,
.main .special_pt .rate_pt .btn_nurture_list {
  width: 320px;
  height: 70px;
  font-size: 22px;
}
.main .co_pt {
  padding: 50px 0 30px 0;
}
.main .co_pt .co_layout {
  text-align: center;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.main .co_pt p {
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
}
.main .co_pt .info_list .item_list {
  background-color: #fff;
  padding: 10px 30px;
  margin: 50px 0;
}
.main .co_pt .info_list .item_list h4 {
  color: #1785cf;
}
.main .co_pt .info_list .item_list .btn_send_pt {
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.main .co_pt .info_list .item_list .btn_send_pt .btn {
  margin: 0 auto;
}
.main .co_pt .info_list .item_list .flex_wrap dt {
  width: 100%;
}
.main .co_pt .info_list .item_list .flex_wrap dd {
  width: 100%;
}
.main .co_pt .info_list .item_list .approval_pt label {
  font-weight: bold;
}
.main .co_pt .info_list .item_list .approval_pt label a {
  color: #1785cf;
  font-weight: bold;
}
.main .co_pt .info_list .item_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.main .co_pt .info_list .item_list dl dt {
  width: 250px;
  padding-top: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  margin: 15px auto 0 auto;
  text-align: left;
}
.main .co_pt .info_list .item_list dl dt span {
  font-size: 14px;
  line-height: 24px;
}
.main .co_pt .info_list .item_list dl dd {
  width: calc(100% - 250px);
  text-align: left;
  margin: 15px auto;
}
.main .co_pt .info_list .item_list dl dd input, .main .co_pt .info_list .item_list dl dd select, .main .co_pt .info_list .item_list dl dd textarea {
  border: 1px solid #cfcfcf !important;
  border-radius: 5px;
  padding: 15px 20px;
  outline: none;
  width: 100%;
}
.main .co_pt .info_list .item_list dl dd input[type=radio] {
  width: auto;
}
.main .co_pt .info_list .item_list dl dd textarea {
  height: 200px;
}
.main .co_pt .info_list .item_list dl .rdo_pt {
  padding-top: 0px;
}
.main .co_pt .info_list .item_list dl .rdo_pt label {
  color: #000;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
}
.main .co_pt .info_list .item_list dl .rdo_pt label input {
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 5px;
}
.main .co_pt .info_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  max-width: 700px;
  margin: 30px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main .co_pt .info_list dl dt {
  width: 200px;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.main .co_pt .info_list dl dd {
  width: calc(100% - 200px);
  text-align: left;
}
.main .co_pt .info_list dl dd input, .main .co_pt .info_list dl dd select, .main .co_pt .info_list dl dd textarea {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 15px 20px;
  outline: none;
  width: 100%;
  line-height: 24px;
}
.main .co_pt .info_list .rdo_pt {
  padding-top: 30px;
  font-size: 16px;
}
.main .co_pt .info_list .rdo_pt label {
  margin: 0 10px 0 0;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .co_pt .info_list .rdo_pt label input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.main .warning_pt {
  margin: 50px 0;
}
.main .warning_pt .warning_layout {
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #ff2e56;
  border-radius: 10px;
  padding: 30px;
}
.main .warning_pt .warning_layout h3 {
  color: #ff2e56;
}
.main .warning_pt .warning_layout p {
  font-family: "KozGoPro-Regular";
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #ff5f5f;
}
.main .qa_pt {
  padding: 90px 0;
}
.main .qa_pt .qa_list {
  padding: 30px;
}
.main .qa_pt .qa_list .item {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.main .qa_pt .qa_list .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 20px 15px 20px;
  width: 100%;
}
.main .qa_pt .qa_list .item dl dt {
  width: 40px;
  line-height: 28px;
  color: #005d99;
  font-size: 28px;
  font-weight: bold;
  font-family: "HiraKaku-W4";
}
.main .qa_pt .qa_list .item dl dd {
  width: calc(100% - 70px);
  font-size: 18px;
  line-height: 28px;
}
.main .qa_pt .qa_list .item .question {
  position: relative;
  cursor: pointer;
}
.main .qa_pt .qa_list .item .question::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 24px;
}
.main .qa_pt .qa_list .item .question dl dd {
  font-weight: bold;
}
.main .qa_pt .qa_list .item .answer {
  display: none;
  background-color: #f7f7f7;
}
.main .qa_pt .qa_list .item .answer dl dd {
  font-weight: 400;
}
.main .qa_pt .qa_list .active .question {
  border-bottom: 1px solid #eee;
}
.main .qa_pt .qa_list .active .question::after {
  content: "\f106";
}
.main .qa_pt .qa_list .active .answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main .contact_pt {
  padding: 90px 0;
}
.main .contact_pt .contact_list {
  padding: 30px;
}
.main .contact_pt .contact_list .form_info {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}
.main .contact_pt .contact_list .form_info .tbl_pt {
  width: 100%;
}
.main .contact_pt .contact_list .form_info .tbl_pt th {
  background-color: #2B3E57;
  padding: 10px 15px;
  width: 210px;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  color: whitesmoke;
}
.main .contact_pt .contact_list .form_info .tbl_pt th .cred {
  color: #f00;
}
.main .contact_pt .contact_list .form_info .tbl_pt td {
  background-color: white;
  /*padding: 5px;*/
}
.main .contact_pt .contact_list .form_info .tbl_pt td p {
  margin: 10px 0;
}
.main .contact_pt .contact_list .form_info .tbl_pt td input,
.main .contact_pt .contact_list .form_info .tbl_pt td select {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #c3c3c3;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 26px;
}
.main .contact_pt .contact_list .form_info .tbl_pt td textarea {
  padding: 10px 15px;
  width: 100%;
  height: 200px;
  border: 1px solid #c3c3c3;
  outline: none;
  border-radius: 3px;
  font-size: 14px;
  line-height: 26px;
}
.main .contact_pt .contact_list .btn_contact {
  border: 2px solid #1A9257;
  background-color: #1A9257;
  color: #fff;
  margin: 50px auto 0 auto;
  font-weight: bold;
}
.main .blist_pt {
  padding: 90px 0;
}
.main .blist_pt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 103%;
  margin-top: 80px;
}
.main .blist_pt ul li {
  width: 30%;
  margin-right: 3%;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 3px 0 rgba(0, 0, 0, 0.2);
}
.main .blist_pt ul li h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.main .blist_pt ul li p {
  font-size: 13px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.main .blist_pt ul li p i {
  width: 20px;
  margin-right: 5px;
  font-size: 16px;
}
.main .blist_pt ul li p span {
  text-align: left;
  width: calc(100% - 25px);
}
.main .blist_pt ul li .desc {
  margin-top: 5px;
  color: #888;
  text-align: left;
}
.main .blist_pt .accept_dt li p {
  color: #1785cf;
}
.main .blist_pt .accept_dt li .desc {
  color: #888;
}
.main .blist_pt .nutture_dt li p {
  color: #ff9100;
}
.main .blist_pt .nutture_dt li .desc {
  color: #888;
}

@media screen and (max-width: 767px) {
  .main .top_pt img {
    width: 80%;
    max-width: 300px;
  }
  .main .top_pt p {
    font-size: 18px;
  }
  .main .info_pt {
    padding: 40px 0 0 0;
  }
  .main .info_pt ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main .info_pt ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .main .info_pt ul li img {
    height: 190px;
  }
  .main .info_pt ul li p {
    font-size: 14px;
    line-height: 22px;
  }
  .main .about_pt .description {
    font-size: 15px;
    /*text-align: left;*/
    line-height: 32px;
  }
  .main .about_pt .img_about img {
    width: 100%;
  }
  .main .about_pt ul {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main .about_pt ul:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main .about_pt ul li {
    width: 100%;
  }
  .main .about_pt ul li:last-child {
    padding-left: 0px;
  }
  .main .about_pt ul li p {
    font-size: 14px;
    line-height: 30px;
  }
  .main .about_pt ul .li_img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main .merit {
    padding: 50px 0;
  }
  .main .merit .merit_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .main .merit .merit_list .item {
    width: 100%;
    padding: 20px 10px 20px 30px;
    margin-bottom: 30px;
  }
  .main .merit .merit_list .item ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .main .title_pt img {
    width: 200px;
  }
  .main .special_pt {
    padding: 40px 15px;
  }
  .main .special_pt .special_img img {
    width: 35%;
  }
  .main .special_pt .special_box {
    width: 100%;
    margin: 30px auto;
    font-size: 14px;
    line-height: 28px;
  }
  .main .special_pt .pink_txt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 50px;
    text-align: left;
  }
  .main .special_pt .step_pt {
    padding: 30px 10px 0 10px;
  }
  .main .special_pt .step_pt .item p {
    font-size: 14px;
    line-height: 26px;
  }
  .main .special_pt .step_pt .item .title label {
    font-size: 22px;
    margin-right: 10px;
  }
  .main .special_pt .step_pt .item .title label span {
    font-size: 36px;
  }
  .main .special_pt .step_pt .item .title span {
    font-size: 16px;
  }
  .main .special_pt .rate_pt {
    padding: 30px 0;
  }
  .main .special_pt .rate_pt .rate_dt {
    padding: 0 20px;
  }
  .main .special_pt .rate_pt .rate_dt p {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .main .special_pt .rate_pt .rate_dt .rate_desc {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 50px;
  }
  .main .special_pt .rate_pt .btn_accept_reg,
  .main .special_pt .rate_pt .btn_accept_list,
  .main .special_pt .rate_pt .btn_nurture_reg,
  .main .special_pt .rate_pt .btn_nurture_list {
    width: 49%;
    height: 50px;
    font-size: 14px;
    margin: 0 5px;
  }
  .main .nurture_pt .special_pt .special_box {
    border: 2px solid #ff9100;
    color: #ff9100;
    text-align: left;
    padding: 20px;
    margin: 30px auto 30px auto;
  }
  .main .co_pt .co_layout {
    max-width: auto;
    padding: 0 15px;
  }
  .main .co_pt .info_list .item_list {
    padding: 10px 15px;
  }
  .main .co_pt .info_list .item_list dl {
    margin: 10px auto 50px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .co_pt .info_list .item_list dl dt {
    width: 100%;
    padding-top: 15px;
    font-weight: bold;
    margin: 0 auto 5px auto;
  }
  .main .co_pt .info_list .item_list dl dd {
    width: 100%;
    margin: 0 auto;
  }
  .main .co_pt .info_list .item_list dl .rdo_pt label {
    font-size: 13px;
    margin-top: 10px;
  }
  .main .co_pt .info_list .tac {
    text-align: left;
  }
  .main .co_pt .info_list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .main .co_pt .info_list dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .main .co_pt .info_list dl dd {
    width: 100%;
  }
  .main .co_pt .info_list .rdo_pt {
    padding-top: 0px;
  }
  .main .co_pt .info_list .rdo_pt label {
    font-size: 18px;
  }
  .main .warning_pt {
    padding: 0 15px;
  }
  .main .warning_pt .warning_layout {
    max-width: auto;
    padding: 30px 15px;
  }
  .main .contact_pt {
    padding: 50px 0;
  }
  .main .contact_pt .contact_list {
    padding: 0;
  }
  .main .contact_pt .contact_list .form_info {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .main .contact_pt .contact_list .form_info .tbl_pt tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .main .contact_pt .contact_list .form_info .tbl_pt tr th {
    width: 100%;
  }
  .main .contact_pt .contact_list .form_info .tbl_pt tr td {
    width: 100%;
  }
  .main .contact_pt .contact_list .form_info .tbl_pt tr td input, .main .contact_pt .contact_list .form_info .tbl_pt tr td select, .main .contact_pt .contact_list .form_info .tbl_pt tr td textarea {
    width: 100%;
  }
  .main .qa_pt .qa_list {
    padding: 0;
  }
  .main .qa_pt .qa_list .item dl dt {
    width: 34px;
    line-height: 24px;
    font-size: 24px;
  }
  .main .qa_pt .qa_list .item dl dd {
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 24px;
  }
  .main .blist_pt {
    padding: 50px 0;
  }
  .main .blist_pt ul {
    width: 100%;
  }
  .main .blist_pt ul li {
    width: 100%;
    margin-right: 0;
  }
}