@charset "UTF-8";
/**
 * reset
 */
html,
body,
div,
main,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
strong {
  font-weight: bolder;
}
a {
  /*outline: none;*/
}

/**
 * contents
 */
html {
  font-size: 62.5%;
}
body {
  background-color: #fff;
  text-align: left;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.8;
  color: #333;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4 !important;
}
a {
  color: #333;
}
*:focus {
  outline: auto;
}
.inner {
  max-width: 1136px;
  padding: 0 30px;
  margin: auto;
}

@media only screen and (min-width: 834px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 374px) {
  .sp_s {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  .pc {
    display: none !important;
  }
  .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}
/**/
@media print {
  .inner {
    width: 1000px;
  }
  .sp {
    display: none;
  }
}

/**
 * input
 */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="submit"],
textarea,
select {
  box-sizing: border-box;
  margin: 0;
  padding: 4px 8px;
  background: #fff;
  vertical-align: middle;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    "游ゴシック体", "Yu Gothic", YuGothic, sans-serif !important;
  font-size: 1.5rem;
  color: #000;

  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea,
select {
  width: 100%;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
}
input[type="submit"]:hover {
  border-color: #7fa7cc;
  background-color: #7fa7cc;
}
select {
  width: auto;
  padding-right: 60px;
  background: #1f1f1f url("https://www.oab-info.com/asset/img/icon_select.png") no-repeat right center /
    auto 100%;
  transition: background 0.8s;
  cursor: pointer;
}
select:hover {
  background-image: url("https://www.oab-info.com/asset/img/icon_select_on.png");
  transition: background 0.3s;
}
select::-ms-expand {
  display: none;
}
textarea {
  min-height: 200px;
}
@media only screen and (max-width: 768px) {
  input[type="text"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  textarea,
  select {
    display: block;
    font-size: 1.4rem;
  }
  textarea {
    min-height: 150px;
  }
}

/**
 * micro clearfix
 */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}

.clear {
  clear: both;
}

/**
 * header
 */
header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 20000;
}
header .inner {
  max-width: 1296px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*padding-left: 60px;*/
}
#logo_pfizer {
  float: left;
  width: 115px;
}
#logo_pfizer a,
#logo_uui a {
  display: block;
}
#logo_uui {
  float: left;
  width: 140px;
  margin: 5px 0 0 20px;
}
#supervise {
  position: relative;
  float: left;
  padding-left: 40px;
  font-size: 1.2rem;
  margin: 0 0 0 25px;
}
#supervise h3 {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  margin: auto;
  padding-top: 8px;
  border-radius: 100px;
  background-color: #f4f4f3;
  text-align: center;
}
header .nav {
  float: right;
}
#btn_search {
  display: inline-block;
  background: #008ed8 url("https://www.oab-info.com/asset/img/common/icon_searchbtn.svg") no-repeat 20px
    center / 24px auto;
  padding: 10px 40px 10px 60px;
  margin-right: 15px;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#btn_search:hover {
  transform: scale(1.02);
}
#btn_menu {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  background: #ff5698;
  border-radius: 100px;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
#btn_menu:hover {
  transform: scale(1.05);
}
#btn_menu div {
  position: absolute;
  width: 17px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
}
#btn_menu div:nth-child(1) {
  top: 17px;
}
#btn_menu div:nth-child(2) {
  top: 23px;
}
#btn_menu div:nth-child(3) {
  top: 29px;
}

#gnav {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  width: 420px;
  max-width: 100%;
  padding: 80px 40px;
  background-color: #ff5698;
}
#gnav li + li {
  margin-top: 1em;
  font-size: 1.8rem;
}
#gnav a {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#gnav a:hover {
  transform: scale(1.05);
}
#gnav a::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 14px;
  height: 14px;
  margin: auto;
  background: #fff;
  border-radius: 100px;
  content: "";
}
#gnav a::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 3px;
  height: 3px;
  margin: auto;
  border-top: solid 1px #ff5698;
  border-right: solid 1px #ff5698;
  transform: rotate(45deg);
  content: "";
}

#gnav .btn_close {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100px;
  vertical-align: middle;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
