@charset "utf-8";

@import "https://netdna.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.css";

/* ========================================
    ■ 必須設定
======================================== */

/* reset
----------------------------- */

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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body { line-height:1; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: normal; }
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
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;
}
th { font-weight: normal; }
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #ccc;
    margin:1em 0;
    padding:0;
}
input, select, textarea, img { vertical-align:middle; }
ul, dl, ol { list-style: none; }
small { font-size: 80%; }

/* template-reset
----------------------------- */
#container { padding-top: 0; }
#main-contents .contents {
    margin-bottom: 0;
    padding: 0;
}
#top-in { padding: 0; }
#main-contents h2 {
    margin: 0;
    padding: 0;
    border-top: none;
    background: none;
}
#main-contents .contents h3 {
    margin: 0;
    padding: 0;
    border: none;
}
#main-contents ul, #main-contents ol {
    margin: 0;
}
#main-contents p {
    margin-bottom: 0;
}
.page-top {
    font-size: 12px;
}
.is-sp { display: none; }

/* 共通設定
----------------------------- */
#copy-article-pc * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#copy-article-pc {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
}
@media all and (-ms-high-contrast:none){
    #copy-article-pc {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    }
}

#copy-article-pc a {
    color: #0033cc;
    text-decoration: underline;
    transition: 0.2s ease;
}
#copy-article-pc a:hover {
    text-decoration: none;
    transition: 0.2s ease;
}
#copy-article-pc a::before, #copy-article-pc a:hover::before,
#copy-article-pc a::after, #copy-article-pc a:hover::after {
    transition: 0.2s ease;
}

#copy-article-pc img,
#copy-article-pc video,
#copy-article-pc object {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: none;
}

/* ========================================
    ■ ページトップボタン
======================================== */
#page-top {
    position: fixed;
    right: 20px;
}
#page-top a {
    display: block;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background: rgba(0,0,0, 0.25);
    border-radius: 50%;
}
#page-top a:hover { background: rgba(0,0,0 ,0.5); }

/* ========================================
    ■ General
======================================== */
#copy-article-pc .wrap {
	position: relative;
	width: 1000px;
    margin: 0 auto;    
}
#copy-article-pc  h2 {
    color: #3e2419;
	font-size: 2.75rem;
    text-align: center;
}
#copy-article-pc  h2 span {
    color: #f19149;
	font-size: 1.5rem;
	display: block;
}
#copy-article-pc .outline {
	font-size: 1rem;
    text-align: center;
    margin-bottom: 40px;
}

#copy-article-pc .hover:hover { opacity: 0.9; }

/* form reset */
#copy-article-pc select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "YuGothic M", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
}
#copy-article-pc select::-ms-expand {
    display: none;
}

#copy-article-pc input[type='text'],
#copy-article-pc input[type='tel'],
#copy-article-pc input[type='email'],
#copy-article-pc textarea {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "YuGothic M", "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
}

@media all and (-ms-high-contrast:none){
    #copy-article-pc select,
    #copy-article-pc input[type='text'],
    #copy-article-pc input[type='tel'],
    #copy-article-pc input[type='email'],
    #copy-article-pc textarea {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    }
}

/* placeholder */
#copy-article-pc #form :placeholder-shown { color: #ccc; }
#copy-article-pc #form ::-webkit-input-placeholder { color: #ccc; }/* Google Chrome, Safari, Opera 15+, Android, iOS */
#copy-article-pc #form :-moz-placeholder { color: #ccc; opacity: 1; }/* Firefox 18- */
#copy-article-pc #form ::-moz-placeholder { color: #ccc; opacity: 1; }/* Firefox 19+ */
#copy-article-pc #form :-ms-input-placeholder { color: #ccc; }/* IE 10+ */

/* ========================================
    ■ gnavi
======================================== */
#gnavi {
    background: #fff;
    position: fixed;
    padding: 20px 0;
    z-index: 100;
    width: 100%;
    opacity: 0.8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.31);
}
#gnavi .oa_logo {
    float: left;
    width: 20%;
}
#gnavi ul {
    float: left;
    width: 80%;
    margin-top: 17px;
    text-align: right;
}
#gnavi ul li {
    display: inline-block;
    font-weight: bold;
    margin: 0 0 0 1em;
}
#gnavi ul li a {
    color: #774510;
    text-decoration: none;
}
#gnavi ul li a:hover {
    text-decoration: underline;
}

