/*
Theme Name: blankslate_child
Template: blankslate
*/

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a:hover{
  opacity: .6;
  transition : .8s;
}

h1,h2,h3,h4,ul,p,a{
  margin-bottom: 15px;

}

body{
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  line-height: 160%;
  letter-spacing: 0.08rem;
}

#wrapper{
  background: #ebebeb;
}

h1,h2,h3,h4{
  letter-spacing: 0.3rem;
  font-family: "zen-maru-gothic", sans-serif;
font-weight: 700;
font-style: normal;
margin-bottom: 30px;
}

main{
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
    padding: 15px;
}

h1{
    font-size: 24px;
    background: #232d73;
    color: #fff;
    line-height: 122%;
    letter-spacing: 0.45rem;
    padding: 3% 5%;
    font-weight: 700;
    border-bottom: 5px solid #eddf39;
}

h2 {
    position: relative;
    padding: 3% 5%;
    color: #fff;
    border-radius: 10px;
    background: #232d73;
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 160%;
}

h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #232d73 transparent transparent transparent;
}

h3 {
font-size: 20px;
    background: #eddf39;
    padding: 10px;
    padding-bottom: 7px;
}

h3:before {
  content: url('assets/images/h3_icon.png');
  margin-right: 15px; /* 右マージンを設定 */
  vertical-align: middle;
}



h4 {
    position: relative;
    /* padding: 0 1rem 10px; */
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 10px;
    border-left: 4px solid #000;
    padding-left: 8px;

}



p{
  font-size: 16px;
  margin-bottom: 30px;
}

i{
  padding-left: 5px;
}

a{
  color: #403da5;
    text-decoration: underline;
}

a:hover{
opacity: .5;
transition: 1.8s;
}

img{
      width: 100%;
    display: block;
}

pre {
  white-space: pre-wrap;       /* CSS 2.1 */
  white-space: -moz-pre-wrap;   /* Mozilla */
  white-space: -pre-wrap;       /* Opera 4-6 */
  white-space: -o-pre-wrap;     /* Opera 7 */
  word-wrap: break-word;        /* IE 5.5+ */
}



#copyright p{
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #232d73;
  padding: 3% 5%;
}

.unline_tx{
 background: linear-gradient(to top, #eddf39, rgba(255, 0, 0, 0), rgba(0, 0, 255, 0));
    font-weight: 700;
}

.st_tx01{
    font-weight: 700;
    font-size: 24px;
}

.st_tx02{
  font-weight: 700;
    color: #ff4f4f;
}

.jyu_tx{
      padding: 5px 9px;
    background: #cb1d1d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    border-radius: 6px;
    margin-right: 10px;
}

div#toc_container {
 border-radius: 15px;
    border: 5px solid #dfdfdf;
    padding: 3% 5%;
}

div#toc_container ul li a{
     display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#toc_container{
  margin-bottom: 30px;
}

.recom_box{
    position: relative;
    background: #ebebeb;
    padding: 6% 5% 3%;
    margin-top: 95px;
    margin-bottom: 50px;
}

.recom_box h2{
  position: absolute;
    left: 0;
    top: -34px;
}

.recom_box ul{
  
}

.recom_box ul li{
      border-bottom: 1px solid #b1b1b1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.recom_box ul li:first-child{
      border-bottom: none;
}


.recom_box h2 {
position: absolute;
    padding: 10px 1rem;
    text-align: center;
    border: 3px solid #000;
    border-radius: 0 10px 10px 10px;
    font-size: 18px;
    margin: 0 auto;
    top: -31px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-shadow: none;
    background: #eddf39;
    color: #000;
}

.recom_box h2:before {
    position: absolute;
    top: -24px;
    left: -3px;
    height: 24px;
    padding: 0 1em;
    content: 'この記事は...';
    color: #fff;
    border-radius: 10px 10px 0 0;
    background: #000;
    font-size: 12px;
    width: 170px;
    border: none;
}

.recom_box h2:after{
  bottom: -12px;
}

.check_box{
    background: #f7f4ff;
    padding: 3% 5%;
    margin-bottom: 50px;
    box-shadow: 5px 6px 0px #c9c9c9;
}

.check_list{
}

.check_list li {
position: relative;
    border-bottom: 1px solid #c5a7a7;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.check_list li img{
    width: 27px;
    display: block;
    margin-right: 12px;
    margin-top: 4px;
}

.check_list li span i {
      padding-left: 0;
}

.number_box{
background: #edebd7;
    padding: 3% 5%;
    margin-bottom: 50px;
    box-shadow: 5px 6px 0px #c9c9c9;
}




.gaimg01{
      width: 100%;
    margin: 0 0 0 auto;
}

.doubt_box{
background: #fff;
    padding: 3% 5%;
    margin-bottom: 50px;
    background: #ebebeb;
    position: relative;
    box-shadow: 5px 6px 0px #c9c9c9;
}

.doubt_box li{
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.doubt_txt{
}


.doubt_txt h3 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    background: none;
    padding-bottom: 10px;
    margin-bottom: 36px;
    color: #232d73;
}

.doubt_txt h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #232d73;
}


.doubt_txt p{

}

.number_box li{
position: relative;
    overflow: hidden;
    padding: 1.5rem 0rem 1.5rem 86px;
    word-break: break-all;
    border-top: 3px solid #000;
    border-radius: 12px 0 0 0;
    margin-bottom: 25px;
    border-bottom: none;
}

.number_box li:last-child{
  margin-bottom: 0;
}

.number_box li span.number_icon{
    font-size: 40px;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 4px 20px;
    color: #fff;
    border-radius: 10px 0 20px 10px;
    background: #000;
}