#gnav .btn_close:hover {
  transform: scale(1.05);
}
#gnav .btn_close div {
  position: absolute;
  width: 23px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ff5698;
  border-radius: 10px;
}
#gnav .btn_close div:nth-child(1) {
  transform: rotate(45deg);
}
#gnav .btn_close div:nth-child(2) {
  transform: rotate(-45deg);
}
#cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
@media only screen and (max-width: 870px) {
  #btn_search {
    background-size: 15px;
    background-position: 10px center;
    margin-right: 10px;
    padding: 5px 20px 6px 30px;
    font-size: 1.1rem;
  }
  header .inner {
    /*padding-left: 45px;*/
  }
  #logo_pfizer {
    width: 85px;
  }
  #logo_uui {
    width: 100px;
    margin: 5px 0 0 10px;
  }
  #supervise {
    font-size: 1.1rem;
    margin: 0 0 0 15px;
  }
  #btn_search:hover {
    transform: scale(1.02);
  }
  #btn_menu {
    width: 36px;
    height: 36px;
  }
  #btn_menu div:nth-child(1) {
    top: 11px;
  }
  #btn_menu div:nth-child(2) {
    top: 17px;
  }
  #btn_menu div:nth-child(3) {
    top: 23px;
  }
}
@media only screen and (max-width: 768px) {
  #gnav {
    float: right;
  }
  #gnav {
    padding: 60px 30px;
  }
  #gnav li + li {
    font-size: 1.6rem;
  }
  #gnav .btn_close {
    width: 36px;
    height: 36px;
    top: 15px;
    right: 15px;
  }
  #gnav .btn_close div {
    width: 17px;
  }
}
@media only screen and (max-width: 650px) {
  #supervise {
    display: none;
  }
}
@media only screen and (max-width: 413px) {
  header .inner {
    /*padding-left: 30px;*/
  }
  #logo_pfizer {
    width: 48px;
    padding-top: 2px;
  }
  #logo_uui {
    width: 70px;
    margin: 5px 0 0 10px;
  }
  #btn_search {
    background-size: 12px;
    background-position: 7px center;
    margin-right: 5px;
    padding: 2px 10px 3px 22px;
    font-size: 1rem;
  }
  #btn_menu {
    width: 24px;
    height: 24px;
  }
  #btn_menu div {
    width: 13px;
  }
  #btn_menu div:nth-child(1) {
    top: 6px;
  }
  #btn_menu div:nth-child(2) {
    top: 11px;
  }
  #btn_menu div:nth-child(3) {
    top: 16px;
  }
}
@media only screen and (max-width: 374px) {
}

/**
 * main
 */
main {
  padding-top: 68px;
}
@media only screen and (max-width: 870px) {
  main {
    padding-top: 58px;
  }
}
@media only screen and (max-width: 413px) {
  main {
    padding-top: 45px;
  }
}

/**
 * .breadcrumbs
 */
main .breadcrumbs {
  font-size: 0.8em;
}
main .breadcrumbs .inner {
  max-width: 1296px;
  padding-top: 12px;
  padding-bottom: 12px;
}
main .breadcrumbs li {
  display: inline-block;
}
main .breadcrumbs li a {
  text-decoration: none;
  color: #ff5698;
}
main .breadcrumbs li a::after {
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin: 0 5px 0 7px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  content: "";
}

/**
 * #head
 */
#head {
  padding: 35px 0;
  background: #ffecf2 url("https://www.oab-info.com/asset/img/common/title_bottom.png") no-repeat center
    bottom / 100% 35px;
  text-align: center;
}
#head h1 {
  font: 3.2rem bold;
  color: #ff5698;
}
#head h2 {
  position: relative;
  padding-top: 1em;
  font: 1.6rem bold;
}
#head h2::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 800px;
  max-width: 90%;
  height: 2px;
  background-color: #ff5698;
  content: "";
}
@media only screen and (max-width: 768px) {
  #head {
    text-align: left;
    padding-bottom: 45px;
  }
  #head h1 {
    padding-bottom: 5px;
    font-size: 2.4rem;
  }
  #head h2 {
    font-size: 1.4rem;
  }
  #head h2::after {
    max-width: 100%;
    height: 1px;
  }
}

main #head + section,
main section + section {
  margin-top: 5em;
}
@media only screen and (max-width: 768px) {
  main #head + section {
    margin-top: 3em;
  }
}

/**
 * .ttl
 */
