@charset "UTF-8";
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-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ul,li{
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

/* HTML5
-------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* all
-------------------------------------------------- */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-wrap: break-word;
  overflow: hidden;
  word-break: normal;
}

a {
  -webkit-transition: all ease-in-out .3s;
          transition: all ease-in-out .3s;
  text-decoration: none;
  color: #5C5230;
}
a:focus, a:active, a:hover {
  outline: 0;
}

* {
  box-sizing: border-box;
}

p{
  font-size: 14px;
  color: #5C5230;
}

/* clear
-------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* header
-------------------------------------------------- */
header {
    width: 100%;
    max-width: 700px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_logo {
    display: block;
    width: 30%;
    height: 100%;
    margin: 10px 10px;
}
.header_btn{
    display: flex;
    width: 80%;
    margin-left: auto;
    padding: 8px 10px;
}
/* text
-------------------------------------------------- */
.text_small{
    font-size: 0.1rem;
}
.text_middle{
    font-size: 0.8rem;
}
.text9{
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}
.text10{
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}
.text12{
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
}
.textpink{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: #eb7c89;
}
.annotation_01{
    text-align: right;
}
.annotation_02{
    text-align: left;
    margin-top: 20px;
}
.text_margin-bottom{
  margin-bottom: 20px;
}
.text_margin-bottom_2{
    margin-bottom: 10px;
}


/* contents
-------------------------------------------------- */
#content{
    max-width: 600px;
    padding: 0 10px;
    margin: 0 auto;
}
.contents{
    margin: auto;
    padding: 50px 0;
}
.first{
  padding-top: 0 !important;
}
.contents_mv{
    position: relative;
    padding: 0;
}
.blue{
    background: #edf4fa;
    margin: auto;
    padding: 50px 0;
}
.contents_inner{
    padding: 0 5px;
}
.contents img{
    width: 100%;
}
.main_visual{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.contents_title{
    margin: auto;
    margin-bottom: 30px;
}
.contents_img{
    margin: auto;
    padding: 0 10px;
    text-align: center;
}
.img_margin-bottom img{
    margin-bottom: 15px;
}
.img_margin-top img{
    margin-top: 20px;
}

table.recommend{
    border: none;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 14px;
    margin: 0 5px 15px;
    color: #5C5230;
}
table.recommend td{
    border: none;
    line-height: 1.4rem;
    font-size: 0.9rem;
}
.recommend_li{
    font-weight: bold;
    width: 20%;
}
.recommend_data{
    padding-left: 20px;
}
.recommend_anser{
    font-weight: 600;
}

table.karadanote{
    border: none;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 14px;
    margin: 0 5px 15px;
    color: #5C5230;
}
table.karadanote td{
    border: none;
    line-height: 1.4rem;
    font-size: 0.9rem;
}
.karadanote_li{
    font-weight: bold;
    width: 20%;
}
.karadanote_icon img{
    width: 100px;
}
.karadanote_data{
    padding: 0 5px;
    margin-top: 20px;
}
.karadanote_anser{
    font-weight: 600;
}

table.qa{
    border: none;
    border-collapse: separate;
    border-spacing: 0px 10px;
    font-size: 14px;
    margin: 0 5px 15px;
    color: #5C5230;
}
table.qa td{
    border: none;
    line-height: 1.2rem;
    font-size: 0.9rem;
}
.question_icon img,
.anser_icon img{
    width: 30px;
}
.question_data{
    font-weight: 600;
}
.question_data,
.anser_data{
    padding-left: 10px;
}
.logo_small{
    width: 60%;
    margin: auto;
}
.size35{
    width: 35%;
}
.padding-top{
    padding-top: 50px;
}




/* ボタン */
.btn_area{
    text-align: center;
    margin: 30px auto 0;
}

.btn_area_mv{
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 63%;
}
.btn_cv{
    width: 100%;
}


a img{
    transition: 0.5s;
}
a img:hover{
    opacity: 0.5;
}

.comic img{
    border: 1px solid #c1c1c1;
}


/* footer
-------------------------------------------------- */
.company_footer{
    padding: 50px 0 10px;
    text-align: center;
}
.company_footer p{
  font-size: 0.7rem;
}

.company_footer ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.company_footer ul li {
  white-space: nowrap;
  margin: 15px auto;
}



/* PC用
-------------------------------------------------- */
@media screen and (min-width:746px) {

.sp{
    display: none;
}
.main_visual{
    width: 680px;
    margin: auto;
}
.header_logo{
    width: 27%;
}
.header_btn{
    width: 60%;
}
.btn_area{
    width: 100%;
    top: 70%;
    left: 2%;
}
.btn_area_mv{
    top: 70%;
}
.text_small{
    font-size: 11px;
}
.text9{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.text10{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.text12{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.textpink{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #eb7c89;
}
table.recommend td{
    line-height: 2rem;
    font-size: 20px;
}

}
