/* 全体の左右の余白を削除 */
body.bdash-form-input .container {
padding:0;
}

.about, .point, .gallery, .cta {
  padding: 100px 10%;
}
.price {
  padding: 60px 10%;
}

@media (max-width: 1280px) {
  .about, .point, .gallery, .price, .cta {
    padding: 80px 10%;
  }
}

@media (max-width: 768px) {
  .about, .point, .gallery, .cta {
    padding: 80px 5%;
  }
  .price {
    padding: 30px 5%;
  }
}
.section__container{
	max-width:1100px;
	margin:0 auto;
}
html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  color:#333;
}

.fd-in {
	position:relative;
}

/* 表示が不安定なため、要素のフェードインは無効化
.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
.fd-done {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
*/

.color--r{color:#ffa2a9;}
section {
  overflow: hidden;
  -webkit-transition: .8s;
  transition: .8s;
}
.bg-s{
	background:url(../images/head.png);
	background-size:cover;
}
.section__title {
  font-size: 3vw;
  text-align: center;
  padding-bottom:20px;
}
.section__copy{
  font-size: 2.4vw;
  text-align: center;
  font-weight:normal;
  color:#fff;
  padding:40px 0 0 0;
}
.miryoku__title {
  font-size: 3vw;
  text-align: center;
  padding-bottom:20px;
  color:#E32330;
}
.kaburiel{
  width:100%;
  display:flex;
  margin:0 auto;
  text-align:center;
}
.attractiveTbl01{
    width: 100%;
    margin-bottom: 1em;
	border-collapse:collapse;
}
.attractiveTbl01 th {
    background-color: #e5e5e5;
}
.attractiveTbl01 th {
    padding: 1.4vw 1vw;
    border: solid 1px #ccc;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
}
.attractiveTbl01 td {
    padding: 1.4vw 1vw;
    border: solid 1px #ccc;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
}
.attractiveTbl01 th.buy {
    background-color: #fcd2d4;
}
.attractiveTbl01 th.sell {
    background-color: #cae1f6;
}
.point2 {
    color: #e6222f;
}
.kabu001{
	width:15%;
}
.kabu002{
	width:70%;
}
.kabu003{
	width:15%;
}
.topic--img{
	width:100%;
	max-width:103px;
}
.topic--txt{
	font-size:1.2rem;
}
.section__container2 {
    max-width: 900px;
    margin: 0 auto;
}
.section__img{height:60px;}
@media (min-width: 1440px) {
.miryoku__title {
    font-size: 2.8rem;
}
}
@media (max-width: 768px) {
.kabu365{width:100%;}
.section__copy{font-size: 1.4rem;}
.miryoku__title {font-size: 1.5rem;}
.section__img{height:24px;}
.topic--txt{font-size:1.0rem;}
}
.section__title--discription {
  font-size: 1.2vw;
  text-align: center;
  margin-bottom: 50px;
}
/* linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%) */
.hero {
  padding: 0 10% 80px;
  background-image: url(https://www.okasan-online.co.jp/shared/bdash/jp/images/hero1.jpg);
  color: #fff;
}

.hero h1 {
  display:flex;
}
.tieup-site{
	width:45%;
	text-align:center;
	background:#fff;
	border:1px solid #ccc;
}
.tieup-site img{
	max-width:300px;
}
.tieup-x{
	width:10%;
	max-height:82px;
	background:url(https://www.okasan-online.co.jp/shared/bdash/jp/images/x.png);
	background-position:50% 50%;
	background-repeat: no-repeat;
	background-size:30px 30px;
	background-position-x: center;
	background-position-y: middle;
}
.tieup-site{
	width:45%;
	background-position:50% 50%;
	background-repeat: no-repeat;
	background-size:90% auto;
	background-position-x: center;
	background-position-y: middle;
	border:3px solid #ccc;
	background-color:#fff;
}
.tieup-oos{
	width:45%;
	text-align:center;
}

.hero p {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}
.hero-inner{
	margin:0 auto;
	max-width:700px;
}
.hero-inner-txt{
	
}
.hero-title{
	max-width:480px;
}
.hero-title img{
	width:100%;
}
.cp-title{
	padding:0;	
}
.cp-title li{
	list-style:none;
	padding:0;
	display: inline;
	width:33%;
	text-align:center;
}
.img-tieup {
	width:100%;
	max-width:300px;
}
.img-x {
	width:100%;
	max-width:48px;
}
.img-oos {
	width:100%;
	max-width:300px;
}
.hero-title__no {
	float:right;
    display: inline-block;
	text-align:center;
    font-size: 1.2vw;
    font-weight: 500;
    background: #fffa00;
    color: #000000;
    height: 8vw;
    width: 8vw;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 1.5;
    padding-top: 1.3vw;
}
@media (max-width: 768px) {
  .hero p {
    line-height: 1.5;
  }
  .hero-title__no {
    background: #fffa00;
    height: 7.8vw;
    width: 9vw;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
}

.hero a {
  display: inline-block;
  background: #fff;
  padding: 15px 40px 15px 20px;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #e00025;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #fff;
  position: relative;
}

@media (max-width: 768px) {
  .hero a {
    display: block;
  font-size: 16px;
  }
}

.hero a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #e00025;
  border-right: 2px solid #e00025;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hero a:hover {
  background: #fffa00;
  color: #333;
}

.hero a:hover::after {
  border-color: #333;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about__image {
  width: 50%;
}

@media (max-width: 768px) {
  .about__image {
    width: 100%;
  }
}

.about__image img {
  width: 100%;
  height: auto;
}

.about__text {
  width: 50%;
}

@media (max-width: 768px) {
  .about__text {
    width: 100%;
  }
}

.about__text p {
  line-height: 2;
  margin-left: 50px;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .about__text p {
    margin: 20px 0 0;
  }
}

.point {
  background: #f7f7f7;
}

.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.point__item {
  text-align: center;
  width: calc((100% / 3) - 20px);
}

.point__item:not(:first-child) {
  margin-left: 21px;
}

@media (max-width: 768px) {
  .point__item {
    width: 100%;
  }
  .point__item:not(:first-child) {
    margin: 30px 0 0;
  }
}

.point__item i {
  font-size: 44px;
  font-weight: 900;
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 10px;
  color:#096530;
}

.point__item i:before{/*疑似要素*/
  content: 'POINT';
  font-weight:normal;
  background:#fff;
  font-style:normal;
  color: #096530; /*文字色*/
  font-size: 14px; /*2倍サイズ*/
  display: block; /*改行するように*/
}

.point__item p {
  text-align: left;
  font-size: 16px;
  padding: 0 10px 10px 10px;
}

.gallery__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery__item {
  width: calc(50% - 10px);
}

.gallery__item:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

.gallery__item:nth-child(2n) {
  margin-left: 20px;
}

.gallery__item img {
  width: 100%;
  height: auto;
}

.gallery__item a {
  -webkit-transition: .5s;
  transition: .5s;
}

.gallery__item a:hover {
  opacity: .7;
}

.gallery__item a:hover img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
}

.price__item {
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
  padding: 50px 30px;
  width: calc(50% - 15px);
}

.price__item:nth-child(2n) {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .price__item {
    width: 100%;
  }
  .price__item:not(:first-child) {
    margin: 30px 0;
  }
}

.price__item h3 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}

.price__item .yen {
  font-size: 64px;
  font-weight: 100;
  line-height: 1;
}

.price__item .yen span {
  font-size: 30px;
}

.price__item .cando {
  margin: 40px 0 0;
}

.price__item .cando ol {
  list-style-type: none;
}

.price__item .cando li {
  background: #f7f7f7;
  padding: 10px;
  font-size: 18px;
  border-radius: 6px;
}

.price__item .cando li:not(:first-child) {
  margin: 15px 0 0;
}

.cta__btn {
  text-align: center;
  padding-top:30px;
}

.cta__btn a {
  display: inline-block;
  background: #e00025;
  padding: 15px 40px 15px 20px;
  margin: 0px 0 0;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  border: 2px solid #fff;
  position: relative;
}

@media (max-width: 768px) {
  .cta__btn a {
    display: block;
  }
}

.cta__btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta__btn a:hover {
  border-color: #e00025;
  background: #fff;
  color: #e00025;
}

.cta__btn a:hover::after {
  border-color: #e00025;
}

footer {
  padding: 15px 0;
  background: #444;
  text-align: center;
  color: #fff;
}

footer small {
  font-size: 14px;
  line-height: 1;
}

.ribbon14-wrap{
	position:relative;
	max-width:700px;
	margin:0 auto;
	height:120px;
}

.ribbon14 {  
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 10px 0;
  line-height:1.3;
  z-index: 2;
  width: 140px;
  text-align: center;
  font-size: 22px;
  color: #333;
  background: #fffa00;
}

.ribbon14:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 70px solid #fffa00;
  border-right: 70px solid #fffa00;
  border-bottom: 10px solid transparent;
}