/* ======================.kopo_box{
    background: #fff;
    border: 3px solid #232d73;
    padding: 60px 20px 0px;
    border-radius: 32px;
    margin-bottom: 50px;
    background: #ebebeb;
    position: relative;
    margin-top: 90px;
}

.kopo_box li{
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.kopo_txt{
}

.kopo_txt h3 {
position: absolute;
    margin-bottom: 2em;
    padding: 1.5rem 1rem;
    border-radius: 10px;
    background: #eddf39;
    top: -39px;
}

.kopo_txt h3:before,
.kopo_txt h3:after {
background: none;
}


.kopo_txt p{

}====================== */


.kopo_ar:before {
position: absolute;
    top: -31px;
    left: 0px;
    height: 44px;
    padding: 0 1em;
    content: 'ここがポイント!';
    color: #000;
    border-radius: 10px 10px 0 0;
    background: #eddf39;
    font-size: 14px;
    width: 170px;
    border: none;
    text-align: center;
    font-weight: 700;
    padding-top: 5px;
}


.kopo_box{
  position: relative;
}

.kopo_box h3{
  position: relative;
}

.kopo_ar{
margin-bottom: 50px;
margin-top:80px ;
}

.pusimpl_box{
  position: relative;
}

.pusimpl_box h3{
  position: relative;
}

.pusimpl_ar{
margin-bottom: 50px;
margin-top:80px ;
}


.pusimpl_ar:before {
position: absolute;
    top: -31px;
    left: 0px;
    height: 44px;
    padding: 0 1em;
    content: '簡単に言うと...';
    color: #000;
    border-radius: 10px 10px 0 0;
    background: #eddf39;
    font-size: 14px;
    width: 170px;
    border: none;
    text-align: center;
    font-weight: 700;
    padding-top: 5px;
}

.selif_ar {
     position: relative;
    padding: 3% 5%;
    color: #fff;
    border-radius: 0px 10px 10px 10px;
    background: #232d73;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.selif_ar:after {
content: '';
    position: absolute;
    right: 22px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    z-index: 2;
    border-color: #232d73 transparent transparent transparent;
    bottom: -16px;
}

.selif_ar_gaimg01{
  width: 28%;
  margin: 0 0 0 auto;
}

.summary_box{
  margin-bottom: 50px;
}

.summary_box .summary_tet_ar{
    padding: 30px 10px 20px;
    border: 3px solid #232d73;
    box-sizing: border-box;
    /* width: 97%; */
    margin-top: -23px;
    border-top: none;
}

blockquote {
    position: relative;
    padding: 30px 20px 5px;
    box-sizing: border-box;
    font-style: italic;
    background: #ebebeb;
      margin-bottom: 50px;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: -8px;
    left: 9px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "“";
    color: #FFF;
    font-size: 28px;
    line-height: 37px;
    background: #232d73;
    font-weight: 900;
    padding-right: 6px;
}

blockquote:after{
    position: absolute;
    content: '';
    top: -8px;
    left: 49px;
    border: none;
    border-bottom: solid 8px #8e95c5;
    border-right: solid 9px transparent;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.post-date{
    display: -webkit-flex;
    display: flex;
      -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.updete_icon_img{
     width: 25px;
    margin-right: 6px;
}

.post-date p{
    margin-bottom: 0;
    font-weight: 700;
    color: #c5c5c5;
}

.i_catch_img{
  margin-bottom: 30px;
}

.introduction{
      padding: 5% 3%;
    background: #f7f9ff;
    color: #232d73;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #e8e8e8;
    font-weight: 700;
    border: 3px solid #f1f1f1;
}

.introduction p{
margin-bottom: 0;
}


.relet_title01 img{
     width: 25px;
    margin-right: 6px;
}

.relet_title01{
display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    width: 125px;
    margin: 0 auto 15px;
}

.relet_title01 p{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color: #232d73;
}

a.related_ar{
  display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
        padding: 10px 16px;
    background: #f9f8ec;
    border: 2px solid #dfdfdf;
}


.related_ar img{
    width: 35%;
    margin-right: 15px;
}

.related_ar .kanre_title{
font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 2px solid #c4c4c4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.related_ar p{
      font-size: 14px;
    text-decoration: none;
}

.related_box{

}

.simple_list{
    padding: 25px;
    background: #fff;
    color: #000;
        margin-bottom: 30px;
}

.simple_list li{
    border-bottom: 2px dotted #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-left: 2em;
text-indent: -2em;
}

.simple_list .simple_number_icon{
    border-radius: 50%;
    background: #232d73;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    margin-right: 8px;
    font-weight: 900;
}

img.ga_link01{
    display: inline-block;
    width: 17px;
    margin-bottom: 5px;
    margin-left: 8px;
}

a.ga_link_main{
display: block;
}

section{
margin-bottom: 100px;
}

dl {
    display: flex;
    flex-wrap: wrap;
}

dt, dd {
    padding: 15px;
    border: 1px solid #000;
    text-align: center;
    display: flex;            /* これを追加 */
    flex-direction: column;   /* 縦方向に要素を配置 */
    justify-content: center;  /* 上下中央に配置 */
    border-bottom: none;
}

dt {
    flex: 0 0 30%;            /* dtの横幅を30%に設定 */
    border-right: none;
}

dd {
    flex: 1 0 calc(70% - 15px);  /* ddの横幅を70%に設定 (paddingとborderの分を引いています) */
    text-align: left;
}

.last_bod{
  border-bottom: 1px solid #000;
}




.clearfix::after {
content: “”;
display: block;
clear: both;
}