@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* CSS Document */

/* ==========================================================

	get manual style

===========================================================*/

html {
    scroll-behavior: smooth;
}

body {
    color: #333 !important;
}

header .header-container {
    background: #fff;
    padding: 10px 0;
}

.index_header-container {
    height: 301px;
}

.breadcrumb {
    background-color: #f6f8f9 !important;
}

.page-section1__content .header-container {
    background: #ffc52c;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    box-sizing: border-box;
    color: #603813;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.page-section1__content .header-container .wrap {
    width: 100%;
    margin: 0;
}

.page-section1__content .header-container h1 {
    margin-bottom: 25px;
}

div.nav-header>nav {
    height: auto !important;
}

.main p {
    line-height: 2;
}

.nav_pagetop {
    margin-top: 20px;
}

/* 打消し */

.m_cta {
    margin: 0;
}

.page-wrap__info {
    display: none;
}

.page-wrap__container {
    padding: 0;
}

.page-section1 {
    margin-top: 0px;
}

.page-section1__head {
    display: none;
}

.page-section1__content {
    margin-top: 0px;
}

.page-wrap--pd {
    padding-top: 0;
}

.share {
    margin-top: 0;
}

.rich-section_shere {
    margin: 40px 0 -20px !important; 
}

/* pc 関連記事 */
.category-wrap {
    display: none;
}

/* sp 関連記事 */
.page-wrap+.mod-section {
    display: none;
}

.detail-recommendJobList+.mod-section {
    display: none;
}

/* ==========================================================

	ここからメインコンテンツ

===========================================================*/

/* wrap */
.contentsWrap {
  background-image: url("/files/user/img/page/mv/735/baitoget_background.png");
    background-repeat: repeat;
    background-size: 25%;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
}

.contentsWrap ol {
    list-style: none;
}

.contentsWrap a {
    color: #0860C0;
    text-decoration: underline;
}

.contentsWrap a:hover {
    opacity: 0.7;
}

.contentsWrap mark {
    background: linear-gradient(to bottom, #FFFBF3 40%, #FFEE77);
}

.contentsWrap p {
    margin: 0;
    padding: 0 70px;
    line-height: 1.5;
}

.contentsWrap ul {
    list-style: none;
    padding: 0;
}

.contentsWrap .pen {
    display: block;
    width: calc(100% - 140px);
    margin: 0 auto;
    padding: 10px 14px 10px 22px;
    font-weight: bold;
  background-image: url(/files/user/img/page/mv/1340/pen.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    box-sizing: border-box;
}

.contentsWrap .mar10 {
    margin-bottom: 10px;
}

.contentsWrap .mar20 {
    margin-bottom: 20px;
}

.contentsWrap .mar30 {
    margin-bottom: 30px;
}

.contentsWrap .mar40 {
    margin-bottom: 40px;
}

.contentsWrap .pad10 {
    padding-bottom: 10px;
}

.contentsWrap .pad20 {
    padding-bottom: 20px;
}

.contentsWrap .pad30 {
    padding-bottom: 30px;
}

.contentsWrap .pad40 {
    padding-bottom: 40px;
}

#anc1,#anc2,#anc3 {
    display: block;
    padding-top: 145px;
    margin-top: -145px;
    pointer-events: none;
}

#anchor1,
#anchor2,
#anchor3 {
    display: block;
    padding-top: 95px;
    margin-top: -95px;
    pointer-events: none;
}

/*テンプレートダウンロード領域*/
.mgt-pc--50 {
    margin-top: 50px !important;
}

/* pattern
--------------------------------------------- */
.contentsWrap .pattern {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 600px;
}

.contentsWrap .pattern__inner {
    border: 2px solid #f44040;
}

.contentsWrap .pattern__inner--dl {
    border: 2px solid #cccccc;
}

.contentsWrap .pattern__head {
    margin-top: -16px;
    text-align: center;
}

.contentsWrap .pattern__head-text {
    position: relative;
    padding: 0 3px 0 50px;
    background-color: #FFFBF3;
    color: #191919;
    font-weight: bold;
}