/* ========================================
    ■ keyv
======================================== */
#keyv {
    padding: 10px 0 40px;
    position: relative;
    background: url(./head-pta_copy-03.jpg) top center no-repeat #fffbf0;
}
#keyv > figure {
    width: 772px;
    position: absolute;
    left: calc(50% - 535px);
    bottom: 0;
}
#keyv .wrap {
    text-align: right;
    padding-right: 20px;
    margin-top: 100px;
}
#keyv h1 {
}
#keyv p {
    margin-top: 18px;
}
/* ========================================
    ■ contact
======================================== */
.contact {
    background: url(./btn-pta_copy-02.jpg) center center no-repeat #549335;
    height: 300px;
    position: relative;
}
.contact .wrap {
}
.contact a {
    display: inline-block;
    position: absolute;
    left: 130px;
    top: 60px;
}
.contact a:hover {
    opacity: 0.78;
}
/* ========================================
    ■ section-01
======================================== */
#section-01 {
    background: #fcf8ed;
}
#section-01 .wrap {
    padding-top: 40px;
}
#section-01 figure {
    margin-top: 80px;
}
#section-01 .arrow_area {
    background: #f7f1e1;
}
#section-01 .arrow_area p {
    background: #774510;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
#section-01 .arrow_area p span {
    color: #f19149;
}
#section-01 .arrow_area .arrow {
    margin: 0 auto;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #774510 transparent transparent transparent;
}

/* ========================================
    ■ section-02
======================================== */
#section-02 {
    background: #f7f1e1;
    position: relative;
}
#section-02 .wrap {
    padding: 60px 0 50px;
}
#section-02 h3 {
    background: url(./pta_copy_block02-01.png) center center no-repeat;
    color: #fff;
    text-align: center;
    font-size: 2.13rem;
    font-weight: normal;
    height: 208px;
    max-height: 208px;
    padding-top: 20px !important;
    line-height: 1.15;
}
#section-02 h3 span {
    display: block;
    text-align: center;
    font-size: 3.3rem;
    font-weight: normal;
    color: #86b868;
}
#section-02 .wrap ol {
    margin-top: 60px;
    overflow: hidden;
}
#section-02 .wrap ol li {
    float: left;
    width: 292px;
    margin: 0 20px 50px;
    min-height: 435px;
}
#section-02 .wrap ol li .read {
    font-weight: bold;
    font-size: 1.07rem;
    margin: 1em 0;
}
#section-02 .wrap .glaph_area {
    background: #fff;
    border: 1px solid #ccc6b9;
    border-radius: 7px;
    position: relative;
    margin: 0 0 25px;
    box-shadow:0px 2px 4px 0px rgba(0, 5, 8, 0.3);
}
#section-02 figure {
    width: 330px;
    position: absolute;
    right: calc(60% + 30px);
    bottom: 60px;
}
#section-02 .wrap .right_block {
    font-size: 1.1rem;
    padding: 45px 30px 40px 395px;
}
#section-02 .wrap .right_block h4 {
    border: none;
    color: #549335;
    font-size: 1.5rem;
    margin: 0;
    padding: 0
}
#section-02 .wrap .right_block p {
    margin-top: 1em;
}

/* 注意書き
----------------------------- */
#section-02 .notes {
	background: url(./lp_0en_copy_notes.png) left 30px center no-repeat;
	border: 3px solid #e29528;
    padding: 1em 1em 1em 110px;
    margin-bottom: 90px;
}
#section-02 .notes span {
	color: #e60012;
	font-weight: 700;
}

