@charset "utf-8";
@keyframes slider {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  13% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------------------------
　トップページ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  div.keyv_bg {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    min-width: 1050px;
    height: auto;
    min-height: 616px;
    padding: 50% 0 0;
    background: url(../images/index/keyv_bg_pc.jpg) no-repeat center center, #fff9fa;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto 55px;
  }
  div.keyv_bg::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 34px;
    background: url(../images/index/keyv_bottom.png) repeat-x bottom center;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
  div.keyv_bg p {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 600px;
    padding: 50% 0 0;
    margin: auto;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    text-indent: -9999px;
  }
  div.keyv_bg p img {
    width: 100%;
    height: auto;
  }
  div.keyv_bg p:nth-of-type(1) {
    animation: slider 48s linear infinite;
    z-index: 6;
    background: url(../images/index/keyv01_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(2) {
    animation: slider 48s linear 8s infinite;
    z-index: 5;
    background: url(../images/index/keyv02_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(3) {
    animation: slider 48s linear 16s infinite;
    z-index: 4;
    background: url(../images/index/keyv03_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(4) {
    animation: slider 48s linear 24s infinite;
    z-index: 3;
    background: url(../images/index/keyv04_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(5) {
    animation: slider 48s linear 32s infinite;
    z-index: 2;
    background: url(../images/index/keyv05_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(6) {
    animation: slider 48s linear 40s infinite;
    z-index: 1;
    background: url(../images/index/keyv06_pc.png) center no-repeat;
    background-size: cover;
  }
  .top_sos {
    overflow: hidden;
  }
  .top_sos .text {
    float: left;
  }
  .top_sos .qr {
    float: right;
  }
  .main .top_bn {
    width: 100%;
    height: 140px;
    margin: 0 0 30px;
  }
  .top_bn li {
    width: 380px;
    height: 140px;
    float: left;
    margin: 0 40px 0 0;
    background: url(../images/index/top_bn01_pc.png) no-repeat;
  }
  .top_bn li:nth-child(2) {
    margin: 0;
    background: url(../images/index/top_bn02_pc.png) no-repeat;
  }
  .top_bn li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .main .line_bn {
    width: 800px;
    height: 90px;
    background: url(../images/index/line_bn01_pc.png) no-repeat;
  }
  .main .line_bn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  section.notice {
    position: relative;
    width: 100%;
    height: 330px;
    box-sizing: border-box;
    padding: 25px 30px;
    margin: 80px auto;
    background: #FFF;
  }
  section.notice h2 {
    position: absolute;
    width: 180px;
    height: 117px;
    background: url(../images/index/h2_notice_pc.png) no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 30px;
  }
  section.notice h2::before {
    background: none;
  }
  section.notice dl {
    width: 560px;
    height: 270px;
    overflow-y: scroll;
    box-sizing: border-box;
    margin: 0;
    float: right;
    padding: 0 10px 0 0;
  }
  section.notice dl dt {
    font-size: 20px line-height:1.1em;
    margin: 0 0 10px;
    color: #ec838e;
  }
  section.notice dl dt span {
    display: block;
    width: 4em;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #f86877;
    background: #ffcfd4;
    margin: 0 0 5px;
  }
  section.notice dl dd {
    font-size: 16px;
    line-height: 1.2em;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: solid 1px #515151;
  }
  #index ul.index_bn {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #index ul.index_bn li {
    position: relative;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  #index ul.index_bn li figure {
    float: left;
    margin: 0;
  }
  #index ul.index_bn li:nth-child(3) figure, #index ul.index_bn li:nth-child(4) figure {
    float: right;
  }
  #index ul.index_bn li p {
    float: right;
    width: 320px;
    line-height: 1.1em;
  }
  #index ul.index_bn li:nth-child(3) p, #index ul.index_bn li:nth-child(4) p {
    float: left;
  }
  #index ul.index_bn li p.l_title {
    margin: 27px 0 10px;
  }
  #index ul.index_bn li p.l_title img {
    width: 210px
  }
  #index ul.index_bn li:nth-child(4) p.l_title img {
    width: 240px;
  }
  #index ul.index_bn li p.ib_link {
    font-family: "Rounded Mplus 1c";
    position: absolute;
    text-align: right;
    bottom: 40px;
    font-size: 26px;
    font-weight: 500;
    color: #f37560;
    background: url(../images/index/allow.png) no-repeat left 100px center;
    background-size: 50px;
  }
  #index ul.index_bn li:nth-child(1) p.ib_link, #index ul.index_bn li:nth-child(2) p.ib_link {
    right: 0;
    font-size: 32px;
    background-position: left 130px center;
  }
  #index ul.index_bn li:nth-child(3) p.ib_link {
    letter-spacing: 5px;
  }
  #index ul.index_bn li p.ib_link a {
    text-decoration: none;
    color: inherit;
  }
  #index .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFC4BA !important;
  }
  #index .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #F37560 !important;
  }
  #index .bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  div.keyv_bg {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: auto;
    padding: 50% 0 0;
    background: url(../images/index/keyv_bg_sp.jpg) no-repeat center center, #fff9fa;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
    margin: 0 auto 8%;
  }
  div.keyv_bg::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 34px;
    background: url(../images/index/keyv_bottom.png) repeat-x bottom center;
    background-size: 100%;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -2%;
    z-index: 10;
  }
  div.keyv_bg p {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 50% 0 0;
    margin: auto;
    top: 0;
    left: 0;
    opacity: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 0;
  }
  div.keyv_bg p img {
    width: 100%;
    height: auto;
  }
  div.keyv_bg p:nth-of-type(1) {
    animation: slider 48s linear infinite;
    z-index: 6;
    background: url(../images/index/keyv01_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(2) {
    animation: slider 48s linear 8s infinite;
    z-index: 5;
    background: url(../images/index/keyv02_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(3) {
    animation: slider 48s linear 16s infinite;
    z-index: 4;
    background: url(../images/index/keyv03_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(4) {
    animation: slider 48s linear 24s infinite;
    z-index: 3;
    background: url(../images/index/keyv04_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(5) {
    animation: slider 48s linear 32s infinite;
    z-index: 2;
    background: url(../images/index/keyv05_pc.png) center no-repeat;
    background-size: cover;
  }
  div.keyv_bg p:nth-of-type(6) {
    animation: slider 48s linear 40s infinite;
    z-index: 1;
    background: url(../images/index/keyv06_pc.png) center no-repeat;
    background-size: cover;
  }
  .top_sos .qr {
    text-align: center;
    margin: 5% auto 0;
  }
  .main .top_bn {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .top_bn li {
    width: 100%;
    height: auto;
    margin: 0 auto 3%;
  }
  .line_bn {
    margin: 0 auto 8%;
  }
  section.notice {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 3%;
    margin: 0 auto 8%;
    background: #FFF;
  }
  section.notice h2 {
    width: 40%;
    height: auto;
    margin: 0 auto 3%;
  }
  section.notice h2::before {
    background: none;
  }
  section.notice dl {
    width: 100%;
    height: 16em;
    overflow-y: scroll;
    box-sizing: border-box;
    margin: 0;
  }
  section.notice dl dt {
    font-size: 1.2em;
    line-height: 1.1em;
    margin: 0 0 3%;
    color: #ec838e;
  }
  section.notice dl dt span {
    display: block;
    width: 4em;
    height: auto;
    line-height: 1.2em;
    font-size: 0.8em;
    text-align: center;
    color: #f86877;
    background: #ffcfd4;
    margin: 0 0 2%;
  }
  section.notice dl dd {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 5%;
    padding: 0 0 5%;
    border-bottom: solid 1px #515151;
  }
  section.notice dl::-webkit-scrollbar {
    width: 12px;
  }
  section.notice dl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  section.notice dl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  #index ul.index_bn {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  #index ul.index_bn li {
    margin: 0 auto 6%;
    overflow: hidden;
  }
  #index ul.index_bn li figure {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 3%;
  }
  #index ul.index_bn li p.l_title {
    width: 55%;
    margin: 0 0 2%;
  }
  #index ul.index_bn li:nth-child(4) p.l_title {
    width: 70%;
  }
  #index ul.index_bn li p.ib_link {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 1.4em;
    font-weight: 500;
    color: #f37560;
    margin: 4% 0 0;
  }
  #index ul.index_bn li:nth-child(1) p.ib_link, #index ul.index_bn li:nth-child(2) p.ib_link {
    right: 0;
    font-size: 1.5em;
  }
  #index ul.index_bn li p.ib_link a {
    text-decoration: none;
    color: inherit;
  }
  #index ul.index_bn li p.ib_link {
    background: url(../images/index/allow.png) no-repeat left center;
    background-size: 2em;
    padding: 0 0 0 2.4em;
  }
  #index .bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFC4BA !important;
  }
  #index .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #F37560 !important;
  }
  #index .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -40px;
  }
  #index .bx-wrapper .bx-pager-item {
    padding-top: 8px;
  }
  #index .bx-wrapper {
    box-shadow: none !important;
    border: none !important;
    margin: 0 auto 14%;
  }
}
/* -----------------------------------------------------------
　下層ページ
----------------------------------------------------------- */
@media screen and (min-width: 769px) {
  div.box {
    widht: 100%;
    height: auto;
    background: #ffdde6;
    border-radius: 20px;
    padding: 1em 0;
    color: #da3964;
    font-size: 20px;
    text-align: center;
  }
  div.border_box {
    widht: 100%;
    height: auto;
    padding: 1.5em 1.8em;
    margin: 30px auto 10px;
    border: solid 2px #cccccc;
    box-sizing: border-box;
  }
  p.contact_sos {
    width: 380px;
    height: 140px;
    background: url(../images/index/top_bn01_pc.png);
  }
  p.contact_foster {
    width: 380px;
    height: 140px;
    background: url(../images/index/top_bn02_pc.png);
  }
  p.contact_line {
    width: 380px;
    height: 140px;
    background: url(../images/index/line_bn02_pc.png);
  }
  p.contact_qr img {
    width: auto;
    height: 140px;
  }
  p.contact_sos a, p.contact_line a, p.contact_foster a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contact_bn {
    overflow: hidden;
  }
  .contact_bn li {
    width: 50%;
    float: left;
  }
  .contact_bn li:nth-child(2) {
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
  p.tel_contact {
    font-size: 20px;
    font-weight: bold;
  }
  .main section ul.caution li {
    padding: 0 0 0 1.2em;
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 0 0.5em;
  }
  .main section ul.caution li::before {
    position: absolute;
    display: block;
    content: "※";
    top: 0;
    left: 0;
    color: #d77969;
  }
  .main section p.message {
    font-size: 20px;
    color: #da3964;
    font-family: "Rounded Mplus 1c";
    text-align: center;
    margin: 1.5em auto;
    font-weight: 600;
  }
  .main section ul.adoption_banner {
    margin: 30px auto;
    overflow: hidden;
    padding: 0 0 5px;
  }
  .main .adoption_banner li {
    position: relative;
    width: 380px;
    height: 90px;
    border-radius: 10px;
    color: #FFF;
    background: #fc9cb5;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-weight: 500;
    font-size: 24px;
    text-shadow: 0px 1px 0 #bbb, 1px 1px 0 #bbb, 1px 0px 0 #bbb, 1px -1px 0 #bbb, 0px -1px 0 #bbb, -1px -1px 0 #bbb, -1px 0 0 #bbb, -1px 1px 0 #bbb;
    margin: 0;
    box-shadow: 2px 2px 0 #e5e0e1;
    z-index: 0;
    float: left;
  }
  .main .adoption_banner li:nth-child(2) {
    margin: 0 0 0 38px;
  }
  .main .adoption_banner li::before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 4px #bbb;
    border-right: solid 4px #bbb;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 29px;
    z-index: 1;
  }
  .main .adoption_banner li::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    z-index: 2;
  }
  .main .adoption_banner li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    line-height: 90px;
  }
  .main .adoption_banner li:nth-child(1) a {
    line-height: 27px;
    padding: 18px 0;
  }
  #foster_parents .main .adoption_banner li:nth-child(1) a {
    line-height: 90px;
    padding: 0;
  }
  #foster_parents .main .adoption_banner li:nth-child(2) a {
    line-height: 27px;
    padding: 18px 0;
  }
  /* :::::::::: 【PC】ベビーブリッジについて :::::::::: */
  #about_us #anc01 p {
    width: 550px;
    float: left;
  }
  figure.pre_img {
    width: 220px;
    float: right;
    margin: 0 0 0 30px;
  }
  figure.pre_img figcaption {
    margin: 10px 0 0;
    font-size: 1em;
    text-align: center;
  }
  #about_us .h3_ol {
    margin: 20px auto 40px;
  }
  #about_us .h3_ol h3 {
    font-size: 20px;
    color: #f490a9;
    margin: 0 0 10px;
  }
  #about_us .h3_ol p {
    padding: 0 0 0 2em;
  }
  /* :::::::::: 【PC】よくある質問 :::::::::: */
  .main .faq_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto 20px;
  }
  .main .faq_list dt {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em 0.5em 0.5em 2.2em;
    line-height: 1.2em;
    color: #f98976;
    background: #ffe6e2;
    font-size: 20px;
  }
  .main .faq_list dt::before {
    position: absolute;
    display: block;
    content: "Q";
    top: 0.5em;
    left: 0.5em;
  }
  .main .faq_list dd {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.9em 0.5em 0.9em 2.8em;
    line-height: 1.2em;
    background: #fff6f4;
    font-size: 1em;
    margin: 0 0 30px;
  }
  .main .faq_list dd::before {
    position: absolute;
    display: block;
    content: "A";
    top: 0.6em;
    left: 0.5em;
    font-size: 20px;
    color: #ff81a1;
  }
  .main .faq_banner {
    position: relative;
    width: 400px;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    color: #FFF;
    background: #fc9cb5;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-weight: 500;
    font-size: 24px;
    text-shadow: 0px 1px 0 #bbb, 1px 1px 0 #bbb, 1px 0px 0 #bbb, 1px -1px 0 #bbb, 0px -1px 0 #bbb, -1px -1px 0 #bbb, -1px 0 0 #bbb, -1px 1px 0 #bbb;
    margin: 0 auto 50px;
    box-shadow: 2px 2px 0 #e5e0e1;
    z-index: 0;
  }
  .main .faq_banner::before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 4px #bbb;
    border-right: solid 4px #bbb;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 29px;
    z-index: 1;
  }
  .main .faq_banner::after {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
    z-index: 2;
  }
  .main .faq_banner a {
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
  }
  /* :::::::::: 【PC】特別養子縁組 :::::::::: */
  #adoption table {
    width: 100%;
    margin: 40px auto 0;
    border: solid 2px #CCC;
  }
  #adoption table caption {
    caption-side: bottom;
    margin: 10px 0 0;
    text-align: left;
  }
  #adoption table th {
    box-sizing: border-box;
    width: 20%;
    height: auto;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    background: #f1f1f1;
    padding: 10px;
    border: solid 1px #CCC;
    border-top: solid 2px #CCC;
    border-bottom: solid 2px #CCC;
  }
  #adoption table td {
    box-sizing: border-box;
    width: 40%;
    height: auto;
    vertical-align: top;
    background: #ffe8ee;
    padding: 15px;
    border: solid 1px #CCC;
    border-top: solid 2px #CCC;
    border-bottom: solid 2px #CCC;
  }
  #adoption table td:nth-of-type(2) {
    background: #ddecf3;
  }
  #adoption table tr:nth-of-type(1) th {
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
  }
  #adoption table tr:nth-of-type(1) td {
    font-weight: bold;
    font-size: 18px;
    color: #FFF;
    background: #fa6d8d;
    padding: 5px;
    text-align: center;
  }
  #adoption table tr:nth-of-type(1) td:nth-of-type(2) {
    background: #4ca5cf;
  }
  #adoption table td ul li {
    margin: 0;
  }
  #adoption table td span {
    display: block;
    font-size: 14px;
    margin: 10px 0 0;
  }
  #adoption dl.flowchart {
    position: relative;
    margin: 40px 0 80px;
    overflow: visible;
  }
  #adoption dl.flowchart::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.7em;
    height: 2em;
    border-radius: 5px;
    background: #ffcbc3;
    margin: auto;
    bottom: -48px;
    left: 0;
    right: 0;
  }
  #adoption dl.flowchart::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 5px;
    border-right: solid 0.7em #ffcbc3;
    border-bottom: solid 0.7em #ffcbc3;
    transform: rotate(45deg);
    margin: auto;
    bottom: -53px;
    left: 0;
    right: 0;
  }
  #adoption dl.flowchart:nth-last-of-type(1) {
    margin-bottom: 30px;
  }
  #adoption dl.flowchart:nth-last-of-type(1)::before, #adoption dl:nth-last-of-type(1)::after {
    content: none;
  }
  #adoption dl.flowchart dt {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 1em 1.4em;
    margin: 0 auto 30px;
    color: #FFF;
    background: #f7735c;
    font-size: 15px;
    line-height: 1.5em;
  }
  #adoption dl.flowchart dt span {
    font-weight: bold;
    font-size: 20px;
  }
  #adoption dl.flowchart dd {
    position: relative;
    box-sizing: border-box;
    width: 88%;
    height: auto;
    padding: 1.2em 1.2em;
    margin: 0 auto 30px;
    background: #FFF;
    border: solid 2px #CCC;
  }
  #adoption dl.flowchart dd::after {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 30px;
    background: #ccc;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -32px;
  }
  #adoption dl.flowchart dd:nth-last-of-type(1)::after {
    content: none;
  }
  #adoption dl.flowchart dd span {
    font-size: 17px;
    line-height: 1.4em;
  }
  #adoption dl.flowchart dd span.fcBlue {
    font-size: 16px;
    color: #5eacd0;
  }
  #adoption .faq_banner {
    width: 84%;
    height: 90px;
    line-height: 90px;
    margin: 0 auto 30px;
    box-shadow: 3px 3px 0 #e5e0e1;
  }
  /* :::::::::: 【PC】生みの親 :::::::::: */
  #birth_mother1 .p_title:last-of-type {
    height: 180px !important;
  }
  /* :::::::::: 【PC】育ての親 :::::::::: */
  .main section ul.check {
    width: 100%;
    overflow: hidden;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: solid 1px #ccc;
  }
  .main section ul.check li {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin: 0 0 10px;
    font-size: 17px;
    padding: 0 0 0 1.5em;
  }
  .main section ul.check li i {
    position: absolute;
    top: 0.3em;
    left: 0;
    color: #d77969;
  }
}
@media screen and (max-width: 768px) {
  div.box {
    box-sizing: border-box;
    widht: 100%;
    height: auto;
    background: #ffdde6;
    border-radius: 1em;
    padding: 1em;
    color: #da3964;
    font-size: 1.1em;
  }
  div.border_box {
    widht: 100%;
    height: auto;
    padding: 0.8em;
    margin: 8% auto;
    border: solid 2px #cccccc;
    box-sizing: border-box;
  }
  p.tel_contact {
    font-size: 1.2em;
    font-weight: bold;
  }
  .main section ul.caution li {
    padding: 0 0 0 1.2em;
    position: relative;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 0 0.5em;
  }
  .main section ul.caution li::before {
    position: absolute;
    display: block;
    content: "※";
    top: 0;
    left: 0;
    color: #d77969;
  }
  .main section p.message {
    font-size: 1.1em;
    color: #da3964;
    font-family: "Rounded Mplus 1c";
    text-align: center;
    margin: 1.5em auto;
    font-weight: 600;
  }
  .main section ul.adoption_banner {
    margin: 5% auto;
  }
  .main .adoption_banner li {
    position: relative;
    width: 98%;
    height: auto;
    line-height: 1.2em;
    border-radius: 0.5em;
    color: #FFF;
    background: #fc9cb5;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-weight: 500;
    font-size: 1.2em;
    text-shadow: 0px 1px 0 #bbb, 1px 1px 0 #bbb, 1px 0px 0 #bbb, 1px -1px 0 #bbb, 0px -1px 0 #bbb, -1px -1px 0 #bbb, -1px 0 0 #bbb, -1px 1px 0 #bbb;
    margin: 0 0 5%;
    box-shadow: 2px 2px #e5e0e1;
    z-index: 0;
  }
  .main .adoption_banner li::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-top: solid 4px #bbb;
    border-right: solid 4px #bbb;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0.7em;
    z-index: 1;
  }
  .main .adoption_banner li::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0.75em;
    z-index: 2;
  }
  .main .adoption_banner li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    color: #FFF;
    text-decoration: none;
  }
  .main .adoption_banner li:nth-child(1) a {
    padding: 0.5em 0;
  }
  #foster_parents .main .adoption_banner li:nth-child(1) a {
    padding: 1em 0;
  }
  #foster_parents .main .adoption_banner li:nth-child(2) a {
    padding: 0.5em 0;
  }
  /* :::::::::: 【SP】ベビーブリッジについて :::::::::: */
  figure.pre_img figcaption {
    margin: 0.5em 0 0;
    font-size: 1em;
    text-align: center;
  }
  #about_us .h3_ol {
    margin: 5% auto 8%;
  }
  #about_us .h3_ol p {
    padding: 0 0 0 2em;
  }
  #about_us .h3_ol h3 {
    font-size: 1.2em;
    color: #f490a9;
    margin: 0 0 3%;
  }
  /* :::::::::: 【SP】よくある質問 :::::::::: */
  .main .faq_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 5% auto 10%;
  }
  .main .faq_list dt {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em 0.5em 0.5em 1.8em;
    line-height: 1.2em;
    color: #f98976;
    background: #ffe6e2;
    font-size: 1em;
  }
  .main .faq_list dt::before {
    position: absolute;
    display: block;
    content: "Q";
    top: 0.5em;
    left: 0.5em;
  }
  .main .faq_list dd {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.9em 0.5em 0.9em 1.8em;
    line-height: 1.2em;
    background: #fff6f4;
    font-size: 1em;
    margin: 0 0 6%;
  }
  .main .faq_list dd::before {
    position: absolute;
    display: block;
    content: "A";
    top: 0.9em;
    left: 0.5em;
    font-size: 1em;
    color: #ff81a1;
  }
  .main .faq_banner {
    position: relative;
    width: 98%;
    height: auto;
    line-height: 1.2em;
    border-radius: 0.5em;
    color: #FFF;
    background: #fc9cb5;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-weight: 500;
    font-size: 1.2em;
    text-shadow: 0px 1px 0 #bbb, 1px 1px 0 #bbb, 1px 0px 0 #bbb, 1px -1px 0 #bbb, 0px -1px 0 #bbb, -1px -1px 0 #bbb, -1px 0 0 #bbb, -1px 1px 0 #bbb;
    margin: 0 0 10%;
    box-shadow: 2px 2px #e5e0e1;
    z-index: 0;
  }
  .main .faq_banner::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-top: solid 4px #bbb;
    border-right: solid 4px #bbb;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0.7em;
    z-index: 1;
  }
  .main .faq_banner::after {
    position: absolute;
    display: block;
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0.75em;
    z-index: 2;
  }
  .main .faq_banner a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    color: #FFF;
    text-decoration: none;
  }
  /* :::::::::: 【SP】特別養子縁組 :::::::::: */
  #adoption .w_box {
    width: 100%;
    overflow-x: scroll;
  }
  #adoption table {
    width: 200%;
    margin: 3% auto;
    border: solid 2px #CCC;
    font-size: 0.8em;
  }
  #adoption table caption {
    caption-side: bottom;
    margin: 3% 0 0;
    text-align: left;
    font-size: 0.9em;
  }
  #adoption table th {
    box-sizing: border-box;
    width: 20%;
    height: auto;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    background: #f1f1f1;
    padding: 0.5em;
    border: solid 1px #CCC;
    border-top: solid 2px #CCC;
    border-bottom: solid 2px #CCC;
  }
  #adoption table td {
    box-sizing: border-box;
    width: 40%;
    height: auto;
    vertical-align: top;
    background: #ffe8ee;
    padding: 0.5em;
    border: solid 1px #CCC;
    border-top: solid 2px #CCC;
    border-bottom: solid 2px #CCC;
  }
  #adoption table td:nth-of-type(2) {
    background: #ddecf3;
  }
  #adoption table tr:nth-of-type(1) th {
    font-weight: bold;
    font-size: 1.1em;
    padding: 0.3em;
  }
  #adoption table tr:nth-of-type(1) td {
    font-weight: bold;
    font-size: 1.1em;
    color: #FFF;
    background: #fa6d8d;
    padding: 0.3em;
    text-align: center;
  }
  #adoption table tr:nth-of-type(1) td:nth-of-type(2) {
    background: #4ca5cf;
  }
  #adoption table td ul li {
    margin: 0;
  }
  #adoption table td span {
    display: block;
    font-size: 0.9em;
    margin: 0.5em 0 0;
  }
  #adoption dl {
    position: relative;
    margin: 2em 0 4em;
    overflow: visible;
  }
  #adoption dl::before {
    position: absolute;
    display: block;
    content: "";
    width: 0.7em;
    height: 2em;
    border-radius: 5px;
    background: #ffcbc3;
    margin: auto;
    bottom: -2.7em;
    left: 0;
    right: 0;
  }
  #adoption dl::after {
    position: absolute;
    display: block;
    content: "";
    width: 1.5em;
    height: 1.5em;
    border-radius: 5px;
    border-right: solid 0.7em #ffcbc3;
    border-bottom: solid 0.7em #ffcbc3;
    transform: rotate(45deg);
    margin: auto;
    bottom: -3em;
    left: 0;
    right: 0;
  }
  #adoption dl:nth-last-of-type(1) {
    margin-bottom: 2em;
  }
  #adoption dl:nth-last-of-type(1)::before, #adoption dl:nth-last-of-type(1)::after {
    content: none;
  }
  #adoption dl dt {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0.5em 0.7em;
    margin: 0 auto 1.5em;
    color: #FFF;
    background: #f7735c;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  #adoption dl dt span {
    font-weight: bold;
    font-size: 1.1em;
  }
  #adoption dl dd {
    position: relative;
    box-sizing: border-box;
    width: 96%;
    height: auto;
    padding: 0.5em 0.7em;
    margin: 0 auto 2em;
    background: #FFF;
    border: solid 2px #CCC;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  #adoption dl dd::after {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 2em;
    background: #ccc;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -2.1em;
  }
  #adoption dl dd:nth-last-of-type(1)::after {
    content: none;
  }
  #adoption dl dd span {
    font-size: 1.1em;
  }
  #adoption dl dd span.fcBlue {
    font-size: 1em;
    color: #5eacd0;
  }
  /* :::::::::: 【SP】育ての親 :::::::::: */
  .main section ul.check {
    width: 100%;
    overflow: hidden;
    padding: 0 0 5%;
    margin: 0 0 6%;
    border-bottom: solid 1px #ccc;
  }
  .main section ul.check li {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 3%;
    font-size: 1.1em;
    padding: 0 0 0 1.5em;
  }
  .main section ul.check li i {
    position: absolute;
    top: 0.2em;
    left: 0;
    color: #d77969;
  }
}
/* :::::::::: フォーム :::::::::: */
/*** formより前にheaderをおくとメールフォームが正常に作動しないため、contact contact_sos contact_fosterのみ、ソース記述をmain headerの順に  ***/
body#contact, body#contact_sos, body#contact_foster {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
body#contact div.main, body#contact_sos div.main, body#contact_foster div.main {
  -webkit-order: 1;
  order: 1;
}
body#contact header, body#contact_sos header, body#contact_foster header {
  -webkit-order: 0;
  order: 0;
}
body#contact footer, body#contact_sos footer, body#contact_foster footer {
  -webkit-order: 2;
  order: 2;
}
.main .form_box p {
  margin: 0 0 1em;
  line-height: 1.4em;
}
#form_container {
  background: #F5F3F1;
  margin: 40px 0 30px;
  font-size: 15px;
}
#form_container .title {
  width: 100%;
  float: none;
  clear: both;
  font-weight: bold;
}
#form_container .area {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.contents__form_back {
  background-color: #F5F3F1;
  padding: 20px 0 20px 5px;
}
.contents__form_list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.contents__form_list li {
  margin: 0;
  list-style: none;
  vertical-align: top;
  padding: 5px 0 5px 15px;
}
.contents__form_list span {
  display: inline-block;
  padding: 5px 0 0;
}
.contents__form_list input[type=text], .contents__form_list input[type=number], .contents__form_list input[type=email], .contents__form_list input[type=tel] {
  background: #FCFBF9;
  border: 1px solid #F1ECE1;
  width: 100%;
  max-width: 83%;
  height: 30px;
  padding: 0 10px;
}
.contents__form_list input[type=file] {
  display: none
}
.contents__form_list input[type=radio], .contents__form_list input[type=checkbox] {
  margin: 3px
}
.contents__form_list #my_attach_filename {
  width: 180px;
  font-size: smaller
}
#form_container .area ::placeholder {
  color: #ccc;
  font-weight: normal;
}
.contents__form_list textarea {
  background: #FCFBF9;
  border: 1px solid #F1ECE1;
  width: 100%;
  max-width: 83%;
  height: 140px;
  padding: 5px 10px;
}
.btn-success {
  padding: 10px 30px;
  font-size: 1.2em;
  background: rgb(253, 225, 218);
  background: -moz-linear-gradient(top, rgb(253, 225, 218) 0%, rgb(252, 193, 179) 100%);
  background: -webkit-linear-gradient(top, rgb(253, 225, 218) 0%, rgb(252, 193, 179) 100%);
  background: linear-gradient(to bottom, rgb(253, 225, 218) 0%, rgb(252, 193, 179) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde1da', endColorstr='#fcc1b3', GradientType=0);
  border: 2px solid #ef785d;
  color: #902b14;
}
.btn {
  border-radius: 5px;
  box-shadow: 3px 3px #a9a9a9;
}
#form_container dl, dt, dd {
  box-sizing: border-box;
}
#form_container dt {
  padding: 0 0 0 15px;
}
#form_container dd {
  padding: 0 0 20px 15px;
}
#form_container dt {
  width: 100%;
  float: none;
  font-weight: bold;
}
#form_container dd {
  margin-left: 0;
}
#form_container dd:after {
  content: '';
  display: block;
  clear: both;
}
.confi_box {
  text-align: center;
  margin-top: 30px;
}
#form .comment {
  margin-top: 50px;
  text-align: center;
}
#form .emergency_call {
  color: #d15b47;
  font-size: 1.2em;
  margin: 0 auto 10px;
}
#my_attach_label {
  overflow: hidden;
  color: #555555;
  background-color: #eeeeee;
  border-color: #e2e2e2;
  padding: 5px 10px;
  float: left;
  margin-right: 10px;
}
.bn_sos {
  margin: 0 auto 60px;
  text-align: center;
  width: 90%;
}
@media screen and (min-width: 769px) {
  #form_container .title {
    width: 30%;
    float: left;
    clear: both;
    font-weight: bold;
  }
  #form_container .area {
    width: 68%;
    float: right;
    margin-bottom: 20px;
  }
  #form_container dt {
    width: 30%;
    float: left;
    font-weight: bold;
  }
  #form_container dd {
    margin-left: 30%;
  }
  #form_container dt {
    padding: 0 0px 7px 15px;
  }
  #form_container dd {
    padding: 7px 15px 7px 15px;
  }
  .bn_sos {
    margin: 0 auto 100px;
    text-align: center;
    width: 800px;
  }
}
@media screen and (max-width: 769px) {
  .contact_bn {
    overflow: hidden;
    margin: 0 !important;
  }
  .contact_bn li {
    width: auto;
    float: none;
    margin: 0 0 3%;
  }
  .contact_bn li:nth-child(2) {
    padding: 0;
  }
}