html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}

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

body {
  /* line-height: 1;
  letter-spacing: 1.8px; */
  font-size:87%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

html {
  font-family: 'Noto Sans JP', sans-serif;
}
/* 下層ページ共通メニュー */
/* .menu-mgn{
  margin-top:56px;
} */

.vivit-menu{
  width:100%;
  top:0;
  left:0;
  position:fixed;
  background-color:#fff;
align-items:center;
  display:flex;
  z-index:99;
  box-sizing:border-box;
}



.vivit-menu .top-btn{
  font-size:12px;
}
.vivit-menu .top-btn a{
  display:block;

  color:#ccc;
  padding:10px;
}

.vivit-menu .list{
margin-left:auto;
display:flex;
width:280px;
}
.vivit-menu .list li{
font-size:12px;
border-left:1px solid #ccc;
}
.vivit-menu .list li a{
display:block;
line-height:1.5em;
padding:5px;

text-align:center;
    margin: 5px;
}
.vivit-menu .list li.cur a{
background-color:#39a79c;
color:#fff;
}
.vivit-menu .list li:last-child a{

}
.vivit-menu .list li.local-btn{
width:33.3333%;
}
.vivit-menu .list li.top-btn{
}



.inner {
  /* max-width: 1200px; */
  max-width: 900px;
  margin: 0 auto;
}

.fl {
  display: flex;
  flex-wrap: wrap;
}

.main {
  margin-top: 50px;
}

.ttl-sec {
  text-align: center;
  font-size: 38px;
  color: #707070;
  position: relative;
  margin-bottom: 75px;
}

.ttl-sec span {
  display: block;
  font-size: 24px;
  /* margin-top: 23px; */
}

.ttl-sec .bg-icon {
  position: absolute;
  top: -50px;
  width: 200px;
  opacity: .35;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* 20210927原↓ */
.ttl-sec-step .bg-icon {
  position: absolute;
  top: -20px;
  width: 93px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
/* 20210927原↑ */

.ttl-sec .bg-icon img {
  width: 100%;
}

.sp-br,
.sp-br-ttl,
.marker-sp {
  display: none;
}

/*========== mainvisual ==========*/
.mainvisual {
  background-image: url(../img/mainvisual.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 450px;
}

.mainvisual .wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.mainvisual .wrapper::before {
  content: "";
  display: block;
  position: absolute;
  opacity: .65;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05c6e5+0,56b783+100 */
  background: rgb(5, 198, 229);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(5, 198, 229) 0%, rgb(86, 183, 131) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(5, 198, 229) 0%, rgb(86, 183, 131) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(5, 198, 229) 0%, rgb(86, 183, 131) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05c6e5', endColorstr='#56b783', GradientType=0);
  /* IE6-9 */
}

.mainvisual .wrapper .text,
.mainvisual .wrapper .visual-icon {
  z-index: 5;
  color: #fff;
}

.mainvisual .wrapper .visual-icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
}

.mainvisual .wrapper .visual-icon .icon2,
.mainvisual .wrapper .visual-icon .icon3 {
  position: absolute;
  bottom: 0px;
  line-height: 0;
  height: 150px;
}

.mainvisual .wrapper .visual-icon .icon2 img,
.mainvisual .wrapper .visual-icon .icon3 img {
  height: 100%;
}

.mainvisual .wrapper .visual-icon .icon2 {
  left: 0;
}

.mainvisual .wrapper .visual-icon .icon3 {
  right: 0;
}

.mainvisual .wrapper .visual-icon .wrap {
  position: relative;
  width: 100%;
}

.mainvisual .wrapper .text .icon {
  text-align: center;
  height: 90px;
  margin-bottom: 35px;
}

.mainvisual .wrapper .text .icon img {
  height: 100%;
}

.mainvisual .wrapper .text h1.ttl {
  font-size: 35px;
  position: relative;
  z-index: 10;
  margin-bottom: 35px;
}

.mainvisual .wrapper .text .sub-ttl {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  font-size: 20px;
}

.mainvisual .wrapper .text h1.ttl .marker {
  background: linear-gradient(transparent 50%, #ffff66 50%);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  opacity: 0.5;
  z-index: -1;
}

/*========== /mainvisual ==========*/
/*========== flow ==========*/
.flow {
  color: #707070;
  margin-bottom: 70px;
}

.flow>.content {
  margin-bottom: 45px;
}

.flow>.content>.ttl {
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 30px;
}
.flow .content .ttl p{
  text-align: center;
}
.flow .content .ttl p span{
  font-size: 22px;
}
/* 
.flow>.content>.ttl img {
  margin-right: 15px;
} */

.flow>.content>.text {
  width: 600px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}

.flow .content-box {
  justify-content: space-between;
}

.flow .content-box .item {
  /* width: 19.5%; */
  width: 19%;
  color: #fff;
  padding: 25px;
}

.flow .content-box .item .num {
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
}

.flow .content-box .item .icon {
  text-align: center;
  height: 76px;
  margin-bottom: 15px;
}

.flow .content-box .item .icon.small {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow .content-box .item .icon.small img {
  height: 85%;
}

.flow .content-box .item .icon img {
  height: 100%;
}

.flow .content-box .item:nth-of-type(odd) {
  background-color: #38BBC5;
}

.flow .content-box .item:nth-of-type(even) {
  background-color: #77CFB1;
}

.flow .content-box .item .context .ttl {
  text-align: center;
  font-size: 22px;
  margin-bottom: 15px;
  color: #fff;
}

.flow .content-box .item .context .text {
  line-height: 1.8;
  font-size: 14px;
}

/*========== /flow ==========*/
/*========== cost ==========*/
.cost {
  margin-bottom: 90px;
}

.cost .sample {
  /* width: 25%; */
  width: 30%;
  background-color: #eaeaea;
  text-align: center;
  padding: 0 15px 15px;
  color: #707070;
  z-index: -2;
  position: relative;
}

.cost .sample .icon {
  position: absolute;
  top: 35px;
  left: -62px;
  width: 120px;
}

.cost .sample .icon img {
  width: 100%;
}

.cost .content.fl {
  justify-content: space-between;
}

.cost .context {
  /* width: 65%; */
  width: 59%;
}

.cost .sample .price {
  margin-top: 15px;
  padding-bottom: 5px;
  position: relative;
}

.cost .sample .price .in-ttl {
  margin-bottom: 10px;
  position: relative;
}

.cost .sample .price .in-ttl .strong {
  position: relative;
}

.cost .sample .price .in-ttl .strong .bg {
  position: absolute;
}

.cost .sample .price .in-ttl span {
  background-color: #eaeaea;
  padding: 0 10px;
}

.cost .sample .price .in-ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
  z-index: -1;
}

.cost .sample .price .price-num span {
  color: #38BBC5;
  font-size: 50px;
  padding: 0 10px;
}

.cost .sample .strong {
  position: relative;
  margin-right: 65px;
}

.cost .sample .strong .bg {
  position: absolute;
  width: 130px;
  top: -3px;
  left: 20%;
  z-index: -1;
}

.cost .sample .strong .bg img {
  width: 100%;
}

.cost .sample .price .strong .price-num span {
  font-size: 80px;
  color: #DC0043;
  font-weight: 500;
}

.cost .sample .price .sli {
  position: absolute;
  top: 40px;
  right: 20px;
  transform: rotate(-12deg);
  text-align: left;
  line-height: 1.3;
}

.cost .sample .price .sli span {
  background: linear-gradient(transparent 70%, #FFF700 70%);
}

.cost .sample .price .sli span:nth-child(3) {
  margin-left: 30px;
}

.cost .sample .price .sli span:nth-child(5) {
  margin-left: 75px;
}

.cost .context .ttl {
  font-size: 22px;
  color: #fff;
  background-color: #38BBC5;
  font-weight: 100;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.cost .context .text {
  line-height: 2;
  font-size: 14px;
}
/* 20210927原⬇️ */
.cost .context .text p.context-example{
  border: solid 0.8px #333333;
  text-align: center;
  width: 390px;
  margin: 24.1px auto;
  height: 40px;
}
.cost .context .text p.context-example span{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

/* 20210927原⬆️ */
/*========== /cost ==========*/
/*========== check ==========*/
.cheack {
  margin-bottom: 50px;
}

.cheack .ttl-sec .bg-icon {
  width: 170px;
  top: -40px;
}

.cheack .content {

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#38bbc5+0,98caac+100 */
  background: rgb(56, 187, 197);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(56, 187, 197) 0%, rgb(152, 202, 172) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(56, 187, 197) 0%, rgb(152, 202, 172) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(56, 187, 197) 0%, rgb(152, 202, 172) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#38bbc5', endColorstr='#98caac', GradientType=0);
  /* IE6-9 */
}

.cheack .content .content-box {
  padding: 0 0 0 50px;
  width: 1400px;
  margin: 0 auto;
}

.cheack .content .content-box .item {
  width: 33%;
  position: relative;
  padding: 40px 0;
  color: #fff;
}

.cheack .content .content-box .item .item-text-wrap {
  width: 50%;
  margin-left: auto;
  padding-right: 30px;
  border-right: 2px solid #fff;
}

.cheack .content .content-box .item .icon {
  position: absolute;
  left: 14px;
  bottom: 0;
  width: 160px;
}

.cheack .content .content-box .item .icon .icon-inner {
  position: relative;
}

.cheack .content .content-box .item .icon .icon-inner .icon-ttl {
  position: absolute;
  /* left: 30px;
  top: -11px; */
  left: 35px;
  top: -30px;
  transform: rotate(-14deg);
  color: #2D9198;
}

.cheack .content .content-box .item .icon .icon-inner .icon-ttl span {
  font-size: 70px;
  margin-left: 6px;
}

.cheack .content .content-box .item .icon img {
  width: 100%;
}

.cheack .content .content-box .item .item-text-wrap .ttl {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.cheack .content .content-box .item .item-text-wrap .text {
  font-size: 13px;
  line-height: 1.8;
}

.cheack .content .content-box .item:nth-child(3) .item-text-wrap {
  padding-right: 30px;
  border: none;
}

/*========== /check ==========*/
/*========== example ==========*/
.example {
  /* margin-bottom: 70px; */
  margin-bottom: 88.3px;
}

.example .ttl {
  text-align: center;
  font-size: 30px;
  line-height: 2;
  color: #38BBC5;
  font-weight: 500;
  margin-bottom: 50px;
}

.example .slide div img {
  width: 100%;
}

/*========== /check ==========*/

/*========== upload-flow 原==========*/
.upload-flow1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 857.15px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 63.2px;
}
.upload-flow2{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 581.4px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 46.8px;
}
.upload-flow1 .icon-arrow{
  margin-left: 15.4px;
  margin-right: 14.7px;
}
.process{
  width: 265.65px;
  height: 185.14px;
  border: solid 1px #707070;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  position: relative;
  background-color: #FAFFFF;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.process .number{
  position: absolute;
  top: -20px;
  left: -20px;
  font-size: 30px;
  background-color: #38BBC5;
  width: 47.47px;
  height: 47.47px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding-bottom: 5px;
  padding-top:0;
}
.process .text{
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
  margin-right: 10px;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.process1{
  background-image: url("../img/process1-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.process1 img{
  padding-top: 10px;
}
.process2 img{
  position: absolute;
  left: 0;
  top: 0;
}
.process2 .text{
  position: absolute;
  top: 60px;
  right: 8px;
}
.process3 img{
  position: absolute;
  top: 10px;
  left: 7px;
}
.process3 .text{
  position: absolute;
  top: 73px;
  right: 5px;
}
.process4 img{
  position: absolute;
  top: 10px;
  left: 5px;
}
.process4 .text{
  position: absolute;
  top: 120px;
  right: 30px;
}
.process5 img{
  position: absolute;
  top: 12px;
  left: 25px;
}
.process5 .text{
  position: absolute;
  top: 140px;
  right: 35px;
}
/*========== /upload-flow ==========*/


/*========== example ==========*/
/* 20210927原⬇️ */
.form .inner {
  width: 900px;
  margin: 0 auto;
}
.ttl-sec-upload .bg-icon {
  position: absolute;
  top: -20px;
  /* top: 0px; */
  width: 136px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.form .inner .content {
  /* background-color: rgba(181, 216, 217, 0.4); */
}

.form .inner .content .ttl {
  background-color: #38BBC5;
  color: #fff;
  align-items: center;
  justify-content: center;
  /* padding: 20px 0; */
  height: 60px;
  margin-bottom: 40.1px;
}

/* .form .inner .content .ttl img {
  height: 70px;
} */
/* 
.form .inner .content .ttl p span {
  font-size: 16px;
} */

.form .inner .content .ttl p {
  line-height: 1.4;
  font-size: 30px;
  margin-left: 20px;
  font-weight: 300;
}

.form .inner .content .wrap {
  /* width: 768px; */
  margin: 0 auto;
  text-align: center;
}
.form .inner .content .wrap .sub{
  font-size: 24px;
  /* display: block; */
}
.form .inner .content .wrap .subimg{
  margin-top: 36px;
  margin-bottom: 36px;
}
/* 20210927原⬆️ */
.form .inner .content .wrap:nth-child(2n) {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* 
.form .inner .content .border {
  width: 95%;
  margin: 0 auto;
  display: block;
  height: 1px;
  background-color: #707070;
} */

.form .inner .content .wrap .f-ttl {
  font-size: 30px;
  margin-bottom: 20px;
}

.form .inner .content .wrap .f-ttl+.sub {
  font-size: 20px;
  margin-bottom: 20px;
}
/* 20210927原⬇️ */
.form .inner .content .wrap .sub2 {
  color: #FF6666;
  margin-top: 14.2px;
}
.originalFileBtn {
  display: inline-block;
  position: relative;
  background-color: #FF6666;
  color: #fff;
  font-size: 18px;
  width: 338.64px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  border-radius: 30px;
  letter-spacing: 0.05em;
}
/* 20210927原⬆️ */
.originalFileBtn input[type="file"] {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.form .inner .content .wrap table {
  width: 100%;
}

.form .inner .content .wrap table tr {
  margin-bottom: 15px;
  display: block;
}

.form .inner .content .wrap table tr th {
  width: 150px;
  vertical-align: middle;
  text-align: left;
  padding: 20px 10px;
  background-color: #9ACCCE;
  line-height: 1.5em;
  color: #fff;
}

.form .inner .content .wrap table tr td {
  background-color: #fff;
  width: 80%;
  text-align: left;
  vertical-align: middle;
  padding: 0 20px;
}

.form .inner .content .wrap table tr td input[type="text"] {
  font-size: 16px;
  padding: 5px;
  width: 97%;
  border-radius: 5px;
  border: 1px solid #ABABAB;
}

.form .inner .content .wrap table tr td .small input[type="text"] {
  width: 120px;
}

.form .inner .content .wrap table tr td .textarea {
  padding: 15px 0;
}

.form .inner .content .wrap table tr td .textarea textarea {
  border-radius: 5px;
  border: 1px solid #ABABAB;
  width: 100%;
  resize: vertical;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

.form .inner .content .wrap table tr td .small.fl {
  align-items: center;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 0px 0px 10px;
  padding: 5px 5px 5px 42px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

/* .radio:hover, .checkbox:hover {
  background-color: #e2edd7;
}

.radio:hover:after, .checkbox:hover:after {
  border-color: #53b300;
} */
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #9ACCCE;
  content: '';
  opacity: 0;
}

input[type=radio]:checked+.radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}

input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

.form {
  margin-bottom: 30px;
}
/* 20210927原⬇️ */
.form .inner .content {
  padding-bottom: 30px;
}

.form .submit {
  margin-top: 30px;
}

input#confirms {
  display: inline-block;
  position: relative;
  background-color: #FF6666;
  color: #fff;
  font-size: 18px;
  border:0;
  border-radius:30px;
  width: 338.64px;
  height: 60px;
}
.upload-after{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 672px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 29.6px;
}
.upload-after p{
  font-size: 18px;
  text-align: left;
}

.upload-point{
  padding-top: 36.7px;
  padding-bottom: 36.2px;
  max-width: 800px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(119,207,177, 0.2);
  margin-bottom: 80.6px;
}
.point-ttl{
  max-width: 700px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  height: 60px;
  color:#fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/ribon.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.point{
  max-width: 741px;
  margin-right: auto;
  margin-left: auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  font-size: 18px;
}
.point .item{
  margin-top:1.7rem;
  width:31%;
  height: 172px;
  padding:1rem;
  padding-top: 1.2rem;
  background-color:#fff;
  box-sizing: border-box;
  /* border-radius:5px; */
  box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
.point .item img{
  display:inline-block;
  margin-top:15px;
  
}
.point .item1 img{
  display:inline-block;
  /* margin-top:-25px; */
  width: 133px;
}

.req{
  display:inline-block;
  color:#fff;
  background-color: #E96F6F;
  font-size:12px;
  padding:4px;
  line-height:1em;
  border-radius:5px;
  margin-left:5px;
}

.ng{
  margin-top:10px;
  font-size:12px;
  line-height:1.5em;
  color:#999;
}
/* 20210927原⬆️ */

/* 20200302 korenaga */
#modalbg {
  display:none;
  z-index:10009;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.6);
  /* display: flex; */
  justify-content: center;
  align-items: center;
  overflow-y:auto;
}
#modalbg #modalform {
  display:none;
  background-color:#fff;
  border:1px solid #7B8158;
  padding:30px;
  width:95%;
  max-width:650px;
  margin:0 auto;
  border-radius:20px;
}
#modalbg #modalform .mailconts {
  display:flex;
  flex-wrap:wrap;
  border-bottom:1px solid #ddd;
  padding:15px 0px;
}
#modalbg #modalform .mailconts .mlttl {
  width:30%;
  text-align:right;
  box-sizing:border-box;
  margin-bottom:0;
}
#modalbg #modalform .mailconts .mlconts {
  width:70%;
  padding:0 10px;
  box-sizing:border-box;
  margin-bottom:0;
}
#modalbg #modalform .btnbox button {
  display:block;
  width:200px;
  margin:15px auto;
  padding:15px;
  border:1px solid #ff5600;
  border-radius:10px;
  background-color:#ff8900;
  color:#fff;
  text-align:center;
  font-size:125%;
  cursor:pointer;
}

#valialert {
  display:none;
  width:450px;
  background-color:#fff;
  border:1px solid #ddd;
  padding:30px;
}
#valialert p.msg {
  text-align:center;
  padding:20px 0px;
  font-size:110%;
}
#valialert p.btns {
  width:80%;
  border:1px solid #ccc;
  padding:15px;
  margin:0 auto;
  text-align:center;
  border-radius:10px;
  cursor:pointer;
}
#valialert p.btns:hover {
  background-color:#e1e1e1;
}

ul.imgblock {
  display:flex;
  flex-wrap:wrap;
  margin-top:10px;
}
ul.imgblock li {
  width:20%;
  padding:2px;
  box-sizing:border-box;
}
ul.imgblock li p { margin-bottom:0; }
ul.imgblock li img { width:100%; }

sup {
  font-size:65%;
  vertical-align: super;
}

select#fopTdfk {
  width:20%;
  border:1px solid #aaa;
  border-radius:5px;
  font-size:115%;
}
#addtext {
  width:80%;
}