/* ========================================
    ■ section-03
======================================== */
#section-03 {
    background: #f7f1e1;
    padding: 60px 0;
}
#section-03 .wrap {
	margin-top: 40px;
}
#section-03 .wrap.price_block01 {
    background: #fff;
    border: 1px solid #ccc6b9;
    border-radius: 7px;
    padding: 1em 1.2em;
    margin-top: 0;
    box-shadow:0px 2px 4px 0px rgba(0, 5, 8, 0.3);
}
#section-03 .wrap.price_block02 {
}
#section-03 .wrap.price_block03 {
}
#section-03 h3 {
    color: #549335;
    font-size: 1.4rem;
    margin-bottom: 12px !important;
}
#section-03 .wrap.price_block01 .notice {
	font-size: 0.85rem;
    color: #ff0000;
}
#section-03 .wrap.price_block01 ul {
	overflow: hidden;
    margin-top: 20px;
}
#section-03 .wrap.price_block01 ul li {
	float: left;
    width: 48%;
    margin-right: 4%;
}
#section-03 .wrap.price_block01 ul li:nth-child(2n) {
	margin-right: 0;
}
#section-03 .wrap.price_block01 dl dt {
	background: #efefef;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	margin-bottom: 10px;
}
#section-03 .wrap.price_block01 dl dd span {
	color: #ff0000;
	font-size: 0.88rem;
	display: block;
}
#section-03 .price_formula {
	width: 100%;
	margin: 35px 0;
}
#section-03 table th,
#section-03 table td {
	text-align: center;
	width: 28%;
}
#section-03 .narrow {
	width: 14%;
}
#section-03 .price_list {
	margin-bottom: .5em;
}
#section-03 .price_list .red_price {
	color: red;
	font-size: 1.4rem;
}
#section-03 .price_list th {
	font-size: 0.9rem;
}
#section-03 .price_list td {
	font-size: 0.85rem;
	padding: 0.8em;
	vertical-align: middle;
}
#section-03 .price_list td .col_mono {
	display: inline-block;
	font-weight: bold;
	margin-left: 0.3em;
}
#section-03 .price_list .area {
	background-color: #549335;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
}
#section-03 .price_list .areaDetails {
	font-size: 0.75rem;
	color: #999;
}
#section-03 table td {
	background: #fff;;
}
#section-03 table th.rental01 {
	background: #549335;
    border: 2px solid #549335;
    color: #fff;
    width: 44%;
}
#section-03 table td.rental02 {
	border: 2px solid #549335;
}
/* ========================================
    ■ section-03 .price_block03
======================================== */
#section-03 .wrap.price_block03 h4 {
	border: none;
    color: #3e2419;
    font-size: 1.2rem;
	line-height: 1.5;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}
#section-03 .wrap.price_block03 h4 .title {
    border-bottom: 3px solid #e29528;
    display: inline-block;
}
#section-03 .wrap.price_block03 h4 .title b {
    color: #549335;
    font-size: 2rem;
}
#section-03 .wrap.price_block03 ul {
    overflow: hidden;
}
#section-03 .wrap.price_block03 ul li {
    width: 48%;
    background: #fff;
    float: left;
    margin-right: 4%;
    border: 1px solid #ccc6b9;
    border-radius: 7px;
    padding: 1em 1.2em;
    box-shadow: 0px 2px 4px 0px rgba(0, 5, 8, 0.3);
    min-height: 640px;
}
#section-03 .wrap.price_block03 ul li:nth-child(2n) {
	margin-right: 0;
}
#section-03 .wrap.price_block03 dl {
}
#section-03 .wrap.price_block03 dl dt {
	background: #549335;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 6px 0;
    border-radius: 6px;
}
#section-03 .wrap.price_block03 dl dd.arrow {
	background: url(./lp_0en_copy_price_arrow.png) center bottom no-repeat;
    padding-bottom: 40px;
}
#section-03 .wrap.price_block03 dl dd p {
    font-size: 0.9rem;
    line-height: 1.6;
	margin-top: 20px !important;
	text-align: center;
}
#section-03 .wrap.price_block03 .price b {
	font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}
#section-03 .wrap.price_block03 .price {
    color: #e29528;
}
#section-03 .wrap.price_block03 .addition {
	font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px !important;
}

/* ========================================
    ■ section-04
======================================== */
#section-04 {
    margin-top: 60px;
    position: relative;
}
#section-04 > figure {
    width: 360px;
    position: absolute;
    left: calc(50% + 140px);
    top: 230px;
}
#section-04 .wrap {
    padding: 0;
}

