@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Noto+Sans+JP:wght@300;500;700&display=swap');
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    color: #000000;
}

a:hover{
      opacity: 0.5;
  transition: 0.2s;
}

@media screen and (max-width:800px) {
  a:hover{
    opacity: 1;
}
}

p {
  word-wrap: break-word;
}

h1 {
  font-weight:400;
  color: #000;
  opacity: 1;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

li {
  text-decoration: none;
  list-style: none;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

html {
	font-size: 62.5%;
	height: 100%;
}
body#top {
  position: relative;
	width: 100vw;
	height: 10000px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:  "Noto Sans JP";
	color: #000;
	overflow-x: hidden;
	overflow-y: auto;
} 
#contents {
  position: relative;
  width: 100%;
  height: 100%;
}


.contents_box{
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}

 /*Google Chrome、Safariへの対応*/
.contents_box::-webkit-scrollbar{
  display: none;
}



@media screen and (max-width:800px){
  .dispWide{
  display: none!important;
  }
}


.cover {
  width: 100%;
  height: auto;
}

/* flexbox */
.flexBlock {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
}

.noWrap{
  flex-wrap: nowrap!important;
}

.flexList2 {
  width: 50%;
}

.flexList3 {
  width: 33%;
}

.flexList3S {
  width: 30%!important;
}

.flexlist4_ftr{
  width:18%;
  justify-content: space-around;
  margin-left: 2em!important;
}

.flexlist4_ftr > li{
  width: 18%;
} 
.flexlist4_ftr > li img{
  width:100%;
} 
.flexlist4_ftr > li a:hover{
  opacity: 0.75;
  transition: 0.25s;
}
.ftrTxt{
  margin-left: 3.5em;
  padding-bottom: 3em;
}
@media screen and (max-width: 800px) {
  .flexlist4_ftr{
    width:40%;
    justify-content: space-around;
    margin-left: 2em!important;
  }
  .flexlist4_ftr > li a:hover{
    opacity:1;
  } 
  .ftrTxt{
    margin-left: 3em;
  }
}


.displayInlineBlock{
  display: inline-block;
}

.displayBlock{
  display: block;
}

.relative{
  position: relative;
}

/* fontweight */

.weight700 {
  font-weight: 700;
}

.weight600 {
  font-weight: 600;
}

.weight500 {
  font-weight: 500;
}

.weight400 {
  font-weight: 400;
}
.weight300 {
  font-weight: 300;
}


/* lettercolor */
.letterWhite{
  color:#fff;
}
.letterWhite.details figure{
  display: inline-block;
  vertical-align: sub;
  margin-left: 0.2em;
}
.letterBlue{
  color: #004098;
}

.letterYellow{
  color: #FFF600;
}
.letterGreen{
  color:#46C5B0!important;
}
.letterBlack{
  color: #000000!important;
}
.letterRedLink{
  color: #FF5050;
  text-decoration: underline;
}