main h2.ttl {
  position: relative;
  margin: 2em 0 1em 0;
  padding: 10px 0 20px 120px;
  background: url("../img/common/icon_ttl.svg") no-repeat left 0 / 100px auto;
  font: 2.8rem bold;
}
main h2.ttl::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  content: "";
}
main h2.ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ff5698;
  content: "";
}
main h3.ttl {
  margin: 2em 0 0.8em 0;
  background-color: #ffecf2;
  border-radius: 6px;
  padding: 10px 12px 5px 12px;
  font: 2rem bold;
  color: #ff5698;
}
main h4.ttl {
  margin: 2em 0 0.8em 0;
  font: 2rem bold;
  color: #ff5698;
}
main h3.ttl:first-child,
main h4.ttl:first-child {
  margin-top: 0;
}
main h1.ttl a,
main h2.ttl a,
main h3.ttl a,
main h4.ttl a {
  color: #ff5698;
}
main h1.ttl a:hover,
main h2.ttl a:hover,
main h3.ttl a:hover,
main h4.ttl a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  main h2.ttl {
    margin: 2em 0 1em 0;
    padding: 5px 0 10px 60px;
    background-size: 50px auto;
    font: 2rem bold;
  }
  main h2.ttl::before {
    height: 1px;
  }
  main h2.ttl::after {
    width: 50px;
    height: 1px;
  }
  main h3.ttl {
    border-radius: 4px;
    font: 1.5rem bold;
  }
  main h4.ttl {
    font: 1.5rem bold;
  }
  main h3.ttl:first-child,
  main h4.ttl:first-child {
    margin-top: 0;
  }
}

/**
 *
 */
main p + p {
  margin-top: 1em;
}
main strong {
  color: #ff5698;
}
main sup {
  vertical-align: text-top;
  font-size: 0.5em;
}
main .tal {
  text-align: left;
}
main .tac {
  text-align: center;
}
main .tar {
  text-align: right;
}
main .note {
  margin-top: 1em;
  font-size: 1.2rem;
}
main figure img {
  width: 100%;
}
main figcaption {
  margin-top: 5px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  main .note {
    font-size: 1rem;
  }
  main figcaption {
    font-size: 1rem;
  }
}

table.styled {
  width: 100%;
}
table.styled tr {
  border-bottom: solid 2px #fff;
}
table.styled th,
table.styled td {
  padding: 8px 10px;
}
table.styled th {
  background-color: #ffddea;
  width: 20%;
  white-space: nowrap;
  font-weight: bold;
}
table.styled td {
  background-color: #ffecf2;
}

/**
 * .check_list
 */
.check_list li {
  padding-left: 30px;
  background: url("../img/common/icon_check0.svg") no-repeat left 5px / 20px
    auto;
}
.check_list li + li {
  margin-top: 0.6em;
}
.check_list.br_p {
  padding: 20px;
  border: solid 2px #ffa1c7;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .check_list.br_p {
    padding: 15px;
    border-radius: 6px;
  }
}

/**
 * .img_l, .img_r
 */
.img_l:before,
.img_l:after,
.img_r:before,
.img_r:after,
.col2:before,
.col2:after {
  content: "";
  display: table;
}
.img_l:after,
.img_r:after,
.col2:after {
  clear: both;
}

.img_l .img,
.img_r .img {
  width: 28%;
}
.img_l .txt,
.img_r .txt {
  width: 68%;
}
.img_l .img,
.img_r .txt {
  float: left;
}
.img_r .img,
.img_l .txt {
  float: right;
}
.col2 > *:nth-child(odd) {
  width: 48%;
  float: left;
  clear: both;
}
.col2 > *:nth-child(even) {
  width: 48%;
  float: right;
}
@media only screen and (max-width: 768px) {
  .img_l .img,
  .img_r .img,
  .img_l .txt,
  .img_r .txt,
  .col2 > *:nth-child(odd),
  .col2 > *:nth-child(even) {
    float: none;
    width: 100%;
  }
  .img_l > *:nth-child(n + 2),
  .img_r > *:nth-child(n + 2),
  .col2 > *:nth-child(even) {
    margin-top: 2em;
  }
}

/**
 * .btn
 */
