@charset "UTF-8"; /*!
Theme Name: furumichi theme
Author: LCprint.inc
*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}
body {
    margin: 0;
    overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.clearfix {
    min-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1px;
}
.clear {
    clear: both;
}
a:hover img {
    transition-duration: 0.3s;
    opacity: 0.6;
}
a {
    transition: 0.2s;
}
.btn,
.topagebtn {
    letter-spacing: 1px;
}
a {
    color: #fc7702;
}
a:hover {
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    img {
        max-width: 100%;
        height: auto;
    }
}
body {
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #541200;
    line-height: 1.5;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    body {
        line-height: 1.4;
    }
}
p {
    margin-top: 0;
    margin-bottom: 0.8em;
}
div,
h1,
header,
footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
address {
    font-style: normal;
}
h1,
h2,
h3 {
    line-height: 1.4;
}
img {
    vertical-align: bottom;
}
ul {
    margin: 0;
}
ol {
    padding-left: 2em;
}
@media screen and (max-width: 768px) {
    ol li {
        line-height: 1.4;
        margin-bottom: 0.5em;
    }
}
iframe,
#gmap {
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 600px) {
    iframe,
    #gmap {
        width: 100%;
        height: 50vh;
    }
}
@media print, screen and (min-width: 768px) {
    iframe,
    #gmap {
        width: 100%;
        height: 450px;
    }
}
@media print, screen and (min-width: 768px) {
    .fl {
        float: left;
    }
}
@media print, screen and (min-width: 768px) {
    .fr,
    #footer .contactbox {
        float: right;
    }
}
#map {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    margin-top: 120px;
    background-color: #eee;
}
@media screen and (max-width: 768px) {
    #map {
        height: 20vh;
    }
}
::selection {
    background: #feff98;
}
::-moz-selection {
    background: #feff98;
}
.btn,
.topagebtn {
    color: #541200;
    background-color: #fac83e;
    padding: 8px 12px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    width: 200px;
    line-height: 80px;
}
.btn:hover,
.topagebtn:hover {
    background-color: #cd9805;
}
@media screen and (max-width: 768px) {
    .btn,
    .topagebtn {
        width: 90%;
        box-sizing: border-box;
        line-height: 60px;
    }
}
.topagebtn {
    border: 1px solid #633;
}
@media screen and (max-width: 768px) {
    .topagebtn {
        margin-top: 20px;
        text-align: center;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
#topnewslits0 {
    padding-left: 0;
    list-style: none;
}
#headmenus,
#overviews,
#overviewlists,
#results {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}
#headmenus li,
#overviews li,
#overviewlists li,
#results li {
    display: inline-block;
}
#headmenus li:first-child {
    margin-left: 0;
}
.hl {
    color: #541200;
    border-bottom: 5px solid #fac83e;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
}
.hl img {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .hl {
        font-size: 20px;
        padding-bottom: 0;
    }
    .hl img {
        height: 20px;
        width: auto;
        float: left;
    }
}
.hls {
    border-bottom: 1px solid #541200;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
}
.hln {
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .hln img {
        width: 80%;
    }
}
.hlsub {
    margin-top: 40px;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .hlsub {
        width: 90%;
    }
}
strong {
    font-weight: normal;
    background: linear-gradient(transparent 80%, #ffff66 0%);
}
@media screen and (max-width: 768px) {
    .co1,
    #headmenubox,
    #topmessagebox,
    .contbox,
    #pagehead {
        margin-right: 1em;
        margin-left: 1em;
    }
}
@media print, screen and (min-width: 768px) {
    .co1,
    #headmenubox,
    #topmessagebox,
    .contbox,
    #pagehead {
        margin-left: auto;
        margin-right: auto;
        width: 980px;
    }
}
@media screen and (max-width: 768px) {
    .co1b {
        margin-right: 1em;
        margin-left: 1em;
    }
}
@media print, screen and (min-width: 768px) {
    .co1b {
        margin-left: auto;
        margin-right: auto;
        width: 800px;
    }
}
.mbmin {
    margin-bottom: 40px;
}
.mbmid {
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .mbmid {
        margin-bottom: 40px;
    }
}
.co1bc {
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    .co1bc {
        margin-left: auto;
        margin-right: auto;
        width: 800px;
    }
}
@media screen and (max-width: 768px) {
    .co1bc {
        margin-right: 1em;
        margin-left: 1em;
        text-align: left;
    }
    .co1bc br {
        display: none;
    }
}
header {
    background: url("/img/head-bg.png");
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}
html {
    overflow-y: scroll;
}
header.start {
    height: 2000px;
}
header.start #sitetitle {
    width: 100px;
}
@media screen and (max-width: 768px) {
    header.start #sitetitle {
        width: 63px;
    }
}
header.start #headmenus {
    display: none;
}
/* 
.effect {
    opacity: 0;
    overflow: hidden;
    zoom: 1;
}
.effect2 {
    display: none;
}
#pagehead,
#tophead,
#footer {
    display: none;
} */