.letterOrangeLink{
  color: #F47E2C;
  text-decoration: underline;
  position: relative;
  display: inline-block;
  line-height: 100%;
}
.letterOrangeLink::after{
    content: " ";
    background-image: url("../images/orange_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: -2px;
    right: -20px;
}
.letterOrangeLink.noAfter::after{
    content: none;
}

/* .details{
line-height: 100%;
}

.details::after{
    content: " ";
    background-image: url("../images/white_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    bottom: 10px;
    right: 85px;
} */
@media screen and (max-width: 800px) {
  .letterOrangeLink{
    font-size: 3vw;
}
  .letterOrangeLink::after {
    content: " ";
    background-image: url("../images/orange_blank.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 5vw;
    height: 4vw;
    top: 0;
    right: -6vw;
}
}
.letterGrey{
  color:#ccc;
}
.letterRed{
  color:#ff0048;
}
.letterU {
  text-decoration: underline;
}
/* fontsize */
.text0 {
  font-size: 0px;
}
.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px!important;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px!important;
}

.text17 {
	font-size: 17px;
}
.text18 {
	font-size: 18px!important;
}
.text21{
  font-size: 21px;
}
.text24{
  font-size: 24px;
}
.text30 {
  font-size: 32px;
}
.text32 {
  font-size: 32px;
}
.text40 {
  font-size: 40px;
}
.text12Vw{
  font-size: 12vw;
}
.text8Vw{
  font-size: 8vw;
}
.underLine{
  text-decoration: underline;
}

h2{
  font-size: 27px;
}
@media screen and (min-width: 801px) and (max-width: 1280px) {
  .text40 {
    font-size: 4vw;
  }
  .text32 {
    font-size: 2.7vw;
  }
  .text30 {
    font-size: 2.6vw;
  }
  .text24{
    font-size: 2vw;
  }
  .text21{
    font-size: 1.8vw;
  }
  .text18 {
    font-size: 1.40625vw!important;
  }
  .text17 {
    font-size: 1.3vw!important;
  }
  .text16 {
    font-size: 1.2vw!important;
  }
  .text14 {
    font-size: 1.1vw;
  }
  .text12 {
    font-size: 1.05vw!important;
  }
  .text10 {
    font-size: 1vw;
  }
  h2{
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 800px) {
  .text40 {
    font-size: 6vw;
  }
  .text32 {
    font-size: 4.5vw;
  }
  .text30 {
    font-size: 5.3vw;
  }
  .text24{
    font-size: 3.8vw;
  }
  .text21{
    font-size: 3.5vw;
  }
  .text18 {
	  font-size: 4vw!important;
	}
  .text17 {
    font-size: 3.95vw!important;
  }
  .text16 {
    font-size: 3.9vw!important;
  }
  .text14 {
    font-size: 3.6vw;
  }
  .text12 {
    font-size: 3vw!important;
  }
  .text10 {
    font-size: 2vw;
  }
  h2{
    font-size: 4vw;
  }
}

.alignCenter {
	text-align: center;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
 /* margin */
 .marginTopHalf {
	margin-top: 0.5em;
}
 .marginTop1em {
	margin-top: 1em;
}
 .marginTop2em {
	margin-top: 2em!important;
}
 .marginTop3em {
	margin-top: 3em;
}
 .marginTop4em {
	margin-top: 4em;
}
.marginTop40px{
  margin-top: 40px!important;
}
.marginTop60px{
  margin-top: 60px!important;
}
.marginBtm3em{
  margin-bottom: 3em;
}
.marginLeft1em{
  margin-left: 1em;
}
.marginLeft2em{
  margin-left: 2em;
}
.marginLeft35em{
  margin-left: 3.5em;
}
.paddingBtm1em {
  padding-bottom: 1em;
}
.paddingBtm2em {
  padding-bottom: 2em;
}

.marginTop1emSp{
  margin-top: none;
}

@media screen and (max-width: 800px){
  .marginTop1emSp{
    margin-top: 1em;
  }
}

/* lineHeight */

.lineHeight100 {
	line-height: 100%;
}
  .lineHeight120 {
	line-height: 120%;
}
.lineHeight140 {
	line-height: 140%;
}
  .lineHeight160 {
	line-height: 160%;
}
.lineHeight175 {
	line-height: 175%;
}
  .lineHeight200 {
	line-height: 200%;
}
  .lineHeight250 {
  line-height: 250%;
}
/* brプロパティ */

.dispWide {
 display: block;
}
.dispNarrow {
  display: none;
 }

 

 @media screen and (max-width: 800px){
   .dispWide {
    display: none;
   }
   .dispNarrow {
     display: block;
    }
 }


/* 背景色 */

.bgGrey {
  background: #F7F7F5;
}

footer .bgDarkGrey {
  background: #4F5359;
  height: 55px;
  background-image: url("../images/copyright.svg");
  background-repeat: no-repeat;
  background-position: right 5% center;
}

.bgGreen{
  background:#46C5B0 ;
}

.bgWhite{
  background:#fff ;
}

@media screen and (max-width:800px) {
  footer .bgDarkGrey {
   height: 41vw;
  background-position: right 50% bottom 18%;
}
}


@media screen and (max-width: 800px){
header .navigationTop{
  width: 100%;
    height: 14vw;
    position: fixed;
    background: #fff;
    z-index: 2;
    background-image: url("../images/logo_leftSp.png");
    background-repeat: no-repeat;
    background-size: 28%;
    background-position: left 6% center;
}
}

body.no-scroll {
overflow: hidden;
position: fixed;
width: 100%;
}

@media screen and (min-width: 801px) {
  header .navigation {
    position: fixed!important;
    width: 100%;
    z-index: 100;
}
  header  {
    padding-bottom: 94px;
}
}
/* センターハコ からのハンバーガー*/
header .boxWrapper {
  position: fixed;
  top: 27%;
  left: 35%;
  width: 50em;
  height: 34em;
  max-width: 900px;
  max-height: 500px;
  background: #fff;
  opacity: 0.7;
  border: solid 0.5px #fff;
  z-index: 3;
}
header .scrollBox {
  max-height: 255px;
  max-width: 446px;
  height: 20em;
  width: 38em;
  position: absolute;
  top:20%;
  left: 10%;
  z-index: 2;
  overflow-y: scroll;
  transition: 0.25s;
}
header .squareBox{
  position: fixed;
  opacity: -0.5;
  transition: 0.25s;
  z-index: 4;
  overflow: hidden;
  font-family:  "Noto Sans JP";
}

@media screen and (min-width: 800px) {
  header .squareBox.hover{
    opacity: 0.4;
    transition: 0.45s;
  }
  header .squareBox span{
    display: none;
  }
}
header .squareBox span{
  position: absolute;
  top: 47%;
  left: 25%;
}
header .squareBox h1 {
  position: absolute;
  top: 46%;
  left: 37%;
}
header .squareBox a {
  display: inline-block;
  /* color: #fff; */
}

@media screen and (max-width:800px){
  header .boxWrapper {
    left:10%;
    height: 60vw;
    width: 80vw;
  }
  header .squareBox{
    width: 10vw;
    height: 10vw;
    transition: 0.5s;
    z-index: 3;
    overflow: visible;
    opacity:1 ;
    right: 0;
  }
  header .scrollBox {
    height: 37vw;
    width: 70vw;
    background-color: #fff;
  }
  header .squareBox .squareBtn {
    display: none;
  }
  header .squareBox .hamburger{
    position: relative;
    display: inline-block;
    width: 10vw;
    height: 100%;
    margin-top: 2vw;
    background-image: url("../images/sp/cross.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
    z-index: 300;
  }
  header .squareBox .alignCenter .hamburger.selected {
    transition: 0.5s;
    background-image: url("../images/sp/lines.svg");
    height: 5vw;
    width: 5vw;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  header .navigationTop.selected{
    display: none;
}
    header .squareBox .hamburger.dispN.selected {
    background-image: none!important;
  }
  header .squareBox .hamburger+div {
    transition: 0.5s;
    font-size: 0px;
    list-style: none;
  }
  header .squareBox .hamburger.selected+.l-accordion {
    display: block;
    transition: 0.25s;
    font-size: 20px;
    line-height: 180%;
    position: absolute;
    color: #fff;
    width: 65vw;
    height: auto;
    list-style: none;
    background: #fff;
    padding: 30px 14px 30px 14px;
    right: 20px;
    border-radius: 20px;
  }
 .overlay.selected{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 1;
  }
   header .squareBox .hamburger.selected+.l-accordion .text18{
    font-size: 4vw!important;
  }
}


/* アコーディオン */
header .l-accordion {
  position: fixed;
  display: none;
}

header .l-accordion input {
  display: none;
}

header .l-accordion .l-accordion-inside {
  height: 0;
  opacity: 0;
  transition: 0.1s;
  font-size: 8vw;
}
header .l-accordion .l-accordion-inside a{
  display: none;
}
header .l-accordion input:checked~.l-accordion-inside a{
  height: auto;
  opacity: 1;
  color: #fff;
  height: 100%;
  width: 100%;
  display: inline-block;
}

header .l-accordion .l-accordion-inside p{
  background-color: #000000; 
}
header .l-accordion .l-accordion-inside+div {
  background-color: #000; 
}



header .l-accordion input:checked~.l-accordion-inside {
  height: auto;
  opacity: 1;
}

header .l-accordion input:checked+label {
  background-color: #fff;
  color: #000;
  transition: 0.s;
}
header .l-accordion input+label {
  background-color: #000;
  transition: 0.5s;
}
header .l-accordion .l-accordion-switch {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 8vw;
}

header  .l-accordion div,
#contents .l-accordion div {
  background-color: #fff;
}


header  .l-accordion .hamburgerLogo{
  width: 80%;
}

header  .l-accordion .hamburgerInq{
  background-color: #46C5B0;
  color: #fff;
  width: 98%;
  padding: 0.7em 1em;
  box-sizing: border-box;
  margin-top: 2.5em;
  border-radius: 50px;
}

/* goBack */

#goBack{
  display: none;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  /* border: 1px solid #999; */
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  color: #333;
  position: fixed;
  opacity: 1;
  bottom: 20px;
  right: 0;
  z-index: 10;
  background-image: url("../images/arrow_top.svg");
  background-repeat: no-repeat;
}
#goBack:hover{
  opacity: 0.45;
  transition: 0.75s;
}
@media(max-width:800px){
  #goBack{
      width: 60px;
      height: 60px;
      opacity: 1;
      z-index: 0;
  }
  #goBack:hover{
    opacity: 1;
  }
}