.t-center{
	text-align:center;
	padding:0 20px 20px 20px;
}
@media (max-width: 768px) {
.t-center img{
	width:100%;
}
}
.tieup-ttl{
	font-size:2.5vw;
	color:#ff6600;
}
.tieup-main{
	border:5px solid #096530;
	padding:15px;
	background:#fff;
	text-align:center;
	margin:10px auto 20px auto;
}
.tieup-main dt{
	color:#096530;
	font-size:28px;
	font-weight:500;
}
.condition{
	background: #096530;
	color:#fff;
	padding:5px;
	margin:0 5px 5px 5px;;
	display:inline-block;
}
.tieup-main dd{
	padding:0;
	margin:0;
	line-height:1.5;
	font-size:4.0rem;
	font-weight:500;
}
.color-o{
	font-size:120%;
	color:#ff6600;
}
.tieup--site{
	font-size:28px;
	text-align:center;
	font-weight:700;
	padding-bottom:20px;
}
.site--name{
  background: linear-gradient(transparent 70%, #fffa00 70%);
}
.btn-1{
	width:100%;
	text-align:center;
	padding:20px 0;
}
.open_h3 {
    border: 2px dotted #096530;
    cursor: pointer;
    margin: 0;
	color:#096530;
	font-size:22px;
}
.open_h3::after {
    content: "▼";
}
.open_h3.active::after {
    content: "▲";
}
.open_h3:after, .open_h3.active:after {
    font-size: 22px;
    margin-left: 20px;
}
.code-lead {
    margin-bottom: 20px;
    font-size: 22.4px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}
.hero-inner-txt{
	padding-top:20px;
	text-align:center;
}
@media (max-width: 768px) {
.hero-inner-txt img{
	width:100%;
}
.tieup-ttl {
    font-size: 1.0rem;
    color: #ff6600;
}

.tieup-main dt {
    font-size: 24px;
}
.tieup-main dd {
    font-size: 2.0rem;
}
.code-lead {
    font-size: 1.0rem;
}
.tieup--site {
    font-size: 26px;
}
.section__title {
    font-size: 2.4rem;
}
.section__title--discription {
    font-size: 1.0rem;
}
}
.super{font-size:50%;vertical-align:super;}
.zero-yen{font-size: 9.6vw;font-weight: 500;line-height: 1;color:#de0025;letter-spacing:4px;}
.w-90{
	width:90%;
	margin:0 auto;
	padding-top:10px;
}
.color-b{
	color: #096530;
	padding-top:10px;
}
.color-r{color: #de0025;}
.color-w{color: #fff;}
.bg-b{background: #096530;}
.bg-d{background: #ccc;}
.bg-w{background: #fff;}
.tieup-step dt{
	max-width:80px;
	float:left;
	margin-bottom:10px;
	color:#e00025;
}
.tieup-step dd{
	margin-left: 80px;
	margin-bottom:10px;
}  
.clearboth{
	colear:both;
}
.open-1{
	background:#fff;
	padding:10px 2%;
}
.bg-g{
	background:#f6f6f6;
}
.campaign-caution{
	padding-left:20px;
}
.campaign-caution li{
	font-size:14px;
}
.bdash_form{
	max-width:900px;
	margin:0 auto;
}
form{padding:40px 0;}
input{border:1px solid #ccc;}
h1{text-align:center;}
.page-item-info{width:60%;}
.page-item-info input{width:100%;}
.box-notice-title{width:90%;margin:20px auto 0 auto;border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc; padding:10px;background:#f6f6f6;}
.box-notice-inner{border:1px solid #ccc; padding:10px;width:90%;margin:0 auto 20px auto;}
.bdash_form_button_input {
    text-align: center;
    padding: 24px 0;
	background:#f6f6f6;
}
.bdash_form_commit_button {
    color: #fff;
    border: none;
    cursor: pointer;
    height: 45px;
    width: 57%;
    font-size: 15px;
    font-weight: bold;
    background-color: #434343;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-image: url(https://www.okasan-online.co.jp/shared/bdash/jp/images/arrow3R.png);
    background-size: 8px auto;
}
input {
    font-size: 15px;
    padding: 5px;
}
.point__item{
	background:#fff;
	padding:10px;
}
.feeTable{
	width:100%;
	text-align:center;
	border-collapse:collapse;
}
.feeTable th{
	border:1px solid #ccc;
	background:#096530;
	color:#fff;
	padding:10px 0;
}
.feeTable td{
	width:50%;
	border:1px solid #ccc;
	height:60px;
}
.cost--free{
	color:e00025!important;
	font-size:200%;
}
.caption--txt{
	font-size:14px;
}
.w100{width:100%}
.tjoho{color:#096530;text-align:left;}
.tjoho--disc{text-align:left;line-height:2.0;}
@media (min-width: 1280px) {
  .tjoho{padding-top:4rem}
}

@media (min-width: 768px){
	.is--pc {
    display: block;
}
	.is--sp {
    display: none;
}
}
@media (max-width: 768px){
	.is--pc {
	display:none;
}
	.is--sp {
	display:block;
}
}
.price__item2 {
    text-align: center;
    -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    padding: 0 30px 50px 30px;
    width: calc(50% - 15px);
}
.price__item2:nth-child(2n) {
    margin-left: 30px;
}
.content-data__body {
    font-weight: bold;
    margin: 10px 0;
    position: relative;
    padding-left: 20px;
}
.content-data__body:before {
    content: '■';
    color: #096530;
    position: absolute;
    top: 0;
    left: 0;
}
.hukidasi{
    width: 300px;
    margin: 0 auto 30px auto;
    padding: 4px 10px;
	background:#096530;
	color:#fff;
    border: 1px solid #096530;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
.hukidasi2{
    margin: 0 auto 30px auto;
    padding: 6px 10px;
	background:#E6222F;
	color:#fff;
    border: 1px solid #E6222F;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
.hukidasi:before{
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #096530;
    position: absolute;
    right: 50%;
    bottom: -23px;
    z-index: 2;
}
.chumoku{
	padding-top:10px;
}
.hukidasi:after{
    content: "";
    border: 12px solid transparent;
    border-top: 12px solid #096530;
    position: absolute;
    right: 50%;
    bottom: -24px;
}
@media (max-width: 768px){
.price__item2:not(:first-child) {
    margin: 30px 0;
}
.price__item2 {
    width: 100%;
}
}
.price__item365 {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    width: 100%;
	margin-bottom:20px;
}
@media (max-width: 768px){
	.price__item365 {
	margin-bottom:80px;
	}
}
.price__item3 {
    text-align: center;
    -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    width: 100%;
	margin-bottom:15px;
}
.price__item4 {
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 px 10px rgba(0, 0, 0, 0.15);
    padding: 30px;
    width: calc(50% - 15px);
	margin-bottom:15px;
}
.price__item4:nth-child(2n) {
    margin-left: 30px;
}
@media (max-width: 768px){
.price__item4:not(:first-child) {
    margin: 30px 0;
}
.price__item4{
    width: 100%;
}
}
.txt--center{
	text-align:center!important;
}
.d--flex{
	display:inline-block;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	vertical-align:middle;
	text-align:left;
	margin-right:1%;
	font-size:16px;
}
.rela{
	position:relative
}
.abso{
	position:absolute;
	top:-180px;
	left:0px;
}
.abso2{
	position:absolute;
	top:-240px;
	left:0px;
}
.abso3{
	position:absolute;
	top:-550px;
	left:0px;
}
.abso4{
	position:absolute;
	top:-315px;
	left:0px;
}
.abso5 {
    position: absolute;
    top: -390px;
    left: 0px;
}
.img-494{
	width:100%;
	max-width:494px;
	margin:20px 0;
}
.img-587{
	width:100%;
	max-width:587px;
	margin:20px 0;
}
.img-562{
	width:100%;
	max-width:562px;
	margin:20px 0;
}
.img-650{
	width:100%;
	max-width:650px;
	margin:20px 0;
}
.img-840{
	width:100%;
	max-width:840px;
	margin:20px 0;
}
.m--b-20{
	margin-bottom:20px;
}
.arrow-r{position: relative;}
.arrow-r:before{
	content:"";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: -24px;
	border: 12px solid transparent;
	border-left: 20px solid #7BA4CF;
}
.point-area--pc{
	display:flex;
	width:100%;
	padding:30px 0;
}
.point--left{
	width:50%;
	padding:30px 20px 30px 0;
	text-align:right;
	background-color:#049842;
	position:rerative;
}
.point--img{
	position:absolute;
	right:52%;
	top:5px;
}
.point-right-txt{
	font-size:2.4rem;
	color:#fff;
	font-weight:900;
}
@media (max-width: 1280px) {
.point-right-txt{
	font-size:2.0rem;
	padding:10px 0;
}
}
.point--right{
	width:50%;
	padding:30px 0 30px 20px;
	text-align:left;
	background-color:#E6222E;
}
.point--green{
	background-color:#049842;
	padding:20px 5%;
}
.point-area--sp{
	display:none;
}
@media (max-width: 768px){
.point-area--pc{
	display:none;
	width:100%;
	padding:0;
}
.point-area--sp{
	display:block;
	width:100%;
	padding:30px 0;
}
.point-right-txt{
	text-align:center;
	font-size:1.6rem;
}
.arrow-r:before{
	top: -24px;
	left: 45%;
	border-top: 20px solid #7BA4CF;
	border-left: 12px solid transparent;
}
.abso {
    top: -130px;
    left: 30%;
}
.abso2 {
    top: -130px;
    left: 30%;
}
.abso3 {
    top: -130px;
    left: 30%;
}
.abso4 {
    top: -130px;
    left: 30%;
}
.abso5 {
    top: -130px;
    left: 30%;
}
}
.attractiveTbl02{
	border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1em;
}
.attractiveTbl02 th {
    background-color: #e5e5e5;
	font-weight:normal;
	height:90px;
}
.bachg{background-color:#f5f6f5;}
.bachr{background-color:#ffdada;}
.bachh{background-color:#e5e5e5;}
.attractiveTbl02 th {
    padding: 1.4vw 1vw;
    border: solid 1px #ccc;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
}
.attractiveTbl02 td {
    padding: 1.4vw 1vw;
    border: solid 1px #ccc;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
}
.miryoku--img{
	width:100%;
	max-width:107px;
}
.color--rr{color:#E6222E;padding-bottom:20px;}
.color--gg{color:#049842;padding-bottom:20px;}
.p--r10{padding-right:10px;}
.p--r20{padding-right:20px;}
.p--l20{padding-left:20px;}
.tool_title{font-size:22px;}
.tool_title2{font-size:32px;color:#e6222f;}
.tool_title3{font-size:36px;font-weight:700;}
.f--80{font-size:80%;}
.w--10{width:10%}
.w--20{width:20%}
.w--30{width:30%}
.w--40{width:40%}
.w--45{width:45%}
.w--50{width:50%}
.w--55{width:55%}
.w--65{width:65%}
.w--75{width:75%}
.w--85{width:85%}
.w--100{width:100%}
.p--15{padding:0 15%}
.p--10{padding:10px;position: relative;}
.p--10:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
.box-notice-01{background:#fff;padding:10px 2%;}
.em-01, .em-02, .em-10 {
    font-weight: bold;padding-bottom:10px;
}
.list-dot-01 p{padding:0 0 10px 16px;position:relative;font-size:14px;}
.list-dot-01 p:before{
    content: ">";
	color:#e00025;
	position:absolute;
	top:0;
	left:0;
}
.kojiro{
	max-width:130px;
}
@media (max-width: 768px){
	.p--10:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
	}
	.p--15{padding:0;}
	.sp--w100{width:100%!important;padding-bottom:20px;}
	.p--r20{padding-right:0;}
	.p--l20{padding-left:0;}
	.tool_title3{font-size:28px;font-weight:700;}
}

.sub-title{
	text-align:center;
	font-size:24px;
	font-weight:500;
	background: linear-gradient(transparent 70%, #fffa00 70%);
	margin: 0 auto;
}
.tmp-tag-group {
    margin-bottom: 25px;
    padding: 15px 4vw;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tmp-tag-group li{
	list-style: none;
}
.tmp-tag-group__item {
    display: inline-block;
    margin: 0 6px 6px 6px;
    line-height: 2;
    font-size: 15px;
    font-size: 1.0rem;
    font-weight: 500;
    background: #E5E7EB;
    padding: 5px 10px;
}
.tmp-tag-group__oos{
	background:#e00025;
	color:#fff;
	
}

@media screen and (min-width: 768px){
.tmp-tag-group {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2vw 0.5vw 1.5vw;
	}
.tmp-tag-group__item {
    margin: 0 1.6vw 1vw;
    font-size: 1.2rem;
	}
}
.award-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.award-list__item {
    width: 44%;
    margin: 0 3% 25px 3%;
	list-style: none;
}
.award-list-img img {
    max-width: 240px;
}
.award-list-txt {
    text-align: center;
}
.award-list__item2 {
    width: 44%;
    margin: 0 3% 25px 3%;
    list-style: none;
}
@media screen and (min-width:1440px){
.section__title--discription{
	font-size:18px;	
}
}
@media screen and (min-width: 768px){
.award-list__item {
    width: 21%;
    margin: 0 2%;
	}
.award-list-img img {
    max-width: 252px;
	}
.award-list {
    align-items: flex-end;
    justify-content: center;
	}
.award-list__item {
    width: 17%;
    margin: 0 2%;
	}
.award-list__item2 {
    width: 15%;
    margin: 0 2%;
	font-size:14px;	
	}
}

.flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flow-list__item {
    width: 100%;
    margin: 0 0 25px 0;
	list-style: none;
	background:#fff;
	border:1px sold #dfdfdf;
	position:relative;
	padding:45px 10px 10px 10px;
}
.flow-list__step {
	position:absolute;
	top:-30px;
	left:30%;
	width:70px;
	height:70px;
	text-align:center;
	background:#666;
	color:#fff;
	padding-top:10px;
	border-radius: 50%;
	font-size:14px;
}
.flow-list__step span{
	font-size:22px;
}
.flow-list-img {
    text-align: center;
}
.flow-list-img img {
    max-width: 64px;
}
.flow-list-title {
    text-align: center;
	font-weight:700;
	padding:10px 0;
}
.flow-list-title span{
	color:#e00025;
}
.flow-list-txt {
    text-align: left;
}
@media screen and (min-width: 768px){
.flow-list-title {
	height:72px;
}
.flow-list__item {
    width: 18%;
    margin: 0 1%;
	}
.flow-list-img img {
    max-width: 252px;
	}
}
@media screen and (max-width: 768px){
.zero-yen {
    font-size: 72px;
}
.page-item{
	width:90%;
	margin:0 auto;
}
.pgh-plain-01{
	width:90%;
	margin:0 auto;
}
.flow-list__item {
	margin-bottom:40px;
	}
.flow-list__step {
	left:40%;
	}
.flow-list-img{
  float: left;
}

.flow-list-txt{
  margin-left: 80px;
  vertical-align:middle;
}
	
}
.tieup-step a{
	color:#096530;
}

#commonNav1, #commonNav2 {
    width: 100%;
    margin: 0 auto 1.5em;
}
ol, ul {
    list-style: none;
}

#commonNav1 li, #commonNav2 li {
    background-color: #ffffff;
}
#commonNav1 li:nth-child(2n), #commonNav2 li:nth-child(2n) {
    background-color: #f2f2f2;
}
#commonNav1 li a, #commonNav2 li a {
    display: block;
    color: #333333;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 7px auto;
    background-image: url(https://www.okasan-online.co.jp/shared/bdash/jp/images/arrow3R.png);
}
#commonNav1 li a {
    font-size: 15px;
    font-weight: bold;
    padding: 0.5em 8%;
}
#commonNav2 li a {
    font-size: 13px;
    padding: 0.5em 8%;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footerTxt {
    width: 100%;
    margin: 0 auto 1.5em;
    font-size: 13px;
}
@media only screen and (min-width: 1080px){
#commonNav1 li, #commonNav2 li {
    width: 33%;
    float: left;
}
}
.pure-modal .checkbox{
  display: none;
}

/* Gray background */
.pure-modal .pure-modal-overlay{
  opacity: 0;
  transition: all 0.3s ease;
  width: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  transform: scale(1);
  display: none;
  background-color: rgba(0,0,0,0.5);
}
.modal-ttl{
	font-size:22px;
	font-weight:700;
	padding:10px 0;
}
.modal-txt{
	padding:10px 0;
	margin-bottom:1.5em;
}
.modal-txt2{
	font-size:12px;
	font-weight:500;
	margin-bottom:1.5em;
}
.modal-list{
	font-size:12px;
	display:flex;
	flex-wrap: wrap;
}
	.modal-list dt{
		font-weight:bold;
	}
	.modal-list dt:after{
		content:"：";
	}
	.modal-list dd:after{
		content:"、";
	}
	.modal-list dd:last-of-type:after{
		content:none;
	}
	.modal-list a{
		color:#37a8d0;
		text-decoration:underline;
	}
.modal-hr{
	border-color:#e00025;
}

/* Box */
.pure-modal .pure-modal-wrap{
  background: #fdfbfb;
  border-radius: 0.2em;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 40px 30px;
  width: 60%;
  margin: 20px auto;
  align-self: flex-start;
  transition: all 0.5s ease;
  max-width:480px;
}
.pure-modal .pure-modal-wrap.small{
  width: 30%;
}
.pure-modal .pure-modal-wrap.full{
  width: 100%;
  height: 100%;
}

.pure-modal .pure-modal-wrap.a-center {
  align-self: center;
}
.pure-modal .pure-modal-wrap.from-left {
  transform: translateX(-100%);
}
.pure-modal .pure-modal-wrap.from-right {
  transform: translateX(100%);
}
.pure-modal .pure-modal-wrap.from-top {
  transform: translateY(-100%);
}
.pure-modal .pure-modal-wrap.from-bottom {
  transform: translateY(100%);
}


/* Close button */
.pure-modal .pure-modal-overlay .close {
    display: flex;
    flex-direction: column;
    align-content: center;
    background: #282c34;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    color: #d1d1d1;
    font-family: 'Helvetica';
    padding-left: 8px;
}

.pure-modal .pure-modal-overlay .close:hover{
  cursor: pointer;
  background-color: #d1d1d1;
  color: #4b5361;
  transition: all 0.3s ease;
}


 .pure-modal .o-close {
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   top: 0;
   z-index: -100;
 }

.pure-modal input:checked ~ .o-close {
  z-index: 9998;
}
.pure-modal input:checked ~ .pure-modal-overlay{
  transform: scale(1);
  opacity:1;
  z-index: 9997;
  overflow: auto;
  display: flex;
  animation-duration: 0.5s;
  animation-name: fade-in;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: fade-in;
}
.pure-modal input:checked ~ .pure-modal-overlay .pure-modal-wrap {
  transform: translateY(0);
  z-index: 9999;
}

/* Responsive Design */
/* Tablet size */
@media (max-width: 800px){
  .pure-modal .pure-modal-wrap {
    width: 70%;
    padding: 20px;
  }
}

/* Phone size */
@media (max-width: 500px){
  .pure-modal .pure-modal-wrap {
    width: 80%;
  }
	.modal-list{
		display:block;
	}
	.modal-list dd:after{
		content:none;
	}
}

/* Fadein from display:none */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.kawaseoh_book dt{float:left;}
.kawaseoh_book dd{margin-left:160px;}
.kawaseoh-book {font-size:20px;font-weight:bold;}
@media screen and (max-width: 768px){
.kawaseoh_book dt{display:block;margin:0 auto;width: 100%;text-align: center;}
.kawaseoh_book dd{margin-left:0;}
.tieup__head {font-size: 1.8rem!important;}
}
@media screen and (min-width: 768px){
.hilton-main {
    font-size: 5.4rem!important;
}
}
form {padding:0!important;}
.bdash_form {margin: 0 auto!important;max-width:100%!important;}
.logo--wrap{width:100%;height:8vh;position: relative;}
.tieup__site{position: absolute;top: 0;left: 0px;width:45%;border:1px solid #ccc;background:#fff;padding:0 10px;}
.tieup__x{position: absolute;top: 1vh;left: 46%;width:8%;}
.tieup__oos{position: absolute;top: 0;right: 0px;width:45%;}
.formTitle{font-weight:700;padding:40px 0 20px 0;margin:0 auto;font-size: 3vw;text-align: center;}
@media (max-width: 768px){.formTitle{font-size: 2.4rem;}}
.page-item{margin:0 auto;max-width:900px;padding:10px 3%}
.pgh-plain-01{width: 90%;margin:0 auto;}
.bdash_form_button_input {padding: 40px 0!important;}
.bdash_form_commit_button {font-size: 20px!important;max-width: 360px!important;}
body > form > dl:nth-child(10){display:none;}
body > form > dl:nth-child(12){display:none;}
.pad--0{padding:20px 0!important;}
.txt--left{text-align:left!important;}
/*# sourceMappingURL=style.css.map */

/* レポートプレゼント */
@media screen and (min-width: 768px){
	.report-present {
	zoom:1;
	}
	.report-present:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
	font-size:0;
	}
		.report-present li {
		width:378px;
		float:left;
		}
		.report-present li:first-child {
		margin-right:15px;
		}
}