#headmenubox {
    overflow: hidden;
    zoom: 1;
    position: relative;
}
@media print, screen and (min-width: 768px) {
    #headmenubox {
        height: 120px;
    }
}
@media screen and (max-width: 768px) {
    #headmenubox {
        height: 80px;
    }
}
#sitetitle {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
@media print, screen and (min-width: 768px) {
    #sitetitle {
        background: url("/img/toplogo_af.png") 100px 0 no-repeat;
    }
}
@media screen and (max-width: 768px) {
    #sitetitle {
        background: url("/img/toplogo_af.png") 60px 0 no-repeat;
        background-size: auto 50px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #sitetitle img {
        height: 50px;
        width: auto;
    }
}
#top-menum {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 2;
    line-height: 36px;
    background-color: #fac83e;
    border: 1px solid #fac83e;
    padding-left: 10px;
    padding-right: 10px;
}
#top-menum i {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #633;
    display: none;
}
#top-menum.current {
    background-color: #fff;
}
#menu-inner {
    position: fixed;
    top: 80px;
    z-index: 1;
    height: 100vh;
    width: 100%;
    background-color: #fac83e;
}
#headmenus {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
}
#headmenus li {
    margin-left: 50px;
    font-size: 20px;
    opacity: 0;
    vertical-align: middle;
    padding-bottom: 10px;
}
#headmenus .contactbox {
    padding-bottom: 0;
}
#headmenus .contactbox a:hover {
    text-decoration: none;
}
#headmenus a {
    color: #541200;
    text-decoration: none;
}
#headmenus a:hover {
    text-decoration: underline;
}
#headmenus #fnum {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 1;
    float: none;
}
#headmenus #fnum img {
    height: 28px;
    width: auto;
    margin-right: 6px;
}
#headmenus .btn,
#headmenus .topagebtn {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    #headmenus {
        position: static;
    }
    #headmenus li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #fff;
        text-align: center;
        margin-left: 0;
        padding-bottom: 0;
        font-size: 18px;
    }
    #headmenus li a {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #headmenus .contactbox {
        background-color: #fff;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #headmenus #fnum {
        margin-bottom: 20px;
    }
    #headmenus .btn,
    #headmenus .topagebtn {
        width: 80%;
        font-size: 18px;
        line-height: 1.5;
        margin-left: auto;
        margin-right: auto;
    }
}
#tophead {
    background-image: url("/img/topimg01.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
    #tophead {
        height: 480px;
        margin-top: 120px;
    }
}
@media screen and (max-width: 768px) {
    #tophead {
        margin-top: 80px;
        height: 200px;
    }
}
#topmessagebox {
    padding-top: 240px;
    color: #fff;
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    #topmessagebox {
        padding-top: 20px;
        height: 200px;
        width: 100%;
        margin: 0;
        padding-left: 16px;
        padding-right: 16px;
        background-color: rgba(84, 18, 0, 0.3);
    }
    #topmessagebox p br {
        display: none;
    }
}
#topheadhl {
    border-bottom: 6px solid #fac83e;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
    #topheadhl {
        padding-right: 30px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    #topheadhl {
        width: 220px;
        padding-top: 16px;
        margin-bottom: 10px;
        padding-right: 20px;
    }
}
@media print, screen and (min-width: 768px) {
    .contbox {
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 768px) {
    .contbox {
        margin-bottom: 40px;
    }
}
#topoverview {
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    #topoverview .btn,
    #topoverview .topagebtn {
        width: 400px;
    }
}
#overviews li {
    width: 29%;
    height: 180px;
    margin-left: 20px;
    vertical-align: top;
}
#overviews li:nth-child(3n + 1) {
    margin-left: 0;
}
#overviews .sub {
    margin-top: 10px;
    color: #541200;
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    #overviews li {
        vertical-align: bottom;
        width: 42%;
        margin-left: 2%;
    }
}
.topinner {
    padding-top: 40px;
    text-align: center;
    padding-right: 10px;
}
.topinner .btn,
.topinner .topagebtn {
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .topinner {
        height: 450px;
        position: relative;
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .topinner {
        width: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    .topinnerimg {
        position: absolute;
        right: -700px;
        top: 0;
    }
}
@media screen and (max-width: 768px) {
    .topinnerimg {
        display: block;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
}
#topnews {
    background: url("/img/bg.png");
}
@media print, screen and (min-width: 768px) {
    #topnews {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    #topnews {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
#topnews .contbox {
    margin-bottom: 0;
}
#topnewslits {
    overflow: hidden;
    zoom: 1;
}
#topnewslits dt,
#topnewslits dd {
    float: left;
    margin-bottom: 20px;
}
#topnewslits dd {
    margin-left: 10px;
}
#topnewslits dt {
    clear: left;
    width: 6em;
}
#topnewslits p {
    margin-bottom: 0;
}
#topnewslits0 {
    margin-bottom: 0;
}
#topnewslits0 li {
    margin-bottom: 10px;
}
#topnewslits0 .date {
    margin-right: 20px;
}
@media print, screen and (min-width: 768px) {
    #ftmap {
        height: 400px;
    }
}
@media screen and (max-width: 768px) {
    #ftmap {
        height: 240px;
    }
}
#footer {
    background: url("/img/bg.png");
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer .btn,
#footer .topagebtn {
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: auto;
}
#footer .co1,
#footer #headmenubox,
#footer #topmessagebox,
#footer .contbox,
#footer #pagehead {
    overflow: hidden;
    zoom: 1;
}
@media print, screen and (min-width: 768px) {
    #footer .fl {
        width: 440px;
    }
}
#footer .contactbox {
    padding-top: 30px;
    overflow: hidden;
    zoom: 1;
}
#footer .contactbox .btn,
#footer .contactbox .topagebtn {
    margin-top: 0;
}
@media print, screen and (min-width: 768px) {
    #footer .contactbox {
        width: 500px;
    }
    #footer .contactbox .btn,
    #footer .contactbox .topagebtn {
        float: right;
    }
}
@media screen and (max-width: 768px) {
    #footer .contactbox {
        width: 100%;
        text-align: center;
    }
    #footer .contactbox .btn,
    #footer .contactbox .topagebtn {
        width: 90%;
    }
    #footer .contactbox .hls {
        display: none;
    }
}
@media print, screen and (min-width: 768px) {
    address .btn,
    address .topagebtn {
        float: right;
    }
}
@media screen and (max-width: 768px) {
    address {
        text-align: center;
    }
    address .btn,
    address .topagebtn {
        display: none;
    }
}
#fnum {
    margin-bottom: 10px;
}
#fnum img {
    margin-right: 10px;
}
#fnum a {
    color: #541200;
}
@media print, screen and (min-width: 768px) {
    #fnum {
        font-size: 32px;
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 768px) {
    #fnum {
        font-size: 24px;
    }
    #fnum img {
        width: 40px;
    }
}
#fmail {
    font-size: 21px;
}
#fmail img {
    margin-left: 10px;
    margin-right: 24px;
    margin-bottom: 2px;
}
#ftitle {
    margin-bottom: 20px;
}
#ftitle a {
    text-decoration: none;
}
#ftitle img {
    vertical-align: middle;
}
#ftitle img:first-child {
    padding-right: 10px;
}
@media screen and (max-width: 768px) {
    #ftitle {
        text-align: center;
    }
    #ftitle img:first-child {
        width: 60px;
    }
    #ftitle img:nth-child(2) {
        width: 134px;
    }
}
#pagehead {
    overflow: hidden;
}
@media print, screen and (min-width: 768px) {
    #pagehead {
        height: 250px;
        margin-top: 120px;
        margin-bottom: 120px;
    }
}
@media screen and (max-width: 768px) {
    #pagehead {
        margin-bottom: 40px;
    }
}
#pagehead .hl {
    padding-top: 120px;
    margin-top: 0;
}
@media print, screen and (min-width: 768px) {
    #pagehead .inner {
        position: relative;
        width: 450px;
    }
}
#headimg {
    display: block;
    top: 0;
}
@media print, screen and (min-width: 768px) {
    #headimg {
        position: absolute;
        right: -700px;
    }
}
#profpred {
    margin-right: 40px;
}
@media print, screen and (min-width: 768px) {
    #profpred {
        float: left;
    }
}
@media screen and (max-width: 768px) {
    #profpred {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 160px;
    }
}
@media print, screen and (min-width: 768px) {
    #profhl {
        margin-top: 10px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px) {
    #profhl {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin: 16px auto 16px;
    }
}
@media screen and (max-width: 768px) {
    #profmessage br {
        display: none;
    }
}
.contboxbg,
#profhistory {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 120px;
    line-height: 2;
    background-color: #f3f3f3;
}
.contboxbg .contbox,
#profhistory .contbox {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .contboxbg,
    #profhistory {
        margin-bottom: 40px;
    }
}
#profhistory {
    text-align: center;
}
@media screen and (max-width: 768px) {
    #profhistory {
        margin-bottom: 40px;
    }
}
@media print, screen and (min-width: 768px) {
    #history p {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    #history {
        line-height: 1.5;
    }
    #history br {
        display: none;
    }
}
@media print, screen and (min-width: 768px) {
    #overviewboxhead {
        position: relative;
        margin-bottom: 0;
    }
    #overviewboxhead:before {
        content: "";
        background-color: #541200;
        display: inline-block;
        vertical-align: bottom;
        height: 28px;
        width: 100%;
        text-align: right;
        position: absolute;
        bottom: 0;
        left: -100%;
    }
    #overviewboxhead img {
        display: inline-block;
        vertical-align: middle;
    }
    #overviewboxhead img:first-child {
        margin-right: 30px;
    }
}
@media screen and (max-width: 768px) {
    #overviewboxhead img:first-child {
        width: 230px;
        margin-bottom: 20px;
    }
    #overviewboxhead img:nth-child(2) {
        width: 300px;
    }
    #overviewboxhead img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