.init {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.init.action {
  opacity: 1;
  transition: 0.5s;
}

.init.action.d2 {
  transition-delay:0.1s;
}
.init.action.d3 {
  transition-delay:0.2s;
}
.init.action.d4 {
  transition-delay:0.3s;
}
.init.action.d5 {
  transition-delay:0.4s;
}
.init.action.d6 {
  transition-delay:0.5s;
}
.init.action.d7 {
  transition-delay:0.6s;
}
.init.action.d8 {
  transition-delay:0.7s;
}
.init.action.d9 {
  transition-delay:0.8s;
}
.init.action.d10 {
  transition-delay:0.9s;
}
.init.action.d11 {
  transition-delay:1s;
}


/* TOP PAGE */
@media screen and (min-width:800px) {
  #contents .squareBox{
display: none;
  }
}

#contents {
  background: #fff;
  position: relative;
	height: auto;
	font-size: 12px;
	font-size: 1.2rem;
	font-family:  "Noto Sans JP";
	line-height: 300%;
}

    #contents main {
        background-image: url("../images/bg_3.png");
        /*background-image: url("../images/bg_1.png");*/
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0 -100px;
    }

#contents.subPage main {
    background-image: none;
    padding-bottom: 80px;
}

@media screen and (max-width: 800px) {
  #contents main{
    background-position: 0 1px;
        padding-top: 14vw;
    }
}

@media screen and (min-width: 1600px) {
  #contents main{
background-position: 0 -220px;
}
}

#contents .kv{
background-image:url("../images/bg_2.png") ;
background-size: contain;
background-repeat: no-repeat;
    margin-bottom: 5vw;
}

#contents .widthWrapper{
  max-width: 1200px;
  width: 100%;
  height: auto;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

#contents .context p{
  z-index: 70;
  color: #000;
  line-height: 120%;
}
#contents .contextWrap {
  margin-left: 17em;
  margin-right: 17em;
}

@media screen and (max-width: 800px) {
  #contents .kv{
    background-size: 95%;
    background-position: 40% 20%, 10% 10%;
    }
  #contents .contextWrap {
    margin-left: 1em;
    margin-right: 1em;
  }
}

#contents .mainPicture {
  width:30%; 
  margin-left: auto; 
  margin-right: auto;
}
#contents .mainPictureWide {
  width:60%; 
  margin-left: auto; 
  margin-right: auto;
  opacity: 1;
}

@media screen and (max-width: 800px) {
  #contents .mainPicture {
    width:40%; 
  }
  #contents .mainPictureWide {
    width:80%; 
    margin-left: auto; 
    margin-right: auto;
  }
}


/* KV */


#contents .kv .catch {
  margin: 0 19% 0 19%;
}

#contents .kv .title {
  margin: 0 26% 0 26%;
}

@media screen and (max-width: 800px) {
  #contents main {
    background-position: 50% 1px;
    background-size: 125%;
}
  #contents .kv .title {
    margin: 0 20% 0 20%;
  }
  #contents .kv .catch {
  margin: 0 15% 0 15%;
}
}



/* ABOUT */

#contents .about {
  padding-top: 40px;
}

#contents .about .img01_01 {
  max-width: 296px;
}

#contents .about .description {
  justify-content: center;
}
#contents .about .smallIcon{
  font-size: xx-small;
    vertical-align: super;
}
@media screen and (max-width:800px) {
  #contents .about {
    margin-top: 0;
}
  #contents .about div:has(.img01_01 ){
  text-align: center;
}
  #contents .about .img01_01 {
  width: 70%;
}
  #contents .about .description {
    flex-wrap: wrap!important;
  }
  #contents .about .description div:nth-child(2) {
    text-align: center;
    margin-left: 0!important;
  }
    #contents .about p{
    line-height: 150%;
}
}

#contents .about .description div:nth-child(2) {
  margin-left: 50px;
}

#contents .about .description .caution {
  font-weight: 400;
}



/* HOWTO */

#contents .howto {
  padding-bottom: 80px;
}

#contents .howto h2 {
  margin-top: 55px;
}

#contents .howto h2 {
  margin-left: 3%;
  margin-right: 3%;
}

#contents .howto h2 {
  margin-left: 3%;
  margin-right: 3%;
}