/* 機能一覧
----------------------------- */
#section-04 .spec {
    background: #f7f7f7;
    margin: 35px 400px 0 0;
    padding: 15px 30px 15px;
}
#section-04 .spec h4 {
    padding-bottom: 10px;
    color: #549335;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    border: none;
    border-bottom: solid 1px #ccc;
}
#section-04 .spec-list {
    display: flex;
    margin-top: 15px;
    font-size: 20px;
}
#section-04 .spec-list ul:nth-of-type(n+2) {
    margin-left: 45px;
}
#section-04 .spec-list ul li {
    padding-left: 26px;
    position: relative;
}
#section-04 .spec-list ul li::before {
    content: '';
    display: block;
    background: #fff;
    width: 7px;
    height: 7px;
    border: solid 4px #549335;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.4em;
}
#section-04 .spec-list ul li:nth-of-type(n+2) {
    margin-top: 5px;
}

/* ========================================
    ■ section-05
======================================== */
#section-05 {
    background: #f7f1e1;
    margin-top: 60px;
    padding: 60px 0;
}
#section-05 .wrap {
}
#section-05 h3 {
    font-size: 2.4rem;
    margin-bottom: 20px !important;
    color: #549335;
    line-height: 1.4;
}
#section-05 .top_block {
    background: url(./lp_0en_copy_sec05_bg02.png) left top no-repeat;
    padding-left: 450px;
}
#section-05 ul.safe_mainte {
	overflow: hidden;
}
#section-05 ul.safe_mainte li {
	width: 315px;
    float: left;
    margin-right: 27px;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 8px;
}
#section-05 ul.safe_mainte li:nth-child(3) {
	margin-right: 0;
}
#section-05 ul.safe_mainte dl {
}
#section-05 ul.safe_mainte dl dt img {
	border-radius: 6px;
}
#section-05 ul.safe_mainte dl dd {
	margin: 0.8em;
    font-size: 1.1rem;
    line-height: 1.6;
}
#section-05 .wrap p {
	font-size: 1.1rem;
	margin-bottom: 30px;
	/*padding-bottom: 40px !important;*/
}
#section-05 .ttl_safe {
	padding-bottom: 0 !important;
}
#section-05 strong {
}

/* 日本地図
----------------------------- */
#section-05 .areaMap {
}
#section-05 .areaMap h3 {
    color: #e29528;
    font-size: 1.4rem;
    margin: 30px 0 15px !important;
}
#section-05 .areaMap p {
	margin: 0;
	padding: 0 !important;
}
#section-05 .areaMap_main {
    overflow: hidden;
}
#section-05 .areaMap_main .areaMap_left {
	float: left;
    margin: 15px 0 15px 30px;
    width: 330px;
}
#section-05 .areaMap_main .areaMap_right {
    margin-top: 6px;
    float: right;
    margin: 24px 30px 0 0;
    width: 540px;
}
#section-05 .areaMap_main dl {
    margin: 12px 0 0;
    overflow: hidden;
}
#section-05 .areaMap_main dt {
    color: #f39800;
    float: left;
    font-weight: bold;
    font-size: 1.2rem;
}
#section-05 .areaMap dl dt.hokkaido {
    color: #5ab4dc;
}
#section-05 .areaMap dl dt.kanto {
    color: #64bc6e;
}
#section-05 .areaMap dl dt.cyubu {
    color: #d9de5a;
}
#section-05 .areaMap dl dt.cyugoku {
    color: #eb4c47;
}
#section-05 .areaMap dl dt.kyushu {
    color: #ffaebf;
}
#section-05 .areaMap_main dd ul li {
	display: inline-block;
    font-size: 1.1rem;
    padding-left: 2px;
}
#section-05 .areaMap_main dd ul li::before {
    display: inline-block;
    border-left: dotted 1px #999;
    content: '';
    vertical-align: middle;
    height: 11px;
    height: 1.1rem;
    padding-left: 6px;
}


/* ========================================
    ■ section-06
======================================== */
#section-06 {
}
#section-06 .wrap {
    padding: 60px 0 0;
    font-size: 1.1rem;
}
#section-06 dl dt {
    background: url(./pta_copy_ico01.png) left center no-repeat;
    color: #549335;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 44px;
    line-height: 38px;
}
#section-06 dl dd {
    padding: 10px  0 0 44px;
}
#section-06 ul li {
	margin-bottom: 60px;
}
#section-06 ul li:nth-of-type(n+2) {
}