#mailthanx {
  width:100%;
  max-width:950px;
  margin:30px auto;
}
#mailthanx p {
  text-align:center;
}
.thanxtitle {
  font-size:120%;
  font-weight:bold;
  padding:15px 0px;
}
.thanxconts {

}


.share-area{
  max-width:800px;
  padding-bottom:40px;
  margin:0 auto;
}
.sns-ttl{
  text-align:center;
  margin-bottom:20px;
  font-weight:bold;
}
.share{
  text-align:center;
}
.item{
  display:inline-block;
}
/* 20210927原 ↓ */
.ex-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ex-area .movie{
  /* width:50%; */
  width:600px;
  margin-right: auto;
  margin-left: auto;
}
/* 20210927原 ↑ */
.ex-area .movie iframe {
  width:100%;
  height:400px;
}
/* 20210927原 ↓ */
.ex-area .text{
  max-width:700px;
  margin-top: 33.9px;
  /* padding-left:20px; */
  line-height:1.8em;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
.ex-area .text p{
  font-size: 16px;
  line-height: 2.5;
}
.ex-area .text p span.text-ttl{
  font-size: 20px;
}
.ex-area .text p.cation{
  font-size: 14px;
  line-height: 1.6;
  padding-top: 10px;
}
/* 20210927原 ↑ */
.daikou{
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.daikou .img{

}
.form-ttl{
  margin-bottom: 20px;
  font-weight: bold;
}

/* 20210830 korenaga */
.bloglink {
  display:flex;
  flex-wrap:wrap;
  color:#333333;
}
.bloglink:hover {
  background-color:rgba(184,224,220,0.7);
}

.bloglink .bimg {
  display:block;
  width:100%;
  height:200px;
  /* max-width:80px; */
  border:2px solid #333;
  box-sizing:border-box;
  margin-bottom:5px;
}
.bloglink .btxt {
  display:block;
  font-size:90%;
  width:100%;
  padding-left:8px;
  box-sizing:border-box;
}