#contents .howto .flexBlock {
  padding: 0 15% 0 15%;
  margin-top: 30px;
  justify-content: space-around;
}

#contents .howto .flexList3 {
  width: 32%;
  border: solid 1px #46C5B0;
  border-radius: 12px;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width:800px) {
  #contents .howto h2 {
    margin-top: 60px;
  }
  
  #contents .howto .flexList3 {
    width:99%;
    padding: 20px;
  }
  #contents .howto .flexList3 img {
    max-width: none;
  }
    #contents .howto .modalBlock {
      margin-top: 67px!important;
  }
  #contents .howto .flexBlock {
    margin-top: 20px;
}
#contents .howto {
    padding-bottom: 0;
}
}

#contents .howto .flexList3:nth-child(4),
#contents .howto .flexList3:nth-child(5),
#contents .howto .flexList3:nth-child(6)   {
  margin-top: 10px;
}

#contents .howto .flexList3 img {
  max-width: 260px;
  width: 100%;
}



#contents .howto .modalBlock {
  text-align: center;
  margin-top: 80px;
}

#contents .howto .modalBlock .popup-link{
  background-color: #46C5B0;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  padding: 1em 7em;
  border-radius: 10px;
}

@media screen and (max-width:800px) {
  #contents .howto .flexList3 {
    margin-top: 1.5em!important;
  }
  #contents .howto .flexList3 img {
    max-width: none;
  }

  #contents .howto .modalBlock .popup-link{
    font-size: 4vw;
    padding: 1em 3em;
    border-radius: 6px;
}
}

/* VOICE */

#contents .voice {
  padding-top: 40.61px;
  padding-bottom: 60.61px;
}

#contents .voice h2{
  color:#004098 ;
}

@media screen and (min-width:801px){
  #contents .voice .noPaddingSp:has(.img03_03){
    margin-top: auto;
    margin-bottom: auto;
  } 
  #contents .voice .img03_03{
    padding-left: 45px;
    box-sizing: border-box;
  }
}

#contents .voice .img03_01,
#contents .voice .img03_02,
#contents .voice .img03_03{
  max-width: 273px;
}

#contents .voice .flexBlock div:nth-child(2) {
  max-width: 396px;
}
#contents .voice .padding{
  padding: 0 17% 0 17%;
  margin-top: 26px;
}

#contents .voice .flexBlock{
  border-radius: 20px;
}

#contents .voice .flexBlock div{
  padding: 26px 35px 18px 35px;
}


@media screen and (max-width:800px) {
  #contents .voice h2{
  line-height: 150%;
}
    #contents .voice {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  #contents .voice .widthWrapper .padding div{
    margin-left: auto;
    margin-right: auto;
  }
      #contents .voice h3.marginTopHalf {
    margin-top: 0;
  }
        #contents .voice .marginTop40px {
    margin-top: 30px!important;
  }
  #contents .noPaddingSp {
    padding-bottom: 0!important;
  }

  #contents .voice .noWrap {
    flex-wrap: wrap!important;
    align-content: center;
  }
  #contents .voice .padding{
    padding: 0 8% 0 8%;
  }
  #contents .voice .img03_01,
#contents .voice .img03_02{
  max-width: none;
  width: 100%;

}
#contents .voice .img03_03{
  width: 80%;
}

  #contents .noPaddingSp:has(.img03_03) {
    text-align: center;
  }
  #contents .voice .flexBlock div{
  padding-left: 20px;
  padding-right: 20px;
}
#contents .voice .flexBlock div:nth-child(2) .text14{
 font-size: 3.1vw;
 font-weight: 300;
}
#contents .voice .flexBlock div {
  padding-bottom: 30px;
}

}

/* EXAMPLE */
#contents .example{
  padding-bottom: 120px;
}

#contents .example h2{
  color:#004098;
  padding-top: 60px;
}

#contents .example .textbox .letterOrangeLink{
  position: absolute;
  right: 30px;
  bottom: -40px;
}


@media screen and (max-width:800px) {
  #contents .example .slickSlider .flexBlock {
    flex-wrap: wrap!important;
  }
  #contents .example h3{
  line-height: 150%;
  margin-top: 0.5em;
}
  #contents .example .slickSlider div:first-child {
    width: 100%;
  }
  #contents .example .slickSlider div:first-child img{
    max-width: none;
  }
  #contents .example h2 {
    margin-top: 50px;
}
#contents .example h2{
  color:#004098;
  padding-top: 10px;
}
#contents .example .textbox .letterOrangeLink{
  right: 32%;
  bottom: 0;
  font-size: 4vw;
}
#contents .example .textbox .displayBlock{
height: 42px;
text-align: center;
}
#contents .example .textbox {
margin-left: auto!important;
margin-right: auto!important;
}
}


/* 
FLOW */

#contents .flow {
  padding-bottom: 120px;
}

#contents .flow h2{
  padding-top: 80px;
}

#contents .flow .flexBlock{
  position: relative;
  justify-content: space-between;
  align-items: center;
}

#contents .flow .flexList3S{
  display: inline-block;
}

#contents .flow .noPadding{
  padding: 0;
}


#contents .flow .list div
{
  width: 100%;
}

#contents .flow .list2 div{
   width: auto;
}
#contents .flow .list .max_width{
  max-width: 200px;
}

#contents .flow .list .max_width2{
  max-width: 260px;
}

#contents .flow .list div img{
  width: 100%;
}

#contents .flow .list2 div .test{
  width: 100%;
  max-width: 230px;
}


#contents .flow .list::after{
  content:url("../images/yellow_arrow.svg");
  position: absolute;
  bottom: -48px;
  left: 47%;
}


#contents .flow .list{
  padding: 20px 40px 25px 40px;
  margin: 0 15% 0 15%;
  background: #fff;
  border-radius: 16px;
  margin-top: 50px;
  align-items: center;
}

#contents .flow .list2{
  margin: 0 15% 0 15%;
  padding: 23px 43px 23px 43px;
  background: #fff;
  border-radius: 16px;
  margin-top: 50px;
}