main .btn {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 400px;
  max-width: 100%;
  margin: 20px auto 0 auto;
  padding: 15px 10px;
  background: #ff5698;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
main .btn:hover {
  transform: scale(1.02);
}
main .btn::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 14px;
  height: 14px;
  margin: auto;
  background: #fff;
  border-radius: 100px;
  content: "";
}
main .btn::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  width: 3px;
  height: 3px;
  margin: auto;
  border-top: solid 1px #ff5698;
  border-right: solid 1px #ff5698;
  transform: rotate(45deg);
  content: "";
}
main .btn_g {
  background: #00b178;
}
main .btn_g::after {
  border-color: #00b178;
}
main .btn_b {
  background: #008ed8;
}
main .btn_b::after {
  border-color: #008ed8;
}
main .btn_invert {
  background: #fff;
  border: solid 3px #ff5698;
  padding: 12px 7px;
  color: #ff5698;
}
main .btn_invert::before {
  background-color: #ff5698;
}
main .btn_invert::after {
  border-color: #fff;
}
@media only screen and (max-width: 768px) {
  main .btn {
    margin: 15px auto 0 auto;
    padding: 12px 10px;
  }
}

/**
 * .link_btns
 */
main .link_btns .inner > div {
  background-color: #fffcdb;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
}
main .link_btns .btn_search,
main .link_btns .btn_inquirysheet {
  box-sizing: border-box;
  display: inline-block;
  width: 400px;
  max-width: 100%;
  border-radius: 100px;
  margin: 10px;
  /*padding: 14px 10px 3px 50px;削除*/
  height: 56px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  font: 1.8rem bold;
  color: #fff;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 8px 0 0 0;
  padding-left: 44px;
  font-weight: bold;
}
main .link_btns .btn_search:hover,
main .link_btns .btn_inquirysheet:hover {
  transform: scale(1.02);
}
main .link_btns .btn_search span,
main .link_btns .btn_inquirysheet span {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: 10px;
}
main .link_btns .btn_search {
  background: #008ed8 url("https://www.oab-info.com/asset/img/common/icon_searchbtn0.png") no-repeat 8px
    center / 44px;
}
main .link_btns .btn_inquirysheet {
  background: #ff5698 url("https://www.oab-info.com/asset/img/common/icon_inquirysheetbtn.png") no-repeat
    8px center / 44px;
}
main .link_btns .btn_search.icon_ubie {
  background: #008ed8 url("https://www.oab-info.com/asset/img/common/icon_ubiebtn.png") no-repeat 12px
    center / 54px;
}
main .link_btns .btn_inquirysheet.icon_movie {
  background: #ff5698 url("../img/common/icon_moviebtn.png") no-repeat 8px
    center / 44px;
}
@media only screen and (max-width: 768px) {
  main .link_btns {
    margin: 3em 0;
  }
  main .link_btns .inner > div {
    border-radius: 4px;
    padding: 20px 30px;
  }
  main .link_btns .btn_search,
  main .link_btns .btn_inquirysheet {
    margin: 6px auto;
    /*padding: 12px 6px 3px 40px;削除*/
    font: 1.2rem bold;
    min-height: 45px;
  }
  main .link_btns .btn_search span,
  main .link_btns .btn_inquirysheet span {
    line-height: 1.2;
    font-size: 0.9rem;
  }

  main .link_btns .btn_search.icon_ubie {
    background: #008ed8 url("https://www.oab-info.com/asset/img/common/icon_ubiebtn.png") no-repeat 8px
      center / 44px;
  }
  /* main .link_btns .btn_search,
	main .link_btns .btn_inquirysheet,
	main .link_btns .btn_search.btn_ubie,
	main .link_btns .btn_inquirysheet.btn_movie {
		background-size: 30px;
		background-position: 6px center;
	} */
}

main .link_relate {
  margin: 40px 0 0 0;
  text-align: right;
}
main .link_relate a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff5698;
}
main .link_relate a:hover {
  text-decoration: underline;
}
main .link_relate a::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #ff5698;
  border-radius: 100px;
  content: "";
}
main .link_relate a::after {
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  content: "";
}

/**
 * .box
 */
main .box {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
}
main .img_l + .box,
main .img_r + .box,
main .box + .box {
  margin-top: 2em;
}
main .box.video .box + .box {
  margin-top: 0;
}
main .box_bgp {
  background-color: #fff6f9;
}
main .box_bgb {
  background-color: #dff2fc;
}

main .box_brp {
  border-style: solid;
  border-width: 2px;
  border-color: #ffa1c7;
}
main .box_brg {
  border-style: solid;
  border-width: 2px;
  border-color: #e6e6e6;
}
main .box.video {
  background: none;
  padding: 0;
}
main .box_movie .box:nth-of-type(even) {
  margin-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  main .box {
    border-radius: 8px;
    padding: 20px;
  }
  main .img_l + .box,
  main .img_r + .box,
  main .box + .box {
    margin-top: 1.5em;
  }
}

