@charset "UTF-8";

#top_html1+section:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 70px;
	left: 0;
    top: 0;
    background: var(--i_sub2_color);
    pointer-events: none;
}
.txt_top{
	text-align: center;
}
.txt_top_title1 {
    font-size: 2rem;
    background: #fff;
    position: relative;
    padding: 10px;
    border: 2px solid #6acd61;
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}
.txt_top_title1::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid var(--i_main_color);
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.txt_top_title1::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -10px;
  margin-top: -3px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.txt_top_title2 {
    font-size: 4.5rem;
	display: inline-block;
	border-bottom: 1px solid #fff;
	color: #fff;
	margin-bottom: 20px;
}
.txt_top>p{
	color: #fff;
}
.txt_img{
	display: flex;
      margin: 30px 0;
     justify-content: space-between;
}
.txt_img>div{
	width: 15%;
}
.txt_img>div>p{
	text-align: center;
	margin-top: 10px;
	color: #fff;
	font-size: 20px;
}
@media screen and (max-width: 480px){
.txt_img>div{
margin: 0 20px;
}
.txt_img>div>p{
	margin-top: 30px;
	font-size: 27px;
}
}
.txt_bottom_title{
	font-size: 22px;
	text-align: center;
	color: #fff;
}
.txt_bottom_3{
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.order_bottom>a{
	color: var(--i_btn_txt_color) !important;
	background: var(--i_btn_color);
	position: relative;
	display: inline-block;
	text-align: center;
	border: 1px solid var(--i_btn_color);
	border-radius: 0;
	font-family: inherit;
	transition: 0.4s ease-in-out;
	font-weight: 600;
      line-height: 1.5;
      font-size: 1.5rem;
      padding: 12px 55px 15px 15px;
}
.order_bottom>a:before{
	position: absolute;
	content: " ";
	width: 20px;
	height: 1px;
	background-color: var(--i_btn_txt_color);
	top: calc(50% - 0.5px);
	right: 15px;
	z-index: 10;
}
.order_bottom>a:after{
	position: absolute;
	content: " ";
	width: 9px;
	height: 1px;
	background-color: var(--i_btn_txt_color);
	right: 15px;
	top: calc(50% - 0.5px);
	-webkit-transform: rotate(35deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(35deg);
	transform-origin: right bottom;
}
.order_bottom>a:hover,
main form .submit span input:hover {
	background: transparent;
	color: var(--i_btn_color) !important;
}
.order_bottom>a:hover:before,
.order_bottom>a:hover:after{
	animation: 0.18s steps(200) 0.1s normal forwards 1 thearrowlink;
	-webkit-animation-name: thearrowlink;
	-webkit-animation-duration: 0.18s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(200);
	-webkit-animation-delay: 0;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes thearrowlink {
	0% {
		right: 35px
	}
	10% {
		right: 35px;
		background-color: var(--i_btn_color)

	}
	100% {
		right: 15px;
		background-color: var(--i_btn_color)
	}
}
@keyframes thearrowlink {
	0% {
		right: 35px
	}
	10% {
		right: 35px;
		background-color: var(--i_btn_color)
	}
	100% {
		right: 15px;
		background-color: var(--i_btn_color)
	}
}
.order_bottom{
	text-align: center;
}
.order_bottom>p:nth-child(1){
	font-size: 2.0rem;
}
.order_bottom>p:nth-child(2){
	font-size: 3.5rem;
}
.order_bottom>p:nth-child(3){
	font-size: 5rem;
	margin-bottom: 10px;
}
.order_bottom>p:nth-child(3)>span{
	font-size: 1.5rem;
}
.txt_top_title1,
.txt_top_title2,
.order_bottom>p,
.order_bottom>a{
	font-family: 'Noto Serif JP', "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-weight: 600;
}
#top_html2+section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: 100px solid transparent;
    border-top: 50px solid #6acd61;
}
@media screen and (max-width: 900px){
	.txt_img {
		flex-wrap: wrap;
	}
	.txt_img>div{
		width: 30%;
             margin-bottom: 30px;
	}
}
@media screen and (max-width: 800px){
	.txt_top_title1 {
		font-size: 1.2rem;
		width: 320px;
		padding: 10px 0;
	}
	.txt_top_title2 {
    	font-size: 3rem;
	}
	.order_bottom>p:nth-child(2) {
		font-size: 2.3rem;
	}
	.order_bottom>p:nth-child(3) {
		font-size: 4rem;
	}
}
@media screen and (max-width: 480px){
	.txt_img>div{
		width: 100%;
	}
}

#top_onayami+section .heading.block_header_4 .h {
      border-bottom: 1px solid #000;
    display: inline-block;
    padding-bottom: 10px;
}
#top_onayami+div:before{
	border-right: 2px dotted rgba(0, 0, 0, 0.2);
    content: "";
	display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
	height: 100%;
	pointer-events: none;
}
#top_onayami+.composite_box01 .inner_item{
    display : grid ;
	grid-template-columns : repeat(2, 1fr) ;
	grid-template-rows : repeat(6, 1fr) ;
	grid-column-gap : 0px;
	grid-row-gap : 0px ;
}
#top_onayami+.composite_box01 .inner_item .heading{
	grid-area: 1 / 1 / 2 / 3 ; 
}
#top_onayami+.composite_box01 .inner_item>a{ 
	grid-area: 2 / 1 / 6 / 2 ;
      justify-content: center;
}
#top_onayami+.composite_box01 .inner_item_txt{ 
	grid-area: 2 / 2 / 6 / 3 ;
      display: flex;
      flex-flow: column;
      justify-content: center;
}
#top_onayami+.composite_box01 .inner_item .contents_btn01 {
	grid-area: 6 / 1 / 7 / 3 ;
}
#top_onayami+div .heading.block_header_4 .h {
    font-size: 2.5rem;
    background: #fff;
    position: relative;
    padding: 10px;
    border: 2px solid var(--i_main_color);
    margin-right: auto;
    margin-left: auto;
}
#top_onayami+div .heading.block_header_4 .h::before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid var(--i_main_color);
  margin-left: -10px;
  top: 100%;
  left: 50%;
  position: absolute;
}
#top_onayami+div .heading.block_header_4 .h::after {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  margin-left: -10px;
  margin-top: -3px;
  top: 100%;
  left: 50%;
  position: absolute;
}
.check {
    padding-left: 40px;
	position: relative;
	margin-left: 20px;
}
.check:before {
	position: absolute;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/common/upload_data/reflex-ozasacom/image/check_1.png');
    background-position: center;
    background-size: contain;
}
@media screen and (min-width: 481px) and (max-width: 700px){
	#top_onayami+.composite_box01 .inner_item:nth-child(1) {
        margin-bottom: 50px!important;
    }
}
@media screen and (max-width: 700px){
      #top_onayami+div:before{
            display: none;
      }
	#top_onayami+.composite_box01 .inner_item {
        width: 100%;
        margin-left: 0!important;
    }
}