#contents .flow .list2 .orangeLogo{
      position: absolute;
    top: -3%;
    right: 5%;
}


#contents .flow .description{
 max-width: 490px;
}


@media screen and (max-width:800px) {
  
#contents .flow  h3{
  font-size: 4.5vw;
}
#contents .flow  h2{
  padding-top: 40px;
  font-size: 5.5vw;
  line-height: 150%;
}
#contents .flow .list {
  flex-wrap: wrap!important;
  flex-direction: column;
}
#contents .flow .list2 {
  flex-wrap: wrap!important;
  flex-direction: column;
}

#contents .flow .list::after{
  left: 40%;
}

#contents .flow .list {
    margin: 20px 5% 0 5%;
}
#contents .flow .list:nth-child(n+2) {
    margin-top: 50px;
}
#contents .flow .list .text21 {
    font-size:5vw;
    text-align: center;
}
#contents .flow .list2 {
    margin: 20px 5% 0 5%;
    padding: 20px 40px 25px 40px;
    margin-top: 50px;
}
#contents .flow {
    padding-bottom: 80px;
}
#contents .flow .description h4{
 line-height: 150%;
}
#contents .flow .description p{
 margin-top: 1em;
}
#contents .flow .description .flexBlock{
 flex-wrap: wrap!important;
}
#contents .flow .description .flexBlock .flexList3S{
 width: 47%!important;
}
#contents .flow .description .flexBlock .flexList3S.wide{
 width: 54%!important;
  margin-left: auto;
  margin-right: auto;
}
#contents .flow .list2 .orangeLogo {
    top: 37%;
    right: 10%;
}
}
/* purchase */

#contents .purchase {
  padding-bottom: 80px;
  padding-top: 80px;
 }


 #contents .purchase .wrap{
  margin: 0 10% 0 10%;
  padding: 20px 40px 12px 40px;
  border: solid 3px #46C5B0;
  border-radius: 16px;
 }

 #contents .purchase .wrap{
  margin-top: 40px;
 }

 #contents .purchase .wrap h4{
  display: block;
  border-bottom: 1px solid #46C5B0;
  margin-bottom: o.5em;
 }

 #contents .purchase .wrap h4{
  display: block;
  border-bottom: 1px solid #46C5B0;
  margin-bottom: o.5em;
 }

  #contents .purchase .greenLink{
  background: #46C5B0;
    color: #fff;
    width: 55%;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    font-size: 16px;
    padding-top:0.3em ;
    padding-bottom:0.3em ;
 }

   #contents .purchase .greenLink a{
    color: #fff;
        width: 100%;
    height: 100%;
    display: inline-block;
 }

   #contents .purchase .priceTag {
  max-width: 364px;
  width: 80%;
 }

 #contents .purchase .greenLink:has(a:hover) {
        opacity: 0.5;
  transition: 0.2s;
}

 @media screen and (max-width:800px) {
    #contents .purchase {
    padding-top: 15px;
    padding-bottom: 60px;
  }
    #contents .purchase .wrap {
    margin-top: 20px;
  }
  #contents .purchase .wrap .noWrap {
    flex-wrap: wrap!important;
  }

  #contents .purchase h4 {
    text-align: center;
     font-size: 4.5vw;
  }
  #contents .purchase h2 {
    margin-top: 0;
    font-size: 6vw;
}
  #contents .purchase h3 {
  
   line-height: 150%;
}
 #contents .purchase .wrap{
  padding: 16px 15px 16px 15px;
 }
 #contents .purchase .priceTag {
    max-width: 364px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#contents .purchase .greenLink {
  width: 100%;
  padding-left: 0.3em;
  padding-right: 0.3em;
  box-sizing: border-box;
}
#contents .purchase .greenLink a {
  font-size: 3.7vw;
}


#contents .purchase .wrap .marginLeft2em {
  margin-left: 0;
}
  }

 /* LINKS */

 #contents .links {
  padding-top: 80px;
  padding-bottom: 80px;
 }

 #contents .links .flexBlock {
  margin-top: 50px;
  justify-content: space-around;
  padding: 0 11% 0 11%;
 }

  #contents .links h4{
      padding-top: 16px;
 }

 #contents .links .flexBlock .flexList3 {
  width: 30.5%!important;
  background-color: #fff;
  border: 3px #46C5B0 solid;
  border-radius: 16px;
 }

 #contents .links .flexBlock .flexList3 .alignCenter.text16{
  background: #46C5B0;
  border-radius: 0px 0px 13px 13px;
      position: absolute;
    bottom: 0;
    width: 100%;
 }

 #contents .links .flexBlock .flexList3 .padding{
  padding: 0 8% 0 8%;
 }

 #contents .links .flexBlock .flexList3 .height65{
  height: 207px;
 }

  #contents .links .flexBlock .flexList3 .height68{
  height: 167px;
 }
  #contents .links .flexBlock .flexList3 .height58{
  height: 142px;
 }

 #contents .links .flexBlock .flexList3:hover{
  transition-delay: 0s!important;
  transition: 0.2s;
  opacity: 0.5;
 }

  #contents .links .flexBlock .flexList3 a{
        width: 100%;
        height: 100%;
        opacity: 1;
        display: inline-block;
 }




 #contents .links .flexBlock .flexList3:nth-child(4), 
 #contents .links .flexBlock .flexList3:nth-child(5),
 #contents .links .flexBlock .flexList3:nth-child(6),
 #contents .links .flexBlock .flexList3:nth-child(7),
 #contents .links .flexBlock .flexList3:nth-child(8),
 #contents .links .flexBlock .flexList3:nth-child(9){
  margin-top: 20px;
 }


 @media screen and (max-width:800px){
  #contents .links .flexBlock .flexList3:hover{
  opacity: 1;
 }
   #contents .links {
  padding-top: 15px;
  padding-bottom: 80px;
 }
    #contents .links h2{
  font-size: 6vw;
 }
  #contents .links .flexBlock .flexList3 {
    width: 100%!important; 
    margin-top: 20px!important;
  }
    #contents .links .flexBlock .flexList3 .height68{
  height: 43vw;
 }

 #contents .links .flexBlock .flexList3 .height65{
  height: 55vw;
 }
  #contents .links .flexBlock {
      margin-top: 10px;
  }
    #contents .links .flexBlock .flexList3 .marginTop2em{
      margin-top: 0;
  }
    #contents .links .flexBlock .flexList3 .height58{
  height: auto;
 }
 }