/**
 * #contents
 */
#contents {
  box-sizing: border-box;
  float: left;
  width: 70%;
  padding: 0 30px;
}
#contents h2.ttl {
  margin-left: -30px;
  margin-right: -30px;
}
#contents h2.ttl:first-child {
  margin-top: 0;
}
#contents ul,
#contents ol {
  margin: 2em 0;
}
#contents ul.styled {
  padding-left: 1.2em;
  list-style: disc;
}
#contents ol.styled {
  padding-left: 1.2em;
  list-style: decimal;
}
#contents ul.styled li + li,
#contents ol.styled li + li {
  margin-top: 1em;
}
#contents figure {
  margin-top: 2em;
}

#contents ul.li_p li {
  position: relative;
  list-style: none;
}
#contents ul.li_p li::before {
  position: absolute;
  left: -0.9em;
  top: 0;
  font-weight: bold;
  color: #ff5698;
  content: "・";
}
@media only screen and (max-width: 768px) {
  #contents {
    float: none;
    width: 100%;
    padding: 0;
  }
  #contents h2.ttl {
    margin-left: 0;
    margin-right: 0;
  }
}

/**
 * #side
 */
#side {
  float: right;
  width: 25%;
}
#side li {
  margin-bottom: 3px;
  border-radius: 5px;
  background-color: #ff5698;
  font-weight: bold;
  color: #fff;
}
#side li.act {
  background-color: #ffecf2;
}
#side li h3 {
  position: relative;
  padding: 20px;
  line-height: 1.4;
}
#side li h3::after {
  display: block;
  right: 15px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100px;
  background-color: #fff;
  content: "";
}
#side li h3 span::before,
#side li h3 span::after {
  display: block;
  position: absolute;
  background-color: #ff5698;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  z-index: 1;
}
#side li h3 span::before {
  width: 14px;
  height: 2px;
  right: 22px;
}
#side li h3 span::after {
  width: 2px;
  height: 14px;
  right: 28px;
}
#side li.act h3 {
  color: #ff5698;
}
#side li.act h3::after {
  background-color: #ff5698;
}
#side li.act h3 span::before,
#side li.act h3 span::after {
  background-color: #fff;
}
#side li.act h3 span::after {
  display: none;
}
#side li a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 40px;
  text-decoration: none;
  line-height: 1.4;
  font-weight: bold;
  color: #ff5698;
}
#side li a:hover {
  text-decoration: underline;
}
#side li a::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 20px;
  width: 14px;
  height: 14px;
  background: #ff5698;
  border-radius: 100px;
  content: "";
}
#side li a::after {
  display: block;
  position: absolute;
  top: 8px;
  left: 24px;
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  content: "";
}
#side li li {
  border-radius: 0;
  background: none;
  padding-bottom: 5px;
}
#side li li:last-child {
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #side {
    margin-top: 3em;
    float: none;
    width: 100%;
  }
}

/**
 * footer
 */
footer {
  margin-top: 100px;
}
#fnav {
  background: #ff5698;
  padding: 30px 0;
}
#fnav h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
}
#fnav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -14px 0 -14px;
}
#fnav li {
  box-sizing: border-box;
  width: 24.9%;
  min-height: 86px;
  padding: 12px 14px;
}
#fnav li a {
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 65px;
  background: #fff no-repeat 15px center / 40px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(183, 33, 78, 1);
  text-decoration: none;
  font-weight: bold;
  line-height: 1.4;
  color: #ff5698;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fnav li a:hover {
  transform: scale(1.02);
}
#fnav li a.cause {
  background-image: url("https://www.oab-info.com/asset/img/common/icon_cause.svg");
}
#fnav li a.voice {
  background-image: url("https://www.oab-info.com/asset/img/common/icon_voice.svg");
}
#fnav li a.flow {
  background-image: url("https://www.oab-info.com/asset/img/common/icon_flow.svg");
}
#fnav li a.inquirysheet {
  background-image: url("../img/common/icon_inquirysheet.svg");
}
#fnav li a.faq {
  background-image: url("https://www.oab-info.com/asset/img/common/icon_faq.svg");
}
#fnav li a.family {
  background-image: url("https://www.oab-info.com/asset/img/common/icon_family.svg");
}
#fnav li a.column {
  background-image: url("https://www.oab-info.com/asset/img/common/icon_column.svg");
}
#fnav li a.search {
  background-image: url("../img/common/icon_search.svg");
}
#fnav li a span {
  display: table-cell;
  vertical-align: middle;
}