/* ========================================
    ■ section-06-bottom
======================================== */
#section-06-bottom {
    background: url(./lp-copy0en_cmn_pattern01.png);
    position: relative;
}
#section-06-bottom::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid 40px #f7f7f7;
    border-left: solid 100px transparent;
    border-right: solid 100px transparent;
    position: absolute;
    left: calc(50% - 100px);
    top: -1px;
}
#section-06-bottom .wrap {
    padding: 80px 0 45px;
    text-align: center;
}
#section-06-bottom h2 {
    margin-bottom: 50px;
}

/* ========================================
    ■ section-07
======================================== */
#section-07 {
	background: #f7f1e1;
	/*margin-bottom: 60px;*/
}
#section-07 .wrap {
    padding: 53px 0 16px;
}
#section-07 h3 {
    background: linear-gradient(#4c9c3a, #69a45c );
    color: #fff;
    padding: 0.5em;
    text-align: center;
}
#section-07 ul li {
    border: 2px solid #4c9c3a;
    position:relative;
    margin-bottom: 2.5em;
}

#section-07 ul li:after {
    position: absolute;
    content: '';
    left: 477px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 20px 20px 0 22px;
    border-color: #4c9c3a transparent transparent transparent;
}
#section-07 ul li:nth-child(4) {
    margin-right: 0;
}
#section-07 ul li:nth-child(4):after {
    border: none;
}
#section-07 dl {
    padding: 0.8em;
    background: #fff;
}
#section-07 dl dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 0.3em;
    color: #e29528;
}
#section-07 p {
    text-align: center;
}
#section-07 p b {
    color: #e60012;
}
#section-07 ul li:nth-of-type(n+2) {
}


/* ========================================
    ■ section-08
======================================== */
#section-08 {
    position: relative;
}
#section-08 .wrap {
}
#section-08 > figure {
    width: 470px;
    position: absolute;
    left: calc(50% + 30px);
    top: 35px;
}
#section-08 > figure > img {
    border-radius: 8px;
}
#section-08 h2 {
    font-size: 1.94rem;
}
#section-08 h2 span {
    color: #3e2419;
    font-size: 1.63rem;
    display: inline-block;
}
#section-08 .wrap .left_block {
    font-size: 1rem;
    padding: 26px 520px 0 0;
}
#section-08 .wrap .left_block p {
    margin-top: 0.8em;
text
}

/* ========================================
    ■ section-09
======================================== */
#section-09 {
    background: #f7f1e1;
    margin-top: 60px;
    padding: 52px 0 47px;
}
#section-09 .wrap {
}
#section-09 ul.three_purposes {
    margin-top: 35px;
    overflow: hidden;
}
#section-09 ul.three_purposes li {
    width: 310px;
    float: left;
    margin-right: 35px;
}
#section-09 ul.three_purposes li:nth-child(3) {
    margin-right: 0;
}
#section-09 ul.three_purposes dl dt {
    font-size: 0;
}
#section-09 ul.three_purposes dl dd {
    margin: 0.8em 0 0;
    line-height: 1.6;
}
#section-09 .wrap p {
    font-size: 1rem;
    margin-bottom: 30px;
    /*padding-bottom: 40px !important;*/
}
#section-09 .ttl_safe {
    padding-bottom: 0 !important;
}
#section-09 strong {
}


/* ========================================
    ■ section-10
======================================== */
#section-10 {
    padding-bottom: 60px;

}
#section-10 .wrap {
}
#section-10 p {
    color: #3e2419;
    font-size: 1.88rem;
    text-align: center;
    font-weight: bold;
}
#section-10 p span {
    color: #f19149;
    font-size: 2.188rem;
    display: inline-block;
}
#section-10 .arrow {
    width: 0;
    height: 0;
    margin: 0 auto 30px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #f7f1e1 transparent transparent transparent;
}