/* 
footer */

 #contents footer .navigation1{
  justify-content: center;
  margin-bottom: 50px;
 }

 #contents footer .navigation1 li{
  margin-left: 30px;
 }

 #contents footer .navigation2{
  height: auto;
  align-items: center;
  padding-top: 1em;
  padding-left: 30px;
 }

 #contents footer .navigation2 li{
  margin-right: 40px;
 }


 #contents footer .logoBox{
  padding: 50px 35% 15px 35%;
 }

@media screen and (max-width:800px){
   #contents footer .navigation1 li:nth-child(5){
  flex-basis: 26%;
 }
  #contents footer .logoBox {
  padding-left: 22%;
  padding-right: 22%;
  }
   #contents footer .navigation1{
margin-left: -20px;
margin-bottom: 25px;
 }
  #contents footer .navigation1 li{
  margin-left: 20px;
 }
  #contents footer .navigation1.text14{
  font-size: 3vw;
 }
  #contents footer .navigation2 li:first-child{
  flex-basis: 100%;
  text-align: center;
 }
   #contents footer .navigation2 {
  line-height: 200%;
  font-size: 3vw;
  padding-left: 0;
  justify-content: center;
 }
   #contents footer .navigation2 li:first-child img{
  width: 40vw;
 }
  #contents footer .navigation2 li:nth-child(n+2){
  width: 38%;
  text-align: center;
 }
  #contents footer .navigation2 li{
  margin-right: 0;
 }
}


#contents .breadList ul {
 padding: 29px;
}

#contents .breadList ul li {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  margin-right: 5px;
  color: #898989;
}

#contents .breadList ul li a {
  color: #898989;
}

#contents .breadList ul li:last-child a{
  color: #46C5B0;
}



/* modalpages */

#contents .modalPage h1 {
  margin-top: 40px;
  color: #004098;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
#contents .modalPage  {
  padding-bottom: 80px;
}
#contents .modalPage h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 150%;
}
#contents .modalPage h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  color: #004098;
}

#contents .modalPage.widthWrapper {
 max-width: 560px;
 margin-left: auto;
 margin-right: auto;
}

#contents .modalPage .marginTop60 {
  margin-top: 60px;
}

#contents .modalPage .marginTop40 {
  margin-top: 40px;
}

#contents .modalPage .marginTop20 {
  margin-top: 20px;
}

#contents .modalPage p {
  font-size: 17px;
  line-height: 191%;
  font-weight: 500;
}

#contents .modalPage.widthWrapper .homeLink{
 font-size: 20px;
 font-weight: 700;
 color: #46C5B0;
 text-align: center;
}

#contents .modalPage.widthWrapper .homeLink a{
 color: #46C5B0;
 font-size: 15px;
}

@media screen and (max-width: 800px) {
  #contents .breadList ul li{
    line-height: 150%;
  }
  #contents .modalPage h1 {
    font-size: 5.5vw;
    margin-top: 0;
    line-height: 150%;
}
  #contents .modalPage h2 {
    font-size: 5.5vw;
}
  #contents .modalPage h3 {
    font-size: 5vw;
}
#contents .modalPage {
  padding-right: 32px;
  padding-left: 32px;
  box-sizing: border-box;
}
#contents .modalPage .marginTop60 {
  margin-top: 35px;
}
#contents .modalPage p {
  font-size: 3.8vw;
}
#contents .modalPage.widthWrapper .homeLink a{
 font-size: 4vw;
}
}

/* 
05linkPage */

#contents .link05.widthWrapper {
 max-width: 870px;
 margin-left: auto;
 margin-right: auto;
}

#contents .link05.widthWrapper .flexBlock {
 justify-content: flex-start;
}


#contents .link05.widthWrapper .flexBlock li a {
 font-size: 20px;
 color: #454545;
 font-weight: normal;
 text-indent: 3em;
 display: inline-block;
 text-decoration: underline;
}

#contents .link05.widthWrapper .flexBlock li  {
 width: 33.3333%;
 background-image: url("../images/rightArrow.svg");
 background-size: auto;
 background-repeat: no-repeat;
 background-position: left 10% center;
}

#contents .link05.widthWrapper .flexBlock li:nth-child(n+4)  {
 margin-top: 2em;
}

#contents .link05.widthWrapper h1{
 font-size: 32px;
 font-weight: 600;
 color: #004098;
 text-align: center;
}

#contents .link05.widthWrapper .homeLink{
 font-size: 20px;
 font-weight: 700;
 color: #46C5B0;
 text-align: center;
}

#contents .link05.widthWrapper .homeLink a{
 color: #46C5B0;
 font-size: 15px;
}


@media screen and (max-width:800px) {
  #contents .link05.widthWrapper .flexBlock li  {
 width: 50%;
 background-size: 10%;
}
  #contents .link05.widthWrapper .flexBlock li a {
 font-size: 3.3vw;
 text-indent: 9vw;
}
#contents .link05.widthWrapper .flexBlock li {
    margin-top: 1em!important;
    background-position: left 7% center;
}
#contents .link05.widthWrapper .flexBlock {
 width: 93%;
}
#contents.subPage main {
    padding-top: 10vw;
    padding-bottom: 15vw; /* ← 追加（値はお好みで） */
}
#contents .link05.widthWrapper h1{
 font-size: 5vw;
}
#contents .link05.widthWrapper .marginTop60px {
    margin-top: 24px!important;
}
#contents .link05.widthWrapper .homeLink {
    font-size: 14px;
}

