/*
Theme Name: 伐採グループ
Description: 伐採グループ のテーマ
Version: 1.0
Author:	Rockstream
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/


@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Pattaya&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,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
html,body {
    overflow-x: hidden;
}
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}
.mincho {

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
}

/* 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;
}

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;
}

/* Reset+ */

ol li,
ul li {
    list-style: none;
    list-style-position: inside;
}

img {
    display: inline-block;
    width: 100%;
    border: none;
    vertical-align: bottom;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#mv {
    height: 330px;
    overflow: hidden;
}
.inner {
    padding: 50px 5%;
}

#cvform {
    background-color: #FF5800;
}

#cvform .inner {
    position: relative;
    top: -100px;
    padding: 0px 3% 50px;
}
.cvform_price {
    display: flex;
    align-items: flex-end;
    padding: 15px 0;
    justify-content: center;
}
.cvform_price h6 {
    background-color: #fff;
    color: #FF5800;
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    border: solid 5px #FF5800;
    box-shadow: #fff 0 0 0 1px;
    margin-right: 5px;
}
.cvform_price p {
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 75px;
    width: calc(100% - 90px);
    font-family: system-ui;
    letter-spacing: -2px;
    font-style: italic;
    color: #FFF505;
}
.cvform_price b {
    font-family: serif;
    font-weight: 900;
    display: block;
    font-size: 18px;
    width: 100%;
    font-style: normal;
    letter-spacing: 0px;
    color: #fff;
    padding-left: 10px;
}
.cvform_price span {
    font-size: 24px;
    font-style: normal;
    letter-spacing: 0px;
    margin-left: 5px;
    font-weight: bold;
    position: relative;
    top: -7px;
    color: #fff;
}
.cvform_price span text {
    font-size: 10px;
    display: block;
    font-weight: bold;
}




