/* ========================================
    ■ section-11
======================================== */
#section-11 {
    background: #f7f1e1;
    padding: 52px 0 55px;
    position: relative;
}
#section-11 .wrap {
}
#section-11 > figure {
    width: 315px;
    position: absolute;
    left: calc(61% + 30px);
    top: 200px;
}
#section-11 .wrap .left_block {
    font-size: 1rem;
    padding: 40px 380px 0 0;
    text-align: justify;
}
#section-11 .wrap .left_block p span {
    display: block;
    margin-top: 1.2em;
    text-align: center;
}
#section-11 .wrap .appeal_point {
    margin-top: 60px;
    text-align: center;
}
#section-11 .wrap ul {
    overflow: hidden;
    margin-bottom: 40px;
}
#section-11 .wrap ul li {
    border: 1px solid #ccc6b9;
    float: left;
    font-size: 1.63rem;
    margin-left: 40px !important;
    width: 220px;
    background: #fff;
    text-align: center;
    padding: 0.8em 0.5em;
    border-radius: 7px;
    box-shadow: 0px 2px 4px 0px rgba(0, 5, 8, 0.3);
}
#section-11 .wrap ul li span {
    color: #f19149;
    font-size: 2rem;
    font-weight: bold;
}
#section-11 .wrap ul li:nth-child(1) {
    margin-left: 0 !important;
}
#section-11 .wrap .appeal_point a {
    color: #4c9c3a;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
}


/* ========================================
    ■ form
======================================== */
#form {
    background: url(./lp-copy0en_form_bg01.png) no-repeat center top/100% auto;
}
#form .wrap {
    padding: 60px 0 26px;
    text-align: center;
}
#form h2 + p {
    margin: 15px 0 25px;
    color: #0b437f;
}

/* 電話番号
----------------------------- */
#form .tel {
    background: #55bca2;
    width: 800px;
    margin: 35px auto 0;
    padding: 10px 0;
    color: #fff;
}
#form .tel p:nth-of-type(2) {
    margin: 10px 0 5px;
}

/* フォーム
----------------------------- */
#form table {
    width: 800px;
    margin: 35px auto 0;
    text-align: left;
    
    border-top: none;
    border-left: none;
}
#form th {
    width: 215px;
    padding: 25px 0 0 55px;
    text-align: left;
    vertical-align: top;
    position: relative;
    
    background: none;
    font-weight: normal;
    border-right: none;
    border-bottom: none;
}
#form td {
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
    
    border-right: none;
    border-bottom: none;
}
/* 必須 */
#form .must {
    display: inline-block;
    background: #e29528;
    padding: 1px 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
#form table .must {
    position: absolute;
    left: 0;
}
#form table .free {
    position: absolute;
    left: 0;
}
#form table .tips {
	font-size: 86%;
	color: gray;
	display: block;
}
#form .free {
    display: inline-block;
    background: #969696;
    padding: 1px 5px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

/* テキスト入力 */
#form input[type='text'],
#form input[type='email'],
#form input[type='tel'] {
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    border: solid 1px #ccc;
    border-radius: 3px;
}
textarea {
	width: 100%;
	height: 10em;
}
/* セレクトボックス */
#form select {
    background: url(./lp-copy0en_form_arrow01.png) no-repeat 95% center #fff;
    width: 300px;
    padding: 10px 20px;
    border: solid 1px #ccc;
    border-radius: 3px;
    cursor: pointer;
}

/* コンタクトフォーム7
----------------------------- */
#ss-form { width:800px; margin:0 auto; font-size: 1rem;}
#ss-form table caption { color: #0b437f; font-size: 1.34rem; font-weight:bold; margin:10px 0; border-left:4px #e29528 solid; padding-left:10px;}
#ss-form table th {padding: 1em; width: 41%; position: relative; vertical-align: middle;}
#ss-form .ss-must{ display: inline-block; background: #e29528; padding: 1px 5px; font-size: 14px; text-align: center; color: #fff;}
#ss-form table .ss-must {position: absolute; right: 1em;}
#ss-form table .ss-free{padding:0 4px; font-size:smaller; color:white; background-color:#999999; margin-left: 4px; float:right;}
#ss-form table .ss-tips{font-size: smaller; color: darkgray;}
#ss-form table .ss-smaller{font-size: smaller;}
#ss-form table .ss-label-must {background-color: #ffd684;}
#ss-form table td label span{vertical-align: top;}
#ss-form textarea { margin-bottom:4px;}
#ss-form select {padding:10px;}
#ss-form select option {padding:10px;}
#ss-form table td label {display: inline-block; position: relative; padding: .7em; font-size: 1rem;}
#ss-form table td label input{position: absolute; top: 0; bottom: 0; left: 0; margin:auto;}
#ss-form input[type="radio"]:checked + span {color: #0b437f; font-weight: bold;}
#ss-form input[type=text] , input[type=email] , [type=tel] , textarea {border: 1px solid #ccc;padding:15px;border-radius: 4px;box-sizing: border-box;}
#ss-form input[type=checkbox] {content: '';font-family: 'FontAwesome';background: #fff;width: 22px;height: 22px;margin-right: 10px;border: solid 1px #ccc;}
#ss-form input[type=submit] {background: url(./lp-copy0en_form_btn01.png) no-repeat center top; border: none; cursor: pointer; display: block; height: 83px; margin: 50px auto 0; padding: 0; text-indent: -9999px; width: 500px;}
#ss-form span.wpcf7-list-item {margin: 0 0.5em 0.5em 0!important;}
#ss-form ul { list-style:none; margin:0!important}
#ss-form ul li { float:left; margin-right:1em;}
#ss-form .ss-btn { margin-bottom:20px!important; width:100%!important; text-align:center;}
#ss-form .ss-space { margin:0 8px;}
#ss-form .consent {background: #f7f7f7;width: 800px;margin: 40px auto 0;padding: 20px 0;}
#ss-form .consent h3 {display: flex;justify-content: center;align-items: center;margin-bottom: 15px;font-size: 1.5rem;}
#ss-form .consent .ss-must {display: inline-block; margin-left: 10px;}
#ss-form .consent-inner {margin-top: 1em; text-align: center;}
#ss-form table td .user-floor input {margin: 10px 0; display: block; width: 6em;}