#contents .link05.widthWrapper .homeLink a{
    font-size: 4vw;
}
}


/* 04linkPage */

#contents .link04.widthWrapper {
 max-width: 626px;
  margin-left: auto;
 margin-right: auto;
}

#contents .link04.widthWrapper .flexBlock {
 justify-content: flex-start;
}


#contents .link04.widthWrapper .flexBlock li a {
 font-size: 20px;
 color: #454545;
 font-weight: normal;
 text-indent: 4em;
 display: inline-block;
 text-decoration: underline;
}

#contents .link04.widthWrapper .flexBlock li  {
 width: 33.3333%;
 background-image: url("../images/pdfLogo.svg");
 background-repeat: no-repeat;
  background-size: auto;
 background-position: left 27% center;
}

#contents .link04.widthWrapper .flexBlock li:nth-child(n+4)  {
 margin-top: 2em;
}

#contents .link04.widthWrapper h1{
 font-size: 32px;
 font-weight: 600;
 color: #004098;
 text-align: center;
}

#contents .link04.widthWrapper .homeLink{
 font-size: 20px;
 font-weight: 700;
 color: #46C5B0;
 text-align: center;
}

#contents .link04.widthWrapper .homeLink a{
 color: #46C5B0;
 font-size: 15px;
}


@media screen and (max-width:800px) {
  #contents .link04.widthWrapper .flexBlock li  {
 width: 50%;
 background-position: left 9vw center;
}
  #contents .link04.widthWrapper .flexBlock li a {
 font-size: 4vw;
 text-indent: 17vw;
}

#contents .link04.widthWrapper .flexBlock li {
    margin-top: 1em!important;
}
#contents .link04.widthWrapper .flexBlock {
 width: 80%;
}
#contents.subPage main{
 padding-top: 10vw;
}
#contents .link04.widthWrapper h1{
 font-size: 5vw;
}
#contents .link04.widthWrapper .marginTop60px {
    margin-top: 24px!important;
}
#contents .link04.widthWrapper .homeLink {
    font-size: 14px;
}
#contents .link04.widthWrapper .homeLink a {
    font-size: 4vw;
}
}













/* slick */
.slickSlider{
  box-sizing: border-box;
  margin-left: 11em;
  margin-right: 11em;
}

.slickSlider div{
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.slick-next{ right:0!important; }
.slick-prev{ left:0!important; }
.slick-arrow{ z-index:2!important; }
.slick-arrow:before{
	content:""!important;
}

.next-arrow{
position: absolute;
right: -2%;
top: 110%;
}

.prev-arrow{
position: absolute;
left: -2%;
top: 110%;
}


@media screen and (max-width: 800px) {
#contents .example   .slickSlider{
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
#contents .example  .next-arrow{
    width: 30%;
    right: -13%;
    }
    
#contents .example  .prev-arrow{
    width: 30%;
    left: -10%;
    }
}



#contents .example .slickSlider{
  border: solid 1px #1D42934D;
  border-radius: 16px;
  padding: 2% 3.5% 3% 3.5%;
  margin-top: 49px;
  background-color: #fff;
}

#contents .example .slickSlider img{
  max-width: 320px;
 }


#contents .example .slickSlider .textbox{
  max-width: 487px;
 }

#contents .example .slickSlider h4{
 color: #004098;
}

#contents .example .slickSlider .flexBlock{
  margin-top: 30px;
}



#contents .example .dots-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -32px;
}

#contents .example .dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #D9D9D9;
  border-radius: 50%;
  cursor: pointer;
}

#contents .example .dots-wrap li:hover,
#contents .example .dots-wrap li.slick-active {
  background: #46C5B0;
}
#contents .example .dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

#contents .example .dots-wrap li button:before {
  content: none;
}


#contents .example .arrow_box {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 20px 0 0; */
  /* position: relative; */
  width: 82%;
  top: 65%;
  left: 9%;
}

@media screen and (max-width:800px) {
  #contents .example .slickSlider .textbox{
  margin-left: 0;
 }
  #contents .example .slickSlider div{
  margin-left: 0;
  margin-right: 0;
}

  #contents .example .slickSlider h4{
  font-size: 4.5vw;
}
#contents .example .slickSlider .flexBlock {
    margin-top: 10px;
}
#contents .example .slickSlider  {
    margin-top: 20px;
    padding-bottom: 8%;
}

  #contents .example .arrow_box {
    width: 73%;
    left: 12.8%;
    z-index: 1;
  }
  #contents .example .dots-wrap {
    left: 43%;
  }
}

#contents .example .prev-arrow,
#contents .example .next-arrow {
  display: block;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  /* box-shadow: 10px 10px 15px -10px; */
  box-shadow: 0px -4px 4px gray;
}


@media screen and (max-width:800px) {
    #contents .example {
  padding-bottom: 90px;
}
   #contents .example .prev-arrow,
   #contents .example .next-arrow {
    width: 10vw;
    height: 10vw;
  }
}

#contents .example .next-arrow {
  box-shadow: 0px 4px 4px gray;
}

#contents .example .prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}

#contents .example .prev-arrow::before,
#contents .example .next-arrow::before{
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-right: 3px solid #46C5B0;
  border-top: 3px solid #46C5B0;
  top: 0;
  bottom: 0;
  left: -6px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}


::marker {
  display: none;
}
@media screen and (max-width:800px) {
 #contents .example .prev-arrow::before,
 #contents .example .next-arrow::before{
  width: 2.5vw;
  height: 2.5vw;
}
 #contents .example .arrow_box {
    top: 53%;
}
}

/* ヘッダーナビゲーション */

#contents .navigation{
  background-color: #fff7ea;
  height: 94px;
  position: relative;
}

#contents .navigation ul,
#contents .navigation ul li,
#contents .navigation ul li img{
  height: 100%;
  width: auto;
}

#contents .navigation ul li {
  padding: 30px 0 30px 0;
  margin-left: 36px;
  font-weight: 600;
  font-size: 13px;
  box-sizing: border-box;
}


#contents .navigation ul li:last-child {
  margin-right: 30px;

}


#contents .navigation ul li:last-child a {
  background: #46C5B0;
  padding: 10.5px 28px;
  border-radius: 20px;
  color: #fff;
  font-weight: 400;
}



#contents .navigation ul li a span{
  margin-top: auto;
  margin-top: auto;
  display: inline-block;
}

#contents .navigation ul .alignRight {
  margin-left: auto;
}


@media (max-width: 1279px) and (min-width: 801px) {
#contents .navigation .flexBlock li {
  font-size: 1vw;
}
#contents .navigation ul li {
    margin-left: 2vw;
}

#contents .navigation .flexBlock li:first-child {
  width: 20%;
}
#contents .navigation .flexBlock li:first-child a {
  vertical-align: sub;
}
.navigation ul li img{
  height: auto !important;
  width: 100%!important;
}
#contents .links .flexBlock .flexList3 .height65 {
    height: 18vw;
}
}

@media screen and (max-width: 800px) {
  #contents .navigation{
  display: none;
}
}
/* 追記箇所 */

/* モーダルポップアップ */

#contents.topPage .mfp-content {
  text-align: center;
}

#contents.topPage .mfp-content .smallIcon{
  font-size: xx-small;
    bottom: 15px;
    right: -6px;
    color: #F47E2C;
    position: absolute;
} 

#contents.topPage #modal-content{
  text-align: center;
  max-width: 810px;
  display: inline-block;
  position: relative;
}

#contents.topPage #modal-content .mfp-content-wrapper {
display: inline-block;
width: 100%;
padding: 20px;
background: #fff;
border-radius: 20px;
text-align: left;
position: relative;
}

#contents.topPage #modal-content .mfp-content-wrapper .textPadding {
  padding: 0 40px;
}
#contents.topPage #modal-content .mfp-content-wrapper .textMargin {
  margin: 0 40px;
}


#contents.topPage #modal-content .mfp-content-wrapper .borderGreen{
padding:10px 30px 5px 30px;
}

#contents.topPage #modal-content .mfp-content-wrapper .borderGreen .flexBlock:has(.flexList3S){
justify-content: space-around;
align-items: center;
}

#contents.topPage #modal-content .mfp-content-wrapper .img80 {
max-width: 87%;
}

#contents.topPage #modal-content .mfp-content-wrapper .img80 {
max-width: 87%;
}

#contents.topPage #modal-content .mfp-content-wrapper h2 {
margin-top: 0;
font-size: 20px;
color: #333;
text-align: center;
}

#contents.topPage #modal-content .mfp-content-wrapper .minus {
margin-top: -10%;
}
#contents.topPage #modal-content .mfp-content-wrapper .minus2 {
margin-top: -7%;
}
#contents.topPage #modal-content .mfp-content-wrapper p {
font-size: 14px;
color: #000;
line-height: 1.6;
}

#contents.topPage #modal-content .mfp-content-wrapper .borderGreen {
border-radius: 8px;
border: solid #46C5B0 2px;
position: relative;
}

.mfp-close {
   width: 30px!important;
   height: 30px!important;
   z-index: 9999!important;
       position: absolute;
    right: -20px!important;
    top: 20px!important;
  background: url("../images/closeBtn.svg")!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  text-indent: -9999px!important;
  overflow: hidden!important;
  border: none!important;
  cursor: pointer!important;
}



#contents.topPage #modal-content .mfp-content-wrapper h2 {
  font-size: 26px;
  color:#004098 ;
}
#contents.topPage #modal-content .mfp-content-wrapper .text17 {
color: #004098;
display: block;
}

#contents.topPage #modal-content .mfp-content-wrapper .text16.orange {
color: #F47E2C;
text-align: center;
}

#contents.topPage #modal-content .mfp-content-wrapper .width70 {
width: 69%;
}

#contents.topPage #modal-content .mfp-content-wrapper .width30 {
width: 29%;
}

#contents.topPage #modal-content .mfp-content-wrapper .muryo {
right: 1%;
top: -10%;
position: absolute;
}

#contents.topPage .mfp-content-wrapper .homeLink{
 font-size: 20px;
 font-weight: 700;
 color: #46C5B0;
 text-align: center;
 margin-bottom: 60px;
}

#contents.topPage .mfp-content-wrapper .homeLink a{
 color: #46C5B0;
 font-size: 15px;
}

@media screen and (max-width:800px) {

  .mfp-close {
display: none !important;
}
  #contents.topPage #modal-content .mfp-content-wrapper {
border-radius: 0;
width: auto;
}

#contents.topPage #modal-content .mfp-content-wrapper .width70,
#contents.topPage #modal-content .mfp-content-wrapper .width30  {
  width: 100%;
}
#contents.topPage #modal-content .mfp-content-wrapper .textPadding {
  padding: 0;
}
#contents.topPage #modal-content .mfp-content-wrapper .minus {
  margin-top: 1em;
}
#contents.topPage #modal-content .mfp-content-wrapper .minus2 {
  margin-top: 0;
}
#contents.topPage #modal-content .mfp-content-wrapper .textMargin {
  margin: 0;
}
#contents.topPage .mfp-content {
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    height: 100%;
}
#contents.topPage #modal-content .mfp-content-wrapper .borderGreen .flexBlock .flexList3S.top{
width: 51%!important;
}
#contents.topPage #modal-content .mfp-content-wrapper .borderGreen .flexBlock .flexList3S{
width: 50%!important;
}
#contents.topPage #modal-content .mfp-content-wrapper .muryo {
    top: 38%;
    right: 7%;
}

#contents.topPage #modal-content .mfp-content-wrapper .borderGreen .flexList3S.top {
margin-top: 0.8em;
}

}



@media screen and (max-width:900px) {
.mfp-container {
        padding: 0!important;
    }
}