footer section:last-child {
  padding: 25px 0 80px 0;
}
footer section:last-child .inner {
  position: relative;
}
footer section:last-child nav {
  display: flex;
  padding-right: 60px;
}
footer section:last-child ul {
  margin-right: 10%;
}
footer section:last-child h2 {
  width: 115px;
  position: absolute;
  top: 0;
  right: 30px;
}
footer section:last-child li {
  margin-bottom: 0.4em;
}
footer section:last-child li a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff5698;
}
footer section:last-child li a:hover {
  text-decoration: underline;
}
footer section:last-child li a::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  background: #ff5698;
  border-radius: 100px;
  content: "";
}
footer section:last-child li a::after {
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  content: "";
}
footer .note,
footer section:last-child .copy {
  margin-top: 40px;
  text-align: center;
  font-size: 1.2rem;
  color: #444;
}
@media only screen and (max-width: 768px) {
  #fnav {
    padding: 20px 0 10px 0;
  }
  #fnav h2 {
    text-align: left;
    font-size: 1.5rem;
  }
  #fnav ul {
    margin: 10px -7px 0 -7px;
  }
  #fnav li {
    box-sizing: border-box;
    width: 49.85%;
    min-height: 86px;
    padding: 6px 7px;
  }
  #fnav li a {
    padding: 12px 10px 12px 50px;
    background: #fff no-repeat 10px center / 30px;
    border-radius: 6px;
  }

  footer section:last-child {
    padding: 25px 0 30px 0;
  }
  footer section:last-child h2 {
    right: 15px;
    width: 72px;
  }
  footer section:last-child li a {
    padding-left: 16px;
    font-size: 1.2rem;
  }
  footer section:last-child li a::before {
    top: 2px;
    width: 12px;
    height: 12px;
  }
  footer section:last-child li a::after {
    top: 6px;
    left: 3px;
  }
  footer .note {
    margin-top: 20px;
    text-align: left;
    font-size: 1rem;
  }
  footer section:last-child .copy {
    margin-top: 20px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 413px) {
  #fnav ul {
    display: block;
    margin: 20px 0;
  }
  #fnav li {
    box-sizing: border-box;
    width: 100%;
    min-height: 0;
    padding: 6px 0;
  }
  footer section:last-child nav {
    display: block;
    padding-right: 60px;
  }
}

.floating_banner {
  width: 100%;
  height: 110px;
  background: rgba(0, 142, 216, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.floating_banner .floating_banner_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.floating_banner .floating_banner_item:nth-of-type(1) {
  margin-right: 40px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .floating_banner .floating_banner_item:nth-of-type(1) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .floating_banner .floating_banner_item:nth-of-type(1) {
    display: none;
  }
}

.floating_banner .floating_banner_title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.floating_banner .floating_banner_title_icon {
  margin: 0 20px 0 0;
}

.floating_banner .floating_banner_btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 404px;
  height: 71px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #008ed8;
  text-decoration: none;
  box-shadow: 0 0 10px 1px rgba(11, 98, 143, 0.6);
  border-radius: 35px;
  background: #fff;
  padding: 0 0 0 138px;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 768px) {
  .floating_banner .floating_banner_btn {
    width: 100%;
    height: 66px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 35px;
    padding: 0 70px 0 100px;
  }
}
.floating_banner .floating_banner_btn:hover {
  transform: scale(1.02);
}

.floating_banner .floating_banner_btn_text {
  text-align: center;
}

.floating_banner .floating_banner_btn_icon {
  width: 60px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

.floating_banner .floating_banner_btn_em {
  font-size: 20px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .floating_banner .floating_banner_btn_em {
    font-size: 18px;
  }
}

.floating_banner_close_btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 46px;
  position: absolute;
  top: -22px;
  right: 22px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (max-width: 768px) {
  .floating_banner_close_btn {
    width: 40px;
    top: -20px;
    right: 10px;
  }
}

.floating_banner_close_btn:hover {
  transform: scale(1.02);
}