.more_item span.wpcf7-list-item { display:inline-block!important; margin:0 10px 10px 0!important;}
.more_item span.wpcf7-list-item label {	width: 105px; height: 148px; float: left; padding:0!important; margin:0!important;}
.more_item span.wpcf7-list-item label input { display:none;}
.more_item span.wpcf7-list-item:nth-child(1) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_copy.png);
}
.more_item span.wpcf7-list-item:nth-child(2) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_furniture.png);
}
.more_item span.wpcf7-list-item:nth-child(3) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_pc.png);
}
.more_item span.wpcf7-list-item:nth-child(4) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_oa.png);
}
.more_item span.wpcf7-list-item:nth-child(5) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_bigpad.png);
}
.more_item span.wpcf7-list-item:nth-child(6) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_security.png);
}
.more_item span.wpcf7-list-item:nth-child(7) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_partition.png);
}
.more_item span.wpcf7-list-item:nth-child(8) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_rayout.png);
}
.more_item span.wpcf7-list-item:nth-child(9) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_set.png);
}
.more_item span.wpcf7-list-item:nth-child(10) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_enterance.png);
}
.more_item span.wpcf7-list-item:nth-child(11) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_office.png);
}
.more_item span.wpcf7-list-item:nth-child(12) label span {
    background-image: url(https://phone.oaland.jp/wpmain/wp-content/uploads/more_web.png);
}
.more_item span.wpcf7-list-item label span {
	background-size:cover;
    background-repeat: no-repeat;
	display:block;
    width: 105px;
    height: 149px;
	border-radius: 3px;
    cursor: pointer;
    background-position: 0 -149px;
    text-indent: -9999px;
	margin: -24px 0;
}
.more_item span.wpcf7-list-item input[type="checkbox"]:checked + span {
    background-position: 0 0;
}


/* 同意確認
----------------------------- */
#form .consent {
    background: #f7f7f7;
    width: 700px;
    margin: 40px auto 0;
    padding: 20px 0;
}
#form .consent h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 24px;
}
#form .consent .must {
    margin-left: 10px;
}

/* チェックボックス */
#form .consent-inner {
    margin-top: 15px;
}
#form input[type='checkbox'] {
    display: none;
}
#form input[type='checkbox'] + .wpcf7-list-item-label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
#form input[type='checkbox'] + .wpcf7-list-item-label::before {
    content: '';
    font-family: 'FontAwesome';
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #e29528;
    font-size: 20px;
    margin-right: 10px;
    border: solid 1px #ccc;
}
#form input[type='checkbox']:checked + .wpcf7-list-item-label::before {
    content: '\f00c';
}

/* 送信ボタン
----------------------------- */
#form [type='submit'] {
    display: block;
    background: url(./lp-copy0en_form_btn01.png) no-repeat center top;
    width: 500px;
    height: 83px;
    margin: 50px auto 0;
    padding: 0;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}