.contentsWrap .pattern__head-text:before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 36px;
    height: 37px;
  background-image: url(/files/user/img/page/mv/1340/icon_idea_r.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contentsWrap .pattern__head-text--dl {
    padding-left: 35px;
    font-size: 1.28571rem;
}

.contentsWrap .pattern__head-text--dl:before {
    left: 8px;
    width: 22px;
    height: 26px;
  background-image: url(/files/user/img/page/mv/1340/icon_paper_b.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.contentsWrap .pattern__head-red {
    color: #f44040;
    font-size: 1.28571rem;
}

.contentsWrap .pattern__text {
    padding-top: 20px;
    padding-left: 30px;
    line-height: 2;
}

.contentsWrap .pattern__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding: 12px 25px 30px 25px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contentsWrap .pattern__list-item {
    margin-top: 10px;
    width: 170px;
    border: solid 1px #e0e4e7;
}

.contentsWrap .pattern__list-item--2 {
    width: 260px;
}

.contentsWrap .pattern__list-item--dl {
    width: 260px;
    border: solid 1px #20414F;
    border-radius: 30px;
    -webkit-box-shadow: 0 2px 0 #20414F;
    box-shadow: 0 2px 0 #20414F;
    text-align: center;
}

.contentsWrap .pattern__list-item--dl a {
  background-image: url(/files/user/img/page/mv/1340/icon_download_b.png);
    background-position: right 25px center;
    background-size: 16px 16px;
}

.contentsWrap .pattern__list-link {
    display: block;
    padding: 12px 10px;
  background-image: url(/files/user/img/page/mv/1340/arrow_r_blue.png);
    background-position: right 10px center;
    background-size: 6px 11px;
    background-repeat: no-repeat;
    font-weight: bold;
    -webkit-transition: none;
    transition: none;
}

.contentsWrap .pattern__list-link:hover {
    background-color: #fff2dd;
}

.contentsWrap .pattern__list-link--file:hover {
    border-radius: 30px;
    background-color: #fff2dd;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.contentsWrap .pattern__list-item {
    margin: 10px auto 0 auto;
}

.contentsWrap .pattern__list-link--file {
    color: #191919 !important;
    text-decoration: none !important;
}

/*  table 横スクロール
---------------------------------------------------- */

.table_wrap {
    padding: 0 70px;
}

.table-scroll.accordion_table table th,
.table-scroll.accordion_table table td {
    font-size: 12px;
    background: #fff;
}

.table-scroll.accordion_table table td span {
    color: #f00;
}

.table-scroll.accordion_table th {
    background: #ccc !important;
    font-weight: bold !important;
}

.table-scroll.accordion_table table th.bg_gray {
    background: #ccc !important;
}

/* ctaBox */
.ctaBox1 {
    position: relative;
    padding: 0 40px;
}

.ctaBox2 {
    position: relative;
    padding: 0 40px 50px;
}

/*文字装飾関連*/
.contentsWrap .bold {
    font-weight: bold;
}

.contentsWrap .highlight {
    background-color: #F7FF00;
}

/*コンテンツ格納*/
.moreChk {
    display: none;
}

.moreLabel {
    display: block;
    margin: -10px auto 0;
    height: 65px;
    width: calc(100% - 140px);
  background: url("/files/user/img/page/mv/735/plusStr.svg") no-repeat;
    background-position: top;
    cursor: pointer;
}

.moreLabel:hover {
    opacity: 0.7;
}

.hideContents {
    position: relative;
    overflow: hidden;
    /* height: 0; */
}

/* .hideContents::before {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    content: "";
}

.moreChk:checked~.hideContents {
    height: auto;
} */

/* .moreChk:checked~.hideContents::before {
    display: none;
} */

.moreChk:checked~.moreLabel {
    margin: 0 auto 0;
  background: url("/files/user/img/page/mv/735/minusStr.svg") no-repeat;
    background-position: top;
}

.moreLabel img {
    height: 60px;
}

/* title & menu */
.title {
    display: block;
    padding: 10px 0 15px;
}

.title h1 {
    margin: 0;
}

.titleImg {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 441px;
}

.menuTabHead {
    padding: 0;
    margin: 0;
    display: flex;
    align-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 60px;
    text-align: center;
}

.menuTabHead li {
    width: calc(20% - 0px);
    height: 50px;
    margin: 0 2px 0 2px;
    background-color: #417084;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.menuTabHead li a {
    display: block;
    padding-top: 11px;
    width: 100%;
    height: 100%;
}

.menuTabHead li:nth-child(5) {
    background-color: #FFFBF3;
    padding-top: 11px;
    height: 60px;
    width: calc(23% - 0px);
    max-width: 144px;
    box-sizing: border-box;
}

.menuTabHead li:first-child {
    margin: 0 2px 0 0;
}

.menuTabHead li:last-child {
    margin: 0 0 0 2px;
}

.menuTabFoot {
    padding: 0 0 30px 0;
    margin: 0;
    display: flex;
    align-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 60px;
    text-align: center;
}

.menuTabFoot li {
    width: calc(20% - 0px);
    height: 50px;
    margin: 0 2px 0 2px;
    background-color: #417084;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
}

.menuTabFoot li a {
    display: block;
    padding-top: 11px;
    width: 100%;
    height: 100%;
}

.menuTabFoot li:nth-child(5) {
    background-color: #FFFBF3;
    padding-top: 11px;
    height: 60px;
    width: calc(23% - 0px);
    max-width: 144px;
    box-sizing: border-box;
}

.menuTabFoot li:first-child {
    margin: 0 2px 0 0;
}

.menuTabFoot li:last-child {
    margin: 0 0 0 2px;
}

/* main */

.contentsMain {
    width: 100%;
    padding: 42px 0 0 0;
    background-color: #FFFBF3;
}

/* intro */

.intro {
    margin: 0;
}

.intro .headImg {
    display: block;
    width: calc(100% - 40px);
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 20px;
}

/* index */

.index {
    width: calc(100% - 80px);
    border: solid 1px #CCC;
    margin: 0 auto 35px;
    padding: 5px 0;
    box-sizing: border-box;
    outline: solid 1px #ccc;
    outline-offset: -5px;
    background-color: #fff;
}

.index .indexTitleImg {
    display: block;
    margin: 20px auto;
    height: 22px;
}

.index ol {
    padding: 0 60px;
}

.index li {
    position: relative;
    margin-bottom: 20px;
}

.index li img {
    position: absolute;
    top: -2px;
}

.index li a {
    display: block;
    padding-left: 33px;
    height: 25px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: #333;
}

/* 見出し群 */

.contentsWrap h2 {
    position: relative;
    display: block;
    margin: 0 40px 10px 65px;
    padding-left: 37px;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #FFFBF3;
    background-color: #417084;
    border-radius: 6px;
}

.contentsWrap h2 img {
    position: absolute;
    top: -2px;
    left: -25px;
}

.contentsWrap h3 {
    position: relative;
    display: block;
    margin: 0 40px 20px;
    padding: 6px 10px 6px 52px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #417084;
    background-color: #90E9EB;
    border-radius: 10px;
}

.contentsWrap h3 img {
    position: absolute;
    top: 20%;
    left: 8px;
}

.contentsWrap .strOver {
    height: 70px;
}

.contentsWrap .strOver p {
    padding: 8px 28px 0 0;
    line-height: 25px;
}

.contentsWrap .strOver img {
    top: 33%;
}

.contentsWrap h4 {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #20414F;
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
}

.contentsWrap h4 .icon {
    position: absolute;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  background-image: url(/files/user/img/page/mv/735/h4Icon.svg);
}

.contentsWrap h4 p {
    margin-left: 32px;
    padding: 0;
    line-height: 1.3;
}

.contentsWrap h5 {
    display: block;
    margin: 0 auto 16px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #417084;
    background-color: #FFFBF3;
    border: solid 2px #90E9EB;
    border-radius: 6px;
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
}

.contentsWrap h5 p {
    display: block;
    margin: 0 auto;
    padding: 0 20px
}

/*見出しアイコン位置パターン*/

.contentsWrap h2 img.pt01 {
    top: 5px;
}

.contentsWrap h3 img.pt01 {
    top: 30%;
}

.contentsWrap h3 img.pt02 {
    top: 35%;
}

.contentsWrap h4 .icon.pt01 {
    margin-top: 10px;
}

.contentsWrap h4 .icon.pt02 {
    margin-top: 20px;
}


/* contents */

/*solution*/
.solution {
    margin: 0 70px 30px;
    padding: 0 0 16px;
    background-color: #FFE3E3;
    text-align: center;
}

.solution .solutionHead {
    margin: 0 auto 12px;
    height: 31px;
    font-size: 14px;
    line-height: 28px;
    color: #EF4D4D;
    font-weight: bold;
}

.solution .solutionHead::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 31px;
  background: url(/files/user/img/page/mv/735/redOk.svg) no-repeat;
    margin-right: 3px;
    transform: translateY(10px);
}

.solution p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0;
}

/*redTab*/
.redTab {
    margin: 0 70px 10px;
}

.redTab .tabHead {
    width: 230px;
    height: 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    background-color: #EF4D4D;
    border-radius: 6px 6px 0 0;
}

.redTab .tabHead.pt01 {
    width: 70px;
}

.redTab .tabInside {
    display: block;
    padding: 16px 20px;
    background-color: #FFF;
    border: solid 2px #EF4D4D;
    border-radius: 0 6px 6px 6px;
}

.redTab .tabInside p {
    padding: 0 0 8px 0;
}

/*lightblueBack*/
.lightblueBack {
    margin: 0 70px 20px;
    padding: 16px 20px;
    background-color: #EAFFFF;
}

.lightblueBack p {
    padding: 0;
}

.lightblueBack ul {
    padding-left: 28px;
    list-style-type: disc;
}

/*grayBack*/
.grayBack {
    background-color: #F2F2F2;
    border-radius: 10px;
}

/*whiteBack*/
.whiteBack {
    background-color: #FFF;
}

/*redBack*/
.redBack {
    background-color: #FFE4E1;
    border-radius: 10px;
}

/*blueBack*/
.blueBack {
    margin: 0 70px 40px;
    padding: 16px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #90E9EB;
    border-radius: 6px;
}

.blueBack p {
    margin: 0 auto 8px;
    padding: 0;
    line-height: 24px;
}

.blueBack .button {
    display: block;
    margin: 0 auto 10px;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #20414F;
    text-align: center;
    text-decoration: none;
    background-color: #FFFFFF;
    border-radius: 20px;
}

.blueBack .button .icon1 {
    position: absolute;
    right: 14px;
    top: 33%;
}

.blueBack .button:last-child {
    margin-bottom: 0;
}

/*flexBox*/
.flexBox {
    margin: 0 auto 30px;
    width: calc(100% - 140px);
    display: flex;
    justify-content: space-between;
}

.flexLink {
    display: block;
    overflow-wrap: break-word;
    width: calc(50% - 4px);
    position: relative;
}

.flexLink p {
    margin: 10px 0 0 0;
    padding: 0 0 5px 0;
    color: #0860C0;
    text-decoration: underline;
    font-weight: bold;
}

.flexSolo {
    width: 100%;
}

.flexLink a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.flexLink:hover img {
    opacity: 0.5;
}

.flexLink:hover {
    background-color: #FFF2DD;
}

.flexLink img {
    width: calc(100%);
}

ul.two-line {
    max-width: 540px;
    margin: 0 auto 30px;
}

ul.two-line li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

ul.two-line p {
    padding: 10px 0;
    font-weight: bold;
}

ul.two-line li+li {
    margin-left: 5px;
}

ul.two-line li img {
    width: 100%;
}

/* 関連記事以降 ============================================== */

.redButton {
  margin: 0 auto 50px;
  position: relative;
  width: 71.5%;
  height: 46px;
  background-color: #EF4D4D;
  border-radius: 46px;
}

.redButton a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.redButton:hover {
  opacity: 0.5;
}

.redButton p {
  margin: 0;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
}

.redButton .icon1 {
  position: absolute;
  left: 30px;
  top: 25%;
}

.redButton .icon2 {
  position: absolute;
  right: 30px;
  top: 35%;
}

.relational {
  width: calc(100% - 140px);
  margin: 0 auto 30px;
  /* padding: 30px 0 70px; */
  box-sizing: border-box;
}

.relational .headlineImg {
  width: 100%;
  max-width: 300px;
  margin: 30px auto 30px;
  display: block;
}

.relational .redButton {
  margin: 0 auto 10px;
  width: 100%;
  max-width: 480px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.relational .redButton p {
  line-height: 50px;
}

.relationalBox {
  margin: 0 auto 30px;
  max-width: 480px;
}

.relationalBox img {
  padding: 5px 0;
}

.relationalFlex {
  margin: 0 0 12px 0;
  display: flex;
  position: relative;
}

.relationalFlex img {
  margin: 0 20px 0 0;
  padding: 0;
  height: 64px;
}

.relationalFlex p {
  margin: 0;
  padding: 0;
  color: #0860c0;
  font-size: 14px;
  text-decoration: underline;
}

.relationalFlex .relationalFlexBaitoget {
  font-size: 13px;
}

.relationalFlex a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.relationalFlex:hover img {
  opacity: 0.5;
}

.relationalFlex:hover {
  background-color: #FFF2DD;
}

.qaTitle {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
    ul.two-line {
        margin: 0 5% 30px;
    }

    ul.two-line li {
        width: 100%;
    }

    ul.two-line p {
        padding: 10px 0;
    }

    ul.two-line li+li {
        margin: 5px 0 0;
    }
}

/*imgBox*/
.imgBox {
    width: calc(100% - 180px);
    margin: 0 auto 20px;
    padding: 16px 20px;
    background-color: #FFF;
    border-radius: 6px;
}

.imgBoxSide {
    display: flex;
}

.imgBoxSide img {
    min-width: 0;
}

.imgBox p {
    margin-top: 0;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.imgBox img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 510px;
}

.imgBox .spImg {
    display: none;
}

img.imgBox02 {
    max-width: 540px;
    margin: 24px auto;
    display: block;
}

/* talkBox */
.talkBox {
    width: calc(100% - 140px);
    position: relative;
    margin: 0 auto 10px;
    padding: 16px 20px 16px 70px;
    min-height: 102px;
    box-sizing: border-box;
}

.talkBox p {
    padding: 0;
}

.talkW {
    background-color: #FFF;
}

.talkB {
    background-color: #EAFFFF;
}

.talkIcon {
    position: absolute;
    top: 16px;
    left: 10px;
    display: block;
    width: 50px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.talkIcon img {
    padding-bottom: 2px;
}

.talkHead p {
    padding: 0 70px;
    text-align: left;
}

/* table_box */
.table_box.accordion_table {
    width: calc(100% - 140px);
    border-collapse: collapse;
    margin: 0 auto 30px;
}

.table_box.accordion_table *,
.table_box.accordion_table *:before,
.table_box.accordion_table *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.table_box.accordion_table th {
    background: #ccc;
    padding: 10px;
    border: 1px solid #dddddd;
    white-space: nowrap;
    text-align: center;
    font-weight: bold;
}

.table_box.accordion_table td {
    background-color: #fff;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #dddddd;
}

.table_box.accordion_table td.tdCenter {
    text-align: center;
}

/*note*/
.noteBox {
    width: calc(100% - 140px);
    margin: 0 auto;
    padding: 16px 20px 16px 20px;
    background-color: #fff;
    box-sizing: border-box;
}

.noteBox p {
    padding: 0 0 8px 0;
}

.note {
    padding-bottom: 2px;
    background-color: #fff;
    background-image: linear-gradient(180deg, #FAF4E9 2px, transparent 2px);
    background-size: 100% 21px;
    box-sizing: border-box;
}

.note p {
    line-height: 1.5;
    padding: 0;
}

/*mensetsuCheckBox*/
.mensetsuCheckBox {
    width: calc(100% - 140px);
    background: #fff;
    margin: 0 auto;
    padding: 16px 20px 16px;
    position: relative;
    box-sizing: border-box;
}

ul.mensetsu-checklist {
    padding: 0;
    margin: 0;
}

ul.mensetsu-checklist li {
    margin-bottom: 9px;
    font-weight: bold;
    position: relative;
    list-style: none;
}

ul.mensetsu-checklist li:last-of-type {
    display: block;
    margin-bottom: 0;
}

ul.mensetsu-checklist li:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 26px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    padding-bottom: 2px;
  background-image: url(/files/user/img/page/mv/1174/lightBlueCheck.svg);
    background-repeat: no-repeat;
}

ul.mensetsu-checklist li.pt01:after {
    content: '';
  background-image: url(/files/user/img/page/mv/1174/01pc.png);
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 93px;
}

ul.mensetsu-checklist li.pt02:after {
    content: '';
  background-image: url(/files/user/img/page/mv/1174/02pc.png);
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 79px;
}

ul.mensetsu-checklist li.pt03:after {
    content: '';
  background-image: url(/files/user/img/page/mv/1174/03pc.png);
    height: 26px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 79px;
}

ul.mensetsu-checklist li.pt01:after {
    width: 330px;
}

ul.mensetsu-checklist li.pt02:after {
    width: 330px;
}

ul.mensetsu-checklist li.pt03:after {
    width: 374px;
}

.speechBoxPC {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
}

.speechBoxPC::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid 2px transparent;
    border-top-color: #0ff;
}

.speechBoxPC p {
    font-weight: bold;
}

/*prefectures*/
.contentsWrap .prefectures a {
  color: #444444;
  text-decoration: none;
}

.contentsWrap .prefectures dd {
  color: #444444;
}

.contentsWrap .prefectures dd>ul {
  margin: 0 auto 20px;
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.contentsWrap .prefectures dd>ul>li {
  width: 25%;
}

.contentsWrap .prefectures dd>ul>li>a {
  position: relative;
  text-align: left;
  display: block;
  font-size: 0.8rem;
  padding: 1rem;
  border: solid 1px #d5dce0;
  background-color: #fff;
  margin-left: -1px;
  margin-top: -1px;
  text-decoration: none;
  transition: all .2s;
}

.contentsWrap .prefectures dd>ul>li a::before {
  position: absolute;
  right: 12px;
  top: calc(50% - 2px);
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #f43e3e;
  border-right: solid 1px #f43e3e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contentsWrap .prefectures dd>ul>li:hover a {
  background: #f43e3e;
  color: #fff;
}

.contentsWrap .prefectures dd>ul>li:hover a::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

@media screen and (min-width: 751px) {
    .brSp {
        display: none;
    }

  .bread {
    display: none;
  }
}


@media screen and (max-width: 750px) {

    .contentsWrap .pattern {
        margin-top: 0 !important;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .contentsWrap .pattern__inner {
        border: none;
    }

    .contentsWrap .pattern__inner--dl {
        border: none;
    }

    .contentsWrap .pattern__head {
        margin-top: -16px;
        text-align: left;
        padding-left: 10px;
    }

    .contentsWrap .pattern__head-text {
        position: relative;
        padding: 0 3px 0 50px;
        color: #191919;
        font-weight: bold;
    }

    .contentsWrap .pattern__head-text--dl {
        padding: 5px 10px;
        font-size: 14px;
        border-left: 10px solid #20414F;
    }

    .contentsWrap .pattern__head-text--dl:before {
        display: none;
    }

    .contentsWrap .pattern__list-item--dl {
        width: 100%;
        border: solid 1px #20414F;
        border-radius: 30px;
        -webkit-box-shadow: 0 2px 0 #20414F;
        box-shadow: 0 2px 0 #20414F;
        text-align: center;
        margin: 0 auto 20px auto;
    }

    .contentsWrap .pattern__list-link {
        display: block;
        padding: 12px 10px;
    background-image: url(/files/user/img/page/mv/1340/arrow_r_blue.png);
        background-position: right 10px center;
        background-size: 6px 11px;
        background-repeat: no-repeat;
        font-weight: bold;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

    .contentsWrap .btn-red__link {
        display: block;
        padding: 4vw 0;
    background-image: url(/files/user/img/page/mv/1340/icon_download_b.png);
        background-position: right 4vw center;
        background-size: 4.26667vw 4.26667vw;
        background-repeat: no-repeat;
        font-weight: bold;
        font-size: 1.71429rem;
    }

    .contentsWrap .pattern__list-item a {
        color: #191919;
        text-decoration: none;
    }

  .contentsWrap .prefectures {
    line-height: 2;
  }

  .contentsWrap .prefectures dd {
    color: #444444;
  }

  .contentsWrap .prefectures dd>ul {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
  }

  .contentsWrap .prefectures dd>ul>li {
    width: 50%;
  }

  .contentsWrap .prefectures dd>ul>li>a {
    position: relative;
    text-align: left;
    display: block;
    font-size: 1.5rem;
    padding: 2rem;
    border: solid 1px #d5dce0;
    margin-left: -1px;
    margin-top: -1px;
    text-decoration: none;
    transition: all .2s;
  }

  .contentsWrap .prefectures dd>ul>li a::before {
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-top: solid 1px #f43e3e;
    border-right: solid 1px #f43e3e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .contentsWrap .prefectures dd>ul>li:hover a {
    background: #f43e3e;
    color: #fff;
  }

  .contentsWrap .prefectures dd>ul>li:hover a::before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }

    .contentsWrap .pen {
        width: calc(100% - 40px);
    }

  .bread {
    font-size: 11px;
  }

    .table_wrap {
        padding: 0 20px;
    }

    .contentsWrap .mar00sp {
        margin-bottom: 0px;
    }

    .contentsWrap .mar10sp {
        margin-bottom: 10px;
    }

    .contentsWrap .mar20sp {
        margin-bottom: 20px;
    }

    .contentsWrap .mar30sp {
        margin-bottom: 30px;
    }

    .contentsWrap .mar40sp {
        margin-bottom: 40px;
    }

    .contentsWrap .pad10sp {
        padding-bottom: 10px;
    }

    .contentsWrap .pad20sp {
        padding-bottom: 20px;
    }

    .contentsWrap .pad30sp {
        padding-bottom: 30px;
    }

    .contentsWrap .pad40sp {
        padding-bottom: 40px;
    }

    #anc1,#anc2,#anc3 {
        padding-top: 120px;
        margin-top: -120px;
    }

    #anchor1,
    #anchor2,
    #anchor3 {
        padding-top: 70px;
        margin-top: -70px;
    }

    .ctaBox1 {
        position: relative;
        padding: 0 20px;
    }

    .ctaBox2 {
        position: relative;
        padding: 0 10px 30px;
    }

    .contentsWrap p {
        padding: 0 20px;
    }

    .contentsMain {
    padding: 20px 0 0;
    }

    /*title*/
    .titleImg {
        max-width: 340px;
    }

    .menuTabHead img {
        max-height: 19px;
        max-width: 53px;
    }

    .menuTabHead li {
        height: 45px;
    }

    .menuTabHead li a {
        padding-top: 12px;
    }

    .menuTabHead li:nth-child(5) {
        padding-top: 20px;
        max-width: initial;
    }

    .menuTabHead li:nth-child(5) img {
        max-height: 24px;
        max-width: 58px;
    }

    .menuTabFoot img {
        max-height: 19px;
        max-width: 53px;
    }

    .menuTabHead li {
        height: 45px;
    }

    .menuTabFoot li a {
        padding-top: 12px;
    }

    .menuTabFoot li:nth-child(5) {
        padding-top: 20px;
        max-width: initial;
    }

    .menuTabFoot li:nth-child(5) img {
        max-height: 24px;
        max-width: 58px;
    }

    /*コンテンツ格納*/
    .moreLabel {
        margin: -20px auto 0;
        height: 50px;
        width: calc(100% - 40px);
    }

    .moreChk:checked~.moreLabel {
        margin: 0 auto 0;
    background: url("/files/user/img/page/mv/735/minusStr.svg") no-repeat;
        background-position: top;
    }

    /* index */
    .index {
        width: calc(100% - 40px);
    }

    .index ol {
        padding: 0 20px;
    }

    .index li {
        margin-bottom: 15px;
    }

    .index li a {
        padding-bottom: 10px;
    }

    .index .indexTitleImg {
        max-width: 280px;
    }

    /* 見出し群 */
    .contentsWrap h2 {
        margin: 0 20px 10px 45px;
        padding: 10px 20px 10px 30px;
        font-size: 16px;
        line-height: 20px;
    }

    .contentsWrap h2 img {
        position: absolute;
        top: -2px;
        left: -25px;
    }

    .contentsWrap h3 {
        margin: 0 20px 20px;
        padding: 10px 10px 10px 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 40px;
        font-size: 16px;
        line-height: 20px;
    }

    .contentsWrap h4 {
        margin: 0 20px 20px;
        font-size: 16px;
        width: 90%;
    }

    .contentsWrap .strOver {
        height: 90px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .contentsWrap h5 {
        margin: 0 auto 16px;
        padding: 6px 0;
        font-size: 14px;
        line-height: 20px;
        width: 90%;
    }

    .contentsWrap h5 p {
        padding: 0 10px;
    }

    /*見出しアイコン位置パターン*/
    .contentsWrap h2 img.pt01sp90 {
        top: 5px;
    }

    .contentsWrap h3 img.pt01sp90 {
        top: 30%;
    }

    .contentsWrap h3 img.pt02sp90 {
        top: 35%;
    }

    .contentsWrap h4 .icon.pt01sp90 {
        margin-top: 10px;
    }

    .contentsWrap h4 .icon.pt02sp90 {
        margin-top: 20px;
    }


    /*flexBox*/
    .flexBox {
        width: calc(100% - 40px);
    }

    .flexLink {
        width: calc(50% - 2px);
    }

    .flexLink p {
        padding: 0 0 5px 0;
    }

    .flexSolo {
        width: 100%;
    }

    /*solution*/
    .solution {
        margin: 0 20px 30px;
    }

    .solution p {
        padding: 0;
        font-size: 12px;
    }

    /*redTab*/
    .redTab {
        margin: 0 20px 10px;
    }

    /*lightblueBack*/
    .lightblueBack {
        margin: 0 20px 20px;
        padding: 16px 20px;
        background-color: #EAFFFF;
    }

    .lightblueBack p {
        padding: 0;
    }

    /*grayBack*/
    .grayBack {
        background-color: #F2F2F2;
        border-radius: 10px;
    }

    /*redBack*/
    .redBack {
        background-color: #FFE4E1;
        border-radius: 10px;
    }

    /*whiteBack*/
    .whiteBack {
        background-color: #FFF;
    }

    /*blueBack*/
    .blueBack {
        margin: 0 20px 40px;
    }

    .blueBack p {
        padding: 0;
    }

    .blueBack .button {
        text-align: left;
        padding-left: 20px;
    }

  .blueBack .hidden {
    display: none;
  }

    /*imgBox*/
    .imgBox {
        width: calc(100% - 80px);
        margin: 0 20px 40px;
        padding: 16px 20px;
        background-color: #FFF;
    }

    .imgBox p {
        padding-bottom: 0;
        padding-left: 0;
    }

    .imgBox .spImg {
        display: block;
    }

    img.imgBox02 {
        width: 90%;
    }

    /* talkBox */
    .talkBox {
        padding: 16px 10px 16px 70px;
        width: calc(100% - 40px);
        min-height: 102px;
        box-sizing: border-box;
    }

    .talkBox p {
        padding: 0;
    }

    .talkW {
        background-color: #FFF;
    }

    .talkB {
        background-color: #EAFFFF;
    }

    .talkHead p {
        padding: 0 20px;
        text-align: left;
    }

    .table_box.accordion_table {
        width: 90%;
    }

    .noteBox {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 16px 20px 16px 20px;
    }

    .noteBox p {
        padding: 0 0 8px 0;
    }

    .note p {
        line-height: 1.5;
        padding: 0;
    }

    .mensetsuCheckBox {
        background: #fff;
        width: calc(100% - 40px);
        padding: 16px 20px 20px;
        position: relative;
    }

    ul.mensetsu-checklist li {
        margin-bottom: 9px;
        font-weight: bold;
        position: relative;
    }

    ul.mensetsu-checklist li:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 26px;
        background-size: contain;
        vertical-align: middle;
        margin-right: 5px;
        padding-bottom: 2px;
    background-image: url(/files/user/img/page/mv/1174/lightBlueCheck.svg);
        background-repeat: no-repeat;
    }

    ul.mensetsu-checklist li.pt03 {
        margin-bottom: 59px;
    }

    ul.mensetsu-checklist li.pt01,
    ul.mensetsu-checklist li.pt02 {
        margin-bottom: 38px;
    }

    ul.mensetsu-checklist li.pt01:after {
        content: '';
    background-image: url(/files/user/img/page/mv/1174/01sp.png);
        height: 33px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    ul.mensetsu-checklist li.pt02:after {
        content: '';
    background-image: url(/files/user/img/page/mv/1174/02sp.png);
        height: 33px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    ul.mensetsu-checklist li.pt03:after {
        content: '';
    background-image: url(/files/user/img/page/mv/1174/03sp.png);
        height: 53px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    ul.mensetsu-checklist li.pt01:after {
        width: 275px;
    }

    ul.mensetsu-checklist li.pt02:after {
        width: 275px;
    }

    ul.mensetsu-checklist li.pt03:after {
        width: 275px;
    }

  /* 関連記事以降 ============================================== */
  .redButton .icon2 {
    position: absolute;
    right: 15px;
    top: 35%;
}

  .relational {
    width: calc(100% - 40px);
    margin: 0 auto 20px;
    padding: 0;
  }

  .relational .headlineImg {
    width: 100%;
    max-width: 190px;
    margin: 40px auto 30px;
    display: block;
  }

  .relational .redButton {
    margin: 0 auto 16px;
    width: 100%;
    max-width: 295px;
  }

  .relational .redButton .icon1 {
    position: absolute;
    width: 7%;
    left: 20px;
    top: 31%;
  }

  .relational .redButton p {
    padding-left: 30px;
    font-size: 14px;
  }

  .relationalBox {
    margin-bottom: 40px;
  }

  .relationalFlex {
    margin: 0 0 12px 0;
    display: flex;
    position: relative;
  }

  .relationalFlex img {
    margin: 0 12px 0 0;
    padding: 0;
    height: 64px;
  }

  .relationalFlex p {
    padding: 0;
    line-height: 1.5;
  }

}

@media screen and (max-width: 376px) {

    /*見出しアイコン位置パターン*/
    .contentsWrap h2 img.pt01sp75 {
        top: 5px;
    }

    .contentsWrap h3 img.pt01sp75 {
        top: 30%;
    }

    .contentsWrap h3 img.pt02sp75 {
        top: 35%;
    }

    .contentsWrap h4 .icon.pt01sp75 {
        margin-top: 10px;
    }

    .contentsWrap h4 .icon.pt02sp75 {
        margin-top: 20px;
    }

}

@media screen and (max-width: 321px) {
    .m_cta a {
        top: calc(41vw + 10px);
    }

    .index .indexTitleImg {
        max-width: 240px;
    }

    .blueBack .button {
        font-size: 12px;
    }

    .titleImg {
        max-width: 300px;
    }

    .solution {
        margin: 0 10px 30px;
    }

    .contentsWrap h2 {
        margin: 0 10px 10px 35px;
        padding: 5px 10px 5px 25px;
        line-height: 1.5;
    }

    /*見出しアイコン位置パターン*/
    .contentsWrap h2 img.pt01sp20 {
        top: 5px;
    }

    .contentsWrap h3 img.pt01sp20 {
        top: 30%;
    }

    .contentsWrap h3 img.pt02sp20 {
        top: 35%;
    }

    .contentsWrap h4 .icon.pt01sp20 {
        margin-top: 10px;
    }

    .contentsWrap h4 .icon.pt02sp20 {
        margin-top: 20px;
    }

    .mensetsuCheckBox {
        background: #fff;
        width: calc(100% - 40px);
        padding: 16px 20px 20px;
        position: relative;
    }

    ul.mensetsu-checklist li.pt03 {
        margin-bottom: 48px;
    }

    ul.mensetsu-checklist li.pt01,
    ul.mensetsu-checklist li.pt02 {
        margin-bottom: 32px;
    }

    ul.mensetsu-checklist li.pt01:after {
        content: '';
    background-image: url(/files/user/img/page/mv/1174/01sp.png);
        height: 32px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    ul.mensetsu-checklist li.pt02:after {
        content: '';
    background-image: url(/files/user/img/page/mv/1174/02sp.png);
        height: 32px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    ul.mensetsu-checklist li.pt03:after {
        content: '';
    background-image: url(/files/user/img/page/mv/1174/03sp.png);
        height: 48px;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    ul.mensetsu-checklist li.pt01:after {
        width: 220px;
    }

    ul.mensetsu-checklist li.pt02:after {
        width: 220px;
    }

    ul.mensetsu-checklist li.pt03:after {
        width: 220px;
    }

  /* 関連記事以降 ============================================== */
  .redButton {
    margin: 30px auto 30px;
  }

  .redButton .icon1 {
    position: absolute;
    left: 30px;
    top: 25%;
  }

  .redButton .icon2 {
    position: absolute;
    right: 30px;
    top: 35%;
  }

  .redButton p {
    font-size: 12px;
    font-weight: bold;
  }

  .relational {
    margin: 0 15px;
    padding: 0;
  }

  .relational .headlineImg {
    width: 70%;
    margin: 30px auto 30px;
    display: block;
  }

  .relational .redButton {
    margin: 0 auto 10px;
    width: 100%;
  }

  .relational .icon1 {
    position: absolute;
    width: 8%;
    left: 20px;
    top: 27%;
  }

  .relational .icon2 {
    position: absolute;
    right: 20px;
    top: 35%;
  }

  .relational .redButton p {
    font-size: 13px;
    font-weight: bold;
  }

  .relationalBox {
    margin-bottom: 30px;
  }

  .relationalFlex {
    margin: 0 0 10px 0;
    display: flex;
    position: relative;
  }

  .relationalFlex img {
    margin: 0 10px 0 0;
  }
}