/*
Theme Name: lp
Theme URI: https://www.autofactoryjin-kaitori.com
Author: lp
Author URI: https://www.autofactoryjin-kaitori.com
Description: iwatani
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lp
Tags: lp
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/***
@font-face {
   font-family: impact;
   src: url('/wp-content/themes/iwatani/images/impact.eot') format("embedded-opentype");
   src: url('/wp-content/themes/iwatani/images/impact.ttf') format("truetype");
   src: url('/wp-content/themes/iwatani/images/impact.woff') format("woff");
    font-style: oblique;
}
**/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    color: #fff !important;
}
body.home {
    /**background:#000 url("/wp-content/themes/lp/images/top/example_bg.jpg") no-repeat center 9000px !important;**/
    background-color: #000;
}
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;
    text-decoration: none !important;
    color: #333;
}

a:active,
a:hover,
a:focus,
*:focus {
	outline: none;
    color: #bc0a0a;
}
a img{
	outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 38px;
	margin: 0;
    text-align: center;
    font-weight: normal;
    padding: 30px 0;
}
h1,h2,h3,h4 {
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
    text-align: center;
}
.yugothic {
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
dl {
    margin: 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;
}

input,
optgroup,
select,
textarea {
    background-color: #fff;
    border: 1px solid #000;
}

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;
}
@media only screen and (min-width: 1400px) {

}
@media only screen and (max-width: 958px) {
    body.home,body {
        background: none !important;
        background-color: #545454 !important;
    }
}
@media only screen and (max-width: 420px) {
    h2 {
    font-size: 1.2rem;
    padding: 0 0 20px;
        font-weight: bold;
}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
textarea {
	color: #222 !important;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
    line-height: 1.7;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0;
    font-style:normal;
    text-decoration: none !important;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
    padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

li {
    list-style-type: none;
}
p {
    font-size: 15px;
    margin: 0;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/**
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

**/
/*--------------------------------------------------------------
# 基本
--------------------------------------------------------------*/

.anton {
    font-family:'Anton', sans-serif;
    font-weight: normal;
}

.RobotoCondensed {
    font-family: 'Roboto Condensed',sans-serif,"游ゴシック", YuGothic, "メイリオ";
    font-weight: normal;
}

.times {
    font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-weight: normal;
}


.inner{
    max-width: 1200px;
    margin: 0 auto !important;
}

.inner_l{
    max-width: 1400px;
    margin: 0 auto !important;
}
.inner_m{
    max-width: 1100px;
    margin: 0 auto !important;
}
.inner_s{
    max-width: 1000px;
    margin: 0 auto !important;
}
.inner_xs{
    max-width: 900px;
    margin: 0 auto !important;
}
.br_span {
    display: block;
}
.pc_show {
    display: block;
}
.sp_show {
    display: none;
}
.anchor_basic {
    position: relative;
    top: -60px;
    display: inline-block;
    height: 0;
}
.br_sp {
    display: none;
}
@media only screen and (min-width: 2000px) {

}

@media only screen and (max-width: 1024px) {
.pc_show {
    display: none;
}
.sp_show {
    display: block;
}
.inner{
    padding: 0 15px;
}

nav.sp {
    display: block;
}

}
@media only screen and (max-width: 758px) {
.inner{
    padding: 0 10px;
}
.br_span {
    display: inline;
}
}
@media only screen and (max-width: 420px) {
    .br_sp {
        display: inline;
    }
}
/* -------------------------------- 

フッター

-------------------------------- */

footer {
    clear: both;
}
footer p{
    padding: 0;
    margin: 0;
}
.breadcrumbs{
    float: left;
    padding: 5px 0 0;
    font-size: 12px;
}
.page_top_btn {
    float: right;
}
.footer_breadcrumbs{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.footer_breadcrumbs .inner{
    overflow: hidden;
}
.page_top_btn a{
    color: #333;
    display: inline-block;
    padding: 5px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 12px;
}
.page_top_btn a:hover{
    background-color: #777777;
    color: #fff;
}
.footer_1 .inner {
    overflow: hidden;
    padding: 25px 0 0;
}
.footer_1 .footer_col1{
    float: left;
    padding-right: 66px;
}
.footer_1 .footer_col1:last-child{
    padding-right: 0px;
}
.footer_1 .footer_col7 {
    padding-right: 0;
}
.footer_1 a {
    font-size: 13px;
}
.footer_1 a:hover {
    color: #004098;
    text-decoration: underline !important;
}
.footer_1 dl dd {
    padding-left: 3px;
}
.footer_1 dl dd {
    padding-top: 2px;
    padding-bottom: 2px;
}
.footer_2 {
    border-bottom: 1px solid #cbd5e3;
}
.footer_2 a {
    color: #c17509;
}
.footer_2 .inner {
    padding-bottom: 10px;
}
.footer_2 ul li{
    font-size: 13px;
}
.footer_3 {
    padding: 15px 0;
}
.footer_3 .inner div{
    display: table-cell;
    vertical-align: middle;
}
.footer_3 .inner div:first-child{
    width: 200px;
}
.footer_3 ul{
    overflow: hidden;
}
.footer_3 li {
    float: left;
}
.footer_3 li a{
    font-size: 12px;
}
.footer_3 li a:hover{
    text-decoration: underline;
}
.footer_4 {
    background-color: #eee;
}
.footer_4 p {
    text-align: center;
    color: #333;
    font-size: 11px;
    padding: 10px 0;
}
@media only screen and (max-width: 1100px) {
.inner{
    padding: 0px 10px;
}
.footer_2 .inner {
    padding: 20px 10px 40px;;
}
}
@media only screen and (max-width: 1024px) {

}
@media only screen and (max-width: 758px) {

}

/* -------------------------------- 

ヘッダー

-------------------------------- */
.header_info_outer {
    padding: 20px 0 0;
    display: flex;
    justify-content: flex-end;
}
.header_info_outer address {
    max-width: 500px;
}

@media only screen and (max-width: 900px) {

}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––

グローバルメニューPC

–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-mobile {
    display: none;
    padding: 5px;
    position: relative;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 2.5rem;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #d2850a;
    /**-webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);**/
}
.show-on-mobile.menu-mobile:after {
    content: "\f00d";
    font-family: 'FontAwesome';
}
.menu-dropdown-icon:before {
    content: "\f196";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}
.menu-dropdown-icon.close:before {
    content: "\f147";
}
.pc_nav_inner {
    overflow: hidden;
}
.pc_nav_inner .logo{
    float: left;
    width: 220px;
}
.pc_nav_inner .menu-container {
    float: right;
    width: 980px;
}
.menu-container ul {
    display: table;
    height: 90px;
    padding-left: 50px;
}
.menu-container ul li{
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
}
.menu-container ul li a{
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #000;
}
/***********スティッキーヘッダー************/

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  background-color: #fff;
}
.is-show {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
nav.pc.is-show  {
    box-shadow: 1px 1px 1px #ddd;
}
nav.pc.is-show .menu-container ul {
    height: 50px;
}
nav.pc.is-show .logo img{
    height: 50px;
}
nav.pc.is-show .menu-container ul li a {
    color: #333;
}
@media only screen and (max-width: 1200px) {
    .pc_nav_inner .menu-container {
        width:850px;
    }
    .menu-container ul li {
        padding: 0 15px;
    }
}
@media only screen and (max-width: 1024px) {
.clone-nav .nav_btn_header {
    display: none;
}
.clone-nav.is-show .nav_btn_header {
    display: block;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 13rem;
}
}
@media only screen and (max-width: 768px) {
.drawer--right.drawer-open .drawer-hamburger {
    right: 19rem;
}

}
@media all and (-ms-high-contrast:none){


/***********IE用游ゴシックline-height効かないため************/
}



@media only screen and (max-width: 1300px) {

}

@media only screen and (max-width: 1000px) {

}



@media only screen and (max-width: 768px) {

}


/* -------------------------------- 

ヘッダー・グローバルメニューSP

-------------------------------- */

.drawer-hamburger:before {
    content: '\f0c9';
    display: table-cell;
    font-family: FontAwesome;
    font-size: 25px;
    color: #000;
    background-color: transparent;
    width: 40px;
    vertical-align: middle;
}
/**
.drawer-open .drawer-hamburger:before{
    content: '\f112';
    display: table-cell;
    font-family: FontAwesome;
}
**/
nav.is-show .drawer-hamburger:before {
    color: #fff;
}
.drawer-open .is-show .drawer-hamburger:before{
    padding: 3px 8px;
}



nav.sp {
    background-color: transparent;
}
.nav_sp_top {
    display: table;
    background-color: transparent;
    width: 100%;
    position: relative;
    z-index: 4;
}
.logo_sp {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
}
.sp_nav_btn {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
}

.drawer-open .sp_sticky_nav li:first-child,
.drawer-open .sp_sticky_nav li:nth-child(2),
.drawer-open .sp_sticky_nav li:nth-child(3){
    opacity: 0.3;
}

.is-show .logo_sp {
    display:none;
}
.sp_sticky_nav {
    display: none;
}
.is-show .sp_sticky_nav {
    display:table;
    float: left;
    width: 100%;
    height: 40px;
    border-collapse: separate;
    border-spacing: 5px 5px;
}
.sp_sticky_nav li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    background-color: #b3b3b3;
}
.sp_sticky_nav li.nav_doc_btn{
    background-color: #54b244;
}
.sp_sticky_nav li.nav_open_btn{
    background-color: #e73434;
}
.sp_sticky_nav li.home_btn,
.sp_sticky_nav li.nav_stiky_btn{
    width: 12%;
}
.sp_sticky_nav li.nav_doc_btn,
.sp_sticky_nav li.nav_open_btn,
.sp_sticky_nav li.nav_access_btn{
    width: 38%;
}
.sp_sticky_nav li span{
    display: table;
    width: 100%;
    line-height: 1;
}
.sp_sticky_nav li a{
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
}

.is-show .sp_nav_btn {
    display: none !important;
}
/**
.drawer-open .nav_btn_header {
    opacity: 0.5;
}
**/
.is-show .drawer-hamburger {
    width: inherit !important;
    padding: 0 !important;
}
.drawer_info_top {
    color: #fff;
    padding: 10px 0;
}
.drawer_info_top address a{
    font-size: 25px;
    font-family: 'Istok Web', sans-serif;
    font-weight: bold;
}
.drawer_info_top a{
    color: #fff;
}
.drawer_color_bg {
    padding: 0 8px 0;
}
.drawer_white_btn li{
    padding-bottom: 8px;
}
.drawer_white_btn li a{
    display: block;
    text-align: left;
    line-height: 45px;
    position: relative;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
}
.drawer_white_btn li a:after{
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    font-weight: normal;
    content: '\f054';
}
.drawer_toppage:after {
    content: '\f015';
    font-size: 18px;
}
.drawer_opencampus:after {
    content: '\f1ad';
    font-size: 17px;
}
.drawer_document:after {
    content: '\f07c';
    font-size: 15px;
}
.drawer_contact:after {
    content: '\f0e0';
    font-size: 15px;
}
.drawer_white_btn li a.drawer_access:after {
    content: '\f041';
    font-size: 18px;
    right: 13px;  
}
.drawer_white_bg {
    padding: 8px;
}
li.drawer-dropdown {
    padding-bottom: 8px;
}
.drawer_info_bottom {
    padding: 8px 8px 15px;
    color: #fff;
}
.drawer_info_bottom a{
    color: #fff;
}
.drawer_info_bottom p {
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}
.drawer_info_bottom li {
    font-size: 11px;
    line-height: 1.2;
}
.drawer_info_bottom li.col-xs-9 {
    padding-left: 5px;
}
.drawer_info_bottom a.nav_shop_btn {
    border: 1px solid #fff;
    text-align: center;
    padding: 8px;
    display: block;
    margin-top: 5px;
}
a.drawer-dropdown{
    text-align: left;
    display: block;
    background-color: #888;
    color: #fff;
    line-height: 45px;
    padding-left: 10px;
    font-weight: bold;
}
a.drawer-dropdown:focus,
a.drawer-dropdown:active,
a.drawer-dropdown:visited{
    color: #fff;
}
.drawer-dropdown .drawer-dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;

}
.drawer-dropdown.open .drawer-dropdown-menu {
    max-height: 300px;
    opacity: 1;
}
a.drawer-dropdown-menu-item {
    color: #004F9F;
    border-bottom: 1px dotted #004F9F;
}
@media only screen and (min-width: 700px) {
    .drawer-hamburger:before {
        position: relative;
        left: 15px;
    }
}

@media only screen and (max-width: 1250px) {

}



/* -------------------------------- 

トップ

-------------------------------- */
.hero_header {
    background:#F9F2E3 url("/wp-content/themes/lp/images/top/top_image.jpg") no-repeat bottom center !important;
    height: 120vh;
    background-attachment: scroll;
    position: relative;
    background-size: contain,contain !important;
}
.hero_header_outer{
    display: flex;
    align-items: center;
}
.hero_header_inner {
    /*float: right;*/
    max-width: 680px;
    background-color: rgba(0,0,0,0.6);
    padding: 40px;
    margin: 20px 0 0;
    border: 2px solid #F9F2E3;
}
.hero_header_inner h1 {
    font-weight: 800;
    font-size: 30px;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    line-height: 1.2;
}
.sub_catch{
    font-size: 1.2rem;
}
.hero_header_inner p{
    text-shadow: 1px 1px 1px #000;
    /*float: right;*/
    text-align: left;
    padding: 15px 0 20px;
}
.toggle_btn{
    display: none;
}
.hero_header_btn {
    clear: both;
    text-align: left;
}
.hero_header_btn a {
    display: inline-block;
    background-color: #201e72;
    padding: 20px 60px;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #fff;
    border:2px solid #f9f2e4;
}
.hero_header_btn a span{
    position: relative;
}
.hero_header_btn a span:after{
content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    border: 6px solid transparent;
    border-top: 7px solid #fff;
    margin-top: -3px;
}
.hero_header_btn a:hover {
    color: #fff;
    opacity:0.9;
}

main {
    /**background:url("/wp-content/themes/lp/images/top/form_bg.jpg") no-repeat top center;**/
    background-color: #545454;
}
.example_anchor_link.inner {
    padding-bottom: 100px;
}
.example_anchor_link1 .col-xs-4,.example_anchor_link2 .col-xs-4{
    padding: 10px 40px;
}
.example_anchor_link1 a,.example_anchor_link2 a {
    display: table;
    width: 100%;
    /*border: 1px solid #fff;*/
    text-align: center;
    height: 50px;
    color: #fff;
    position: relative;
    border-bottom: 2px solid #f9f2e4;
}
.example_anchor_link1 a:hover,.example_anchor_link2 a:hover {
    background-color: #f9f2e490;
}
.example_anchor_link1 a span,.example_anchor_link2 a span {
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.example_anchor_link1 a::after,.example_anchor_link2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border: 6px solid transparent;
    border-top: 7px solid #fff;
    margin-top: -5px;
}
/*
.example_anchor_link1 a::after,.example_anchor_link2 a::after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background-color: #000;
    transform: rotate(45deg);
    height: 20px;
    width: 20px;
    bottom: -11px;
    left: 50%;
    margin-left: -10px;
}
*/
.row.example_anchor_link2 {
    max-width: 900px;
    margin: 0 auto 50px;
}


.kaitori_select_banner_outer .col-sm-6 {
    padding: 0 30px;
}
.kaitori_select_banner {
    height: 165px;
    display: block;
}
.row.kaitori_select_banner_outer {
    max-width: 810px;
    margin: 0 auto 50px;
}

.line_banner li.col-xs-8{
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.2;
    padding: 5px 0 0 10px;
}
.line_banner {
    padding: 17px 24px 0;
    background-color: #17a100;
    border: 1px solid #fff;
}
.line_banner div {
    background-color:#fff;
    color: #17a100;
    text-align: center;
    border-radius: 5px;
    padding: 3px;
    font-weight: bold;
    margin-top: 15px;
}
.form_banner li{
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.1;
}
.form_banner{
    padding-top: 15px;
    background-color: #fe3d3d;
    color: #fff;
    border: 1px solid #fff;
}
a.form_banner:hover{
    color: #fff;
}
.dial_banner {
    background-color: #60b2ff;
    border: 1px solid #fff;
}
.form_box {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 950px;
    margin: 0 auto;
}

.form_outer{
    background: url("/wp-content/themes/lp/images/top/form_bg.jpg") no-repeat center center;
}

section.kaitori_rate {
    padding:100px 0;
    background-color: #f9f2e4;
    color: #000;

}
.kaitori_rate h2 {
    padding-bottom: 50px;
}
.kaitori_rate article .inner {
    max-width: 1100px;
    padding-bottom: 80px;
}

.kaitori_rate article h3 {
    text-align: center;
    padding-bottom: 20px;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 45px;
    font-weight: 400;
}
.kaitori_rate article h3 span{
    font-size: 16px;
    font-weight: bold;
    display: block;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}
.kaitori_bg_txt{
    /**background-color: rgba(0, 0, 0, 0.6);**/
    padding:40px;
}
.kaitori_rate .car_right {
    background-position: right 20px;
    background-repeat: no-repeat;
}
.kaitori_rate .car_left {
    background-position: left 20px;
    background-repeat: no-repeat;
}
.s_class {
    background-image:url("/wp-content/themes/lp/images/top/s_class_bg.jpg");
}
.cl_class {
    background-image:url("/wp-content/themes/lp/images/top/cl_class_bg.jpg");
}
.sl_class {
    background-image:url("/wp-content/themes/lp/images/top/sl_class_bg.jpg");
}
.g_class {
    background-image:url("/wp-content/themes/lp/images/top/g_class_bg.jpg");
}
.e_class {
    background-image:url("/wp-content/themes/lp/images/top/e_class_bg.jpg");
}
.etc_class {
    background-image:url("/wp-content/themes/lp/images/top/etc_class_bg.jpg");
}
.kaitori_rate article h4 {
    font-size: 20px;
    margin: 0;
    padding: 30px 0 20px;
}
.row.kaitori_point {
    max-width: 750px;
    margin: 0 auto;
}
.row.kaitori_point .col-sm-7,.row.kaitori_point .col-sm-7{
    padding: 20px;
}
.kaitori_rate article table {
    max-width: 100%;
    margin: 0 auto;
}
.kaitori_rate article th{
    background-color: #fff;
    color: #333;
    padding: 15px 0 15px 20px;
    text-align: left;
    border: 1px solid #000;
}
.kaitori_rate article td{
    padding: 15px;
    border: 1px solid #000;
    background-color: #f5f5f5;
}

.btn_middle {
    padding:80px 20px 100px;
}
.btn_middle h2 {
    color: #fff400;
    font-weight: normal;
    font-size: 65px;
    padding-bottom: 30px;
}
.btn_middle .col-sm-4{
    padding:20px; 
}
.btn_middle .form_banner {
    padding-top: 25px;
}
.btn_middle .dial_banner {
    text-align: center;
    padding-top: 30px;
}


.kaitori_example {
    max-width:900px;
    margin: 0 auto;
    color: #333;
    padding: 100px 0 50px;
}
.kaitori_example h3 {
    font-size: 18px;
}
.kaitori_example article{
    border-bottom: 1px dotted #999;
    margin-bottom: 20px;
}
.kaitori_example article{
    padding-bottom: 20px;
}
.kaitori_example article .col-sm-3 li:first-child{
    font-size: 17px;
}
.kaitori_example span.anton{
    color: #fd1c1c;
    font-size: 32px;
}
.kaitori_example .price_unit {
    font-size: 14px;
    color: #fd1c1c;
}
.kaitori_example article p{
    font-size: 14px;
    margin: 0;
}

.kaitori_news .news_info li:first-child{
    font-weight: bold;
}

.document_flow {
    color: #333;
    background-color: #fff;
}
.document_flow .inner {
    max-width: 1050px;
    margin: 0 auto;
}
.document_flow h2 + p {
    margin: 0 auto;
    max-width: 700px;
}
.row.document {
    padding: 30px 0 50px;
}
.document dt {
    display: table;
    padding-bottom: 10px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 17px;
}
.document dt span{
    display: table-cell;
    vertical-align: middle;
    height: 44px;
}
.document dt span:last-child{
    padding-left: 10px;
}
.row.document .col-sm-4:nth-child(3n + 1) {
    clear: both;
}
.document dl {
    padding: 10px 20px;
    margin: 0;
}

.flow {
    padding-bottom: 30px;
}
.flow h3 {
    font-size: 20px;
    padding-bottom: 30px;
}
.flow dt.col-sm-4 {
    border: 4px solid #008e33;
    color: #008e33;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
    font-size: 19px;
    padding: 5px 0;
}
.flow .col-sm-8 {
    padding: 0 0 0 30px;
    font-size: 16px;
}
.flow dl{
    margin: 0;
}
.flow_arrow {
    padding: 20px 0 20px 190px;
}
.flow_arrow i{
    font-size: 25px;
}

.btn_middle.btn_middle_white {
    background-color: #fff;
}
.btn_middle_white .inner {
    background-color: #e7e7e7;
    padding: 60px 20px 90px;
}
.btn_middle_white h2 {
    color: #111;
}
.tips,.faq {
    color: #333;
    background-color: #fff;
}
.tips .inner,.faq .inner {
    max-width: 980px;
    margin: 0 auto;
}
dl.tips_ac{
    margin: 0;
    border-bottom: 1px solid #999;
    padding: 15px 0 10px 15px;
}
.tips_ac dt {
    position: relative;
    font-size: 24px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    color: #111;
}
.tips_ac dt span.anton{
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
    color: #333;
}
.tips_ac dt:after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/lp/images/top/plus.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}
.tips_ac dt.active:after {
    background-image: url(/wp-content/themes/lp/images/top/minus.png);
}
.tips_ac dd{
    padding: 15px;
    font-size: 15px;
    line-height: 1.6;
}
.tips{
    padding-bottom: 80px;
}
.faq {
    padding-bottom: 120px;
}

.store_info {
    background-color: #000;
}
.store_info .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding-top: 50px;
}
.store_info .col-sm-4{
    padding: 20px;
}
.store_info .col-sm-4 li a{
    color: #fff;
    text-decoration: underline !important;
}
.store_info .col-sm-4 ul li{
    padding-bottom: 5px;
}
.store_info .col-sm-4 ul li:nth-child(3),.store_info .col-sm-4 ul li:nth-child(4){
    padding:10px 0 0 10px;
}

.btn_middle.btn_footer {
    padding: 30px 20px;
}

.footer_nav {
    max-width: 1000px;
    margin: 0 auto;
}
ul.footer_nav_inner{
    display: table;
}
ul.footer_nav_inner li{
    display: table-cell;
    padding: 0 20px;
}
ul.footer_nav_inner li a{
    color: #fff;
}
.footer_bottom {
    display: table;
    max-width: 1000px;
    margin: 30px auto 10px;
}
.footer_bottom li{
    display: table-cell;
    width: 33.3333333%;
    text-align: center;
    vertical-align: middle;
}
.link_to_web a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 40px;
    color: #fff;
}
@media only screen and (max-width: 1400px) {
    .hero_header {
        background:#F9F2E3 url("/wp-content/themes/lp/images/top/top_image.ipg") no-repeat 40% 180px;
    }
    /**.kaitori_rate .car_right {
        background-position: top 0px right -200px;
        background-repeat: no-repeat;
    }
    .kaitori_rate .car_left {
        background-position: top 0px left -200px;
        background-repeat: no-repeat;
    }**/
}
@media only screen and (max-width: 1024px) {
    .logo_sp h1 {
        text-align: left;
        padding-left: 15px;
    }
    .hero_header_inner h1 {
        /*font-size: 50px;*/
    }
    .hero_header_inner {
        float: none;
        padding-top: 20px;
        /*max-width: 1000px;*/
    }
    .hero_header_inner p {
        font-size: 20px;
        padding: 20px;
    }
    .hero_header {
        /*background: url(/wp-content/themes/lp/images/top/top_image2.png) no-repeat center bottom 400px !important;
        background-size: contain,contain !important;*/
    }
    main {
        background: none;
    }
    .btn_middle .col-sm-4 {
        padding: 10px;
    }
    .line_banner {
        padding: 5px 15px 0;
    }
}
@media only screen and (max-width: 959px) {
    .section.form {
        padding-bottom: 0;
    }
    .footer_nav {
        max-width: 800px;
    }
    ul.footer_nav_inner{
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 0 5px;
    }
    ul.footer_nav_inner li{
        float: left;
        display: block;
        width: 25%;
        padding: 5px;
    }
    ul.footer_nav_inner li a{
        display: block;
        text-align: center;
        border:1px solid #fff;
        padding: 15px;
        color: #fff;
    }
    .btn_middle {
        padding: 0;
    }
    section.kaitori_rate {
        padding-bottom: 50px;
    }
    .kaitori_example {
        background-color: #fff;
        padding: 30px 10px 50px;
        margin-top: 40px;
    }
    .hero_header_inner h1 {
        font-size: 30px;
    }
    .hero_header_inner {
        /*max-width: 1000px;*/
        margin: 20px 0 0;
    }
    .hero_header_inner p {
        font-size: 17px;
        padding: 20px 0;
    }
    .hero_header {
        background:#F9F2E3 url(/wp-content/themes/lp/images/top/top_image.jpg) no-repeat bottom bottom !important;
        background-size: contain,contain !important;
        height: 100vh;
    }
}
@media only screen and (max-width: 767px) {

    .kaitori_select_banner_outer .col-sm-6 {
        padding:5px 15px;
    }
    .form_banner li {
        font-size: 23px;
    }
    .row.kaitori_point .col-sm-7, .row.kaitori_point .col-sm-7 {
        padding: 20px 0;
    }
    .btn_middle h2 {
        font-size: 30px;
        font-weight: bold;
    }
    .row.document .col-sm-4:nth-child(3n + 1) {
        clear: none;
    }
    .row.document .col-xs-6:nth-child(2n + 1) {
        clear: both;
    }
    .document dl {
        padding: 10px 5px;
    }
    .row.document dl dt span:first-child{
        width: 30px;
    }
    .flow .col-sm-8 {
        padding: 10px;
    }
    .flow_arrow {
        text-align: center;
        padding: 0px 0 20px;
    }
    .tips_ac dt {
        font-size: 15px;
    }
    .tips_ac dt:after {
        width: 15px;
        height: 15px;
        right: 15px;
        margin-top: -8px;
    }
}
@media only screen and (max-width: 640px) {
    .logo_sp h1 {
        text-align: left;
        padding-left: 15px;
    }
    .hero_header {
        background:#F9F2E3 url(/wp-content/themes/lp/images/top/top_image_sp_2.jpg) no-repeat center bottom !important;
        background-size: contain,contain !important;      
    }
    .hero_header_inner h1 .first_word{
        display: block;
    }
    .hero_header_inner h1 .jin_title {
        font-size: 1rem;
        display: block;
    }
    .hero_header_inner p {
        font-size: 12px;
    }
    .sub_catch{
        font-size: 1rem;
    }

    .text_hide{
        display:none;
    }

    .toggle_btn{
        cursor:pointer;
        display: inline-block;
    }

    .text_hide.active{
        display:inline;
    }


    ul.footer_nav_inner li{
        width: 50%;
        font-size: 12px;
    }
    ul.footer_nav_inner li:nth-child(2n + 1){
        clear: both;
    }
    .hero_header_inner h1 {
        font-size: 22px;
        text-align: left;
        padding-bottom: 5px;
        font-weight: bold;
    }
    .hero_header_inner h1 span{
        font-size: 18px;
    }
    .hero_header_inner {
        padding: 20px 15px;
        margin: 20px 0 0;
    }
    .kaitori_select_banner_outer .col-xs-6 {
        padding: 0 5px;
    }
    .row.example_anchor_link2 {
        margin: 0 auto 20px;
    }
    .kaitori_rate h2 {
        padding-bottom: 20px;
        font-weight: bold;
        font-size: 25px;
    }
    .kaitori_rate .car_right {
        background-position: right -50px top 300px;
        background-size: 100%;
    }
    .kaitori_rate .car_left {
        background-position: left -50px top 300px;
        background-size: 100%;
    }
    .kaitori_select_banner {
        height: 150px;
    }
    section.kaitori_rate {
        padding-bottom:10px;
    }
    .btn_middle .col-sm-4 {
        padding:5px 10px;
    }
    .tips_ac dt {
        padding-right: 40px;
    }
    .footer_bottom li {
        display: block;
        width: 100%;
    }
    .kaitori_rate article table{
        width: 100%;
    }
    .kaitori_rate article table th,.kaitori_rate article table td{
        width: 33.333%;
        word-break : break-all;
    }
    .example_anchor_link1 a,.example_anchor_link2 a {
        height: 30px;
    }
    .example_anchor_link1 .col-xs-4,.example_anchor_link2 .col-xs-4{
        padding: 10px 10px;
    }
    .kaitori_bg_txt{
        padding:20px;
    }
}

@media only screen and (max-width: 420px) {
    .logo_sp h1 img{
        width: 100px;
    }
    .hero_header {
        background:#F9F2E3 url(/wp-content/themes/lp/images/top/top_image_sp_2.jpg) no-repeat center bottom !important;
        background-size: contain,contain !important;
        
    }
    .hero_header_inner {
        margin: 1.5rem 0 0;
    }
    .hero_header_inner h1 {
        font-size: 17px;
    }
    .hero_header_inner h1 span.sub_catch{
        font-size: 13px;
        display: block;
        padding-top: 10px;
    }
    .hero_header_inner p {
        padding-bottom: 15px;
        line-height: 1.4;
        font-size: 12px;
        padding: 10px 0 20px;
        text-align: left;
    }
    .hero_header_btn {
        text-align: center;
    }
    .hero_header_btn a {
        display: block;
        padding: 10px 60px;
        font-size: 17px;
    }
    .example_anchor_link.inner {
        padding:0 4px 30px;
    }
    .example_anchor_link1 a, .example_anchor_link2 a {
        font-size: 10px;
        height: 50px;
    }
    .example_anchor_link1 .col-xs-3 {
        padding: 10px 1px;
    }
    .example_anchor_link1 a::after, .example_anchor_link2 a::after {
        height: 10px;
        width: 10px;
        bottom: -6px;
        margin-left: -5px;
    }
    .line_banner {
        padding: 10px;
    }
    .line_banner div {
        margin-top: 5px;
    }
    .kaitori_rate h2 {
        padding-bottom: 0px;
        font-size: 1.2rem;
    }
    .kaitori_rate article h4 {
        font-size: 17px;
        margin: 0;
        padding: 30px 1rem 10px;
        text-align: left;
    }
    .kaitori_rate article .inner {
        max-width: 1100px;
        padding-bottom: 50px;
    }
    .kaitori_rate article h3 {
        font-size: 14px;
    }
    /**.kaitori_rate article .tbl_over_flow{
        overflow: auto;
    }
    .kaitori_rate article .tbl_over_flow table{
        min-width: 450px;
    }**/
    .kaitori_rate article td,.kaitori_rate article th {
        padding: 5px;
        font-size: 0.9rem;
    }
    .flow dt.col-sm-4 {
        text-align: left;
        padding-left: 10px;
    }
    .tips {
        padding: 40px 0;
    }
    .btn_middle {
        padding:2rem 0 0;
    }
    .btn_middle_white .inner {
        padding: 40px 0px;
    }
    .btn_middle.btn_footer {
        padding: 30px 0;
    }
    .store_info .col-sm-4 {
        padding: 10px;
    }
    .store_info .col-sm-4 img{
        width: 100%;
    }
    .footer_bottom {
        padding: 0 10px;
    }
    .link_to_web a {
        display: block;
        padding: 15px;
    }
    .kaitori_bg_txt{
        padding:0px;
    }
}

/**---------------------------------------

スクロールダウン

---------------------------------------**/
a.scroll_down {
    position: absolute;
    left: 50%;
    display: inline-block;
    z-index: 100;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font-size: 15px;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    padding: 0;
    bottom: 0px;
    bottom: 100px;
}
a.scroll_down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 28px;
	height: 50px;
	margin-left: -14px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
a.scroll_down span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#top_anchor {
    position:relative;
    top: -30px;
}
@media only screen and (max-width: 768px) {
#top_anchor {
    position:relative;
    top: 0px;
}
a.scroll_down span {
    top: -50px;
}
    a.scroll_down {
        bottom: 30px;
    }
}

body.single {
    background-color: #F9F2E3;
    color: #000 !important;
} 
body.single footer{
    background-color: #000;
} 
.post_content {
    padding: 100px 0;
}
body.single main {
    background: none;
}
/*--------------------------------------------------------------
# ペジネーション
--------------------------------------------------------------*/
.pagenation {
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}



/*--------------------------------------------------------------
# ページ基本
--------------------------------------------------------------*/
.page_basic .page_title {
    padding: 20px 0;
}
@media only screen and (max-width: 768px) {

}

/*--------------------------------------------------------------
# お問い合わせ 
--------------------------------------------------------------*/
section.form {
    padding-bottom: 70px;
}
.form_box {
    color: #111;
    padding: 30px 120px 50px;
}
.form_box h2{
    font-size: 38px;
    text-align: center;
    padding-bottom: 40px;
}
.form_box dt,.form_box dd{
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.form_box dt{
    font-size: 18px;
    padding-bottom: 5px;
}
.form_box dd{
    font-size: 19px;
}
.form_box input{
    padding:8px 10px 8px;
    color: #111;
    width: 100%;
}
.form_box textarea{
    padding:8px 10px 8px;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
}
.form_box input::placeholder{
    color: #aaa;
}
.form_box dt span{
    color: #fff;
    background-color: #fd4041;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 1;
    margin-left: 10px;
}
input.radio,input.checkbox {
    width: auto;
}

.form_box dl{
    padding:0 10px 20px;
}
.form_box dl.col-sm-6 input{
    width: 150px;
}
input.radio {
    width: auto !important;
}
.form_box dl.col-sm-6 input.body_color {
    width: 100%;
}
.form_box select {
    padding:8px 10px 8px;
}
.form_box dl.col-sm-6 input.inspection_year, .form_box dl.col-sm-6 input.inspection_month {
    width: 100px;
}
.form_image_upload dd{
    margin-bottom: 0.5rem;
}
.form_image_upload dd input{
    width: auto;
    font-size: 1rem;
    border: 1px solid #000;
    padding: 5px;
    background-color: #fff;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
    align-items: inherit;
    text-align: inherit;
    cursor: inherit;
    color: inherit;
    background-color: inherit;
    box-sizing: border-box;
    padding: inherit;
    border-width:inherit;
    border-style: inherit;
    border-color: inherit;
    border-image: inherit;
}

.form_btn input {
    background-color:#fe3d3d;
    color: #fff !important;
    padding: 20px 0;
    font-size: 25px;
    font-weight: bold;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-bottom: 8px solid #aaa;
    text-align: center;
}
.form_btn{
    padding-top: 30px;
}
body.confirm .form_btn{
    display: table;
    width: 100%;
}
body.confirm .btn_back,body.confirm .btn_send {
    display: table-cell;
    width: 50%;
    padding: 10px;
}
body.confirm .btn_back input,body.confirm .form_btn .btn_send input{
    width: 100%;
}
body.confirm .comfirm_txt, body.confirm .form_box h2 {
    display: none;
}
.back_to_top p {
    font-size: 18px;
}
.back_to_top a {
    display: inline-block;
    padding: 15px;
    border: 1px solid #fff;
    color: #fff;
}
.back_to_top {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 0 100px;
}
.back_to_top p:last-child{
    text-align: center;
    padding-top: 10px;
}
body.confirm main, body.complete main{
    background: none;
}
body.confirm, body.complete{
    background: none;
    background-color: #000;
}
@media only screen and (max-width:959px) {
    .form_box {
        padding: 30px 40px 50px;
    }
}
@media only screen and (max-width:767px) {
    .form_box {
        color: #111;
        padding: 30px 20px 20px;
    }
    body.confirm .btn_back, body.confirm .btn_send {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    body.confirm .btn_back input {
        background-color: #fff;
        color: #eb0628 !important;
        padding: 15px 0;
        font-size: 20px;
        font-weight: bold;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        text-align: center;
    }
    .mw_wp_form input[type="file"]{
        width: 80%;
    }
}
@media only screen and (max-width:458px) {
    section.form {
        padding-bottom: 0;
    }
    .form_box {
        padding: 20px 10px 30px;
    }
    .form_box h2 {
        font-size: 23px;
        font-weight: bold;
    }
    .form_box dd{
        font-size: 17px;
    }
    .form_box dl{
        border-bottom: 1px solid #aaaaaa;
        margin-bottom: 1rem;
    }
}


/*--------------------------------------------------------------
# アコーディオン
--------------------------------------------------------------*/
#acMenu dt{
    display:block;
}
#acMenu dd{
    display:none;
}
/**---------------------------------------

swiper

---------------------------------------**/
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    padding-bottom: 50px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-slide img {
    width: 100%;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d0d0d0;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #004F9F;
    opacity: 1;
}

.swiper-button-next{
    background-image: url("/wp-content/themes/iwatani/images/next.png");
    right: 0;
}
.swiper-button-prev {
    background-image: url("/wp-content/themes/iwatani/images/prev.png");
    left: 0;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 63px;
    margin-top: -63px;
    z-index: 10;
    cursor: pointer;
    background-size: 15px 63px;
    background-position: center;
    background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# プライバシーポリシー
--------------------------------------------------------------*/
body.privacy-policy {
    background-color: #000;
}
body.privacy-policy main.inner {
    background: none;
    max-width: 700px;
}