#overviewlists .note {
    padding: 10px;
    border: 1px solid #97b572;
}
@media print, screen and (min-width: 768px) {
    #overviewlists {
        margin-top: 40px;
    }
    #overviewlists li {
        width: 47%;
        margin-bottom: 40px;
        vertical-align: top;
        line-height: 1.4;
        font-size: 15px;
    }
    #overviewlists li:nth-child(odd) {
        margin-right: 5%;
    }
    #overviewlists .hlicon {
        display: inline-block;
        vertical-align: top;
        margin-right: 20px;
    }
    #overviewlists p {
        display: inline-block;
        vertical-align: top;
        width: 310px;
    }
}
@media screen and (max-width: 768px) {
    #overviewlists li {
        margin-bottom: 20px;
    }
    #overviewlists .hlicon {
        width: 90px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    #overviewlists p {
        font-size: 15px;
        line-height: 1.6;
    }
    #overviewlists .note {
        line-height: 1.6;
        border-width: 2px;
    }
}
#proflist {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    zoom: 1;
}
#proflist dt {
    background-color: #f3f3f3;
}
@media print, screen and (min-width: 768px) {
    #proflist {
        width: 430px;
    }
    #proflist dt,
    #proflist dd {
        float: left;
        line-height: 2;
        margin-bottom: 10px;
    }
    #proflist dt {
        text-align: center;
        width: 6em;
        clear: left;
    }
    #proflist dd {
        margin-left: 1em;
    }
}
@media screen and (max-width: 768px) {
    #proflist dt,
    #proflist dd {
        text-align: center;
    }
    #proflist dt {
        margin-bottom: 4px;
        line-height: 2;
    }
    #proflist dd {
        margin-left: 0;
        margin-bottom: 10px;
    }
    #proflist a {
        text-decoration: none;
        color: #541200;
    }
}
#logonote {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    zoom: 1;
}
@media print, screen and (min-width: 768px) {
    #logonote {
        margin-top: 60px;
        width: 800px;
    }
    #logonote img {
        float: left;
        margin-right: 60px;
    }
    #logonote p {
        line-height: 1.7;
    }
}
@media screen and (max-width: 768px) {
    #logonote img {
        width: 125px;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #logonote p {
        text-align: center;
    }
}
#resultbox {
    padding-top: 20px;
    padding-bottom: 40px;
    line-height: 2;
    background: url("/img/img-office.jpg") 0 0 no-repeat;
    background-size: cover;
}
#resultbox .contbox {
    margin-bottom: 0;
}
#resultbox .hl {
    margin-top: 20px;
    text-align: center;
}
@media print, screen and (min-width: 768px) {
    #resultbox {
        margin-bottom: 120px;
        margin-top: -120px;
    }
}
@media screen and (max-width: 768px) {
    #resultbox {
        margin-bottom: 20px;
    }
    #resultbox .hl img {
        float: none;
        margin-bottom: 10px;
    }
}
#results {
    margin-top: 40px;
    text-align: center;
}
#results .icon {
    text-align: center;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
    #results {
        margin-bottom: 20px;
    }
    #results .icon {
        height: 100px;
    }
    #results li {
        text-align: left;
        box-sizing: border-box;
        padding: 20px;
        font-size: 15px;
        line-height: 1.6;
        width: 22%;
        background-color: #fac83e;
        margin-left: 2%;
        vertical-align: top;
    }
    #results li:first-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    #results .icon {
        background-color: #fac83e;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    #results .icon img {
        height: 60px;
        width: auto;
    }
    #results li {
        width: 45%;
        vertical-align: top;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.5;
        margin-left: 4%;
        text-align: left;
    }
    #results li:nth-child(2n + 1) {
        margin-left: 0;
    }
}
@media print, screen and (min-width: 768px) {
    #advicebox {
        position: relative;
        width: 480px;
        height: 450px;
    }
    #advicebox .hl {
        padding-top: 100px;
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 768px) {
    #advicebox .hl img {
        margin-bottom: 10px;
        float: none;
    }
}
@media print, screen and (min-width: 768px) {
    #adviceimg {
        position: absolute;
        top: 0;
        right: -700px;
    }
}
@media screen and (max-width: 768px) {
    #adviceimg {
        width: 60%;
        display: block;
        margin: 20px auto 20px;
    }
}
#moreadvicebox {
    text-align: center;
}
#pnf {
    line-height: 600px;
    text-align: center;
}
#accesstxt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    #accesstxt {
        font-size: 16px;
    }
}
#accesstime {
    text-align: center;
}
#accesstime li {
    display: inline-block;
    box-sizing: border-box;
    background-color: #f5ebd6;
}
#accesstime li:first-child {
    margin-left: 0;
}
@media print, screen and (min-width: 768px) {
    #accesstime li {
        width: 260px;
        height: 260px;
        padding-top: 90px;
        border-radius: 180px;
        font-size: 19px;
        margin-left: 40px;
    }
}
@media screen and (max-width: 768px) {
    #accesstime {
        padding-left: 0;
        overflow: hidden;
        zoom: 1;
        text-align: center;
    }
    #accesstime li {
        vertical-align: top;
        width: 96px;
        height: 96px;
        padding-top: 20px;
        border-radius: 48px;
        font-size: 13px;
    }
}
@media screen and (max-width: 768px) {
    #accesstxt {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #accesstimebox .contbox {
        margin-right: 0;
        margin-left: 0;
    }
}
.wpcf7-form {
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.wpcf7-form p {
    margin-bottom: 20px;
}
.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
}
.wpcf7-form input[type="submit"] {
    background-color: #fac83e;
    border: none;
    line-height: 2;
}
.wpcf7-form input[type="submit"]:hover {
    opacity: 0.7;
}
@media print, screen and (min-width: 768px) {
    .wpcf7-form {
        width: 700px;
        padding: 60px 60px 0;
    }
}
@media screen and (max-width: 768px) {
    .wpcf7-form {
        padding: 16px 16px 0;
    }
}
