@charset "UTF-8";
/*
Template:twentyseventeen
Theme Name:Twenty Seventeen_child
*/
/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  color:#000;
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}


/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

abbr, acronym {
	border:0;
	font-variant:normal;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0; }

dd {
  margin: 0; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

li {
	list-style:none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  vertical-align:top;
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border:0;
  vertical-align:top;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  color:#000;
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family:inherit;
  font-weight:inherit;
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
	text-align:left;
}


/* ==========================================================================
   Fonts
   ========================================================================== */
body {
  font:16px/1.231 arial, helvetica, clean, sans-serif;
  *font-size:small;
  *font:x-small;
}
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}

/* ==========================================================================
    Clearfix
   ========================================================================== */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ==========================================================================
   Print
   ========================================================================== */

@media print {
* html body {
	zoom : 80%; /*WinIE6 only */
}
*:first-child+html body {
	zoom : 80%; /*WinIE7 only */
}
body {
	font-size : 10pt;
}
}





body {
    color: #333333;
    font-size: 88%;
    font-family: Avenir , 'Martel Sans', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
    line-height: 1.85;
	text-align: center;
	font: 16px/1.231 arial, helvetica, clean, sans-serif;
}
.page-one-column .panel-content .wrap {
	max-width: 100%;
	padding-left:0;
	padding-right: 0;
}
#post-17{
	display: none;
}
.entry-header{
	display: none;
}
.edit-link{
	display: none;
}

h2 strong {
    display: block;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
}
h2 span {
    color: #eb6130;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
}
h4 {
	font-size: 26px;
    font-weight: 100;
    padding: 32px 0 20px;
    margin: 32px;
}
h3 span {
    background: url(/wp-content/uploads/2018/10/underline.png) left bottom repeat-x;
}

h2 span:before {
    background: url(/wp-content/uploads/2018/10/1200/h2_before.png) left top no-repeat;
    content: "";
    display: inline-block;
    height: 1em;
    width: 50px;
    background-size: initial;
    vertical-align: middle;
}
h2 span:after {
    background: url(/wp-content/uploads/2018/10/1200/h2_after.png) right top no-repeat;
    content: "";
    display: inline-block;
    height: 1em;
    width: 50px;
    background-size: initial;
    vertical-align: middle;
}






body{
	color: #333333;
	font-size: 88%;
	font-family: Avenir , 'Martel Sans', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	line-height: 1.85;
	text-align: center;
}
@media screen and (max-width: 640px) {
body{
	font-size: 150%;
}
}
h2 strong{
	display: block;
	font-size: 328%;
	font-weight: bold;
	line-height: 1.2;
}

h2 span{
	color: #eb6130;
	font-size: 115%;
	font-weight: bold;
    vertical-align: middle;
}
h2 span:before {
	background: url(/wp-content/uploads/2018/10/1200/h2_before.png) left top no-repeat;
	content:"";
	display: inline-block;
    height: 1em;
    width: 50px;
    background-size: initial;
    vertical-align: middle;
}
h2 span:after {
	background: url(/wp-content/uploads/2018/10/1200/h2_after.png) right top no-repeat;
	content:"";
	display: inline-block;
    height: 1em;
    width: 50px;
    background-size: initial;
    vertical-align: middle;
}
@media screen and (max-width: 640px) {
h2 strong{
	font-size: 250%;
}
h2 span{
	font-size: 91%;
}
h2 span:before {
	background: url(/wp-content/uploads/2018/10/640/h2_before.png) left top no-repeat;
    height: 1.3em;
    width: 3em;
    background-size: 75% auto;
}
h2 span:after {
	background: url(/wp-content/uploads/2018/10/640/h2_after.png) right top no-repeat;
    height: 1.3em;
    width: 3em;
    background-size: 75% auto;
}

}

h3{
	font-size: 142%;
	font-weight: bold;
	padding-bottom: 30px;
}
h3 span{
	background: url(/wp-content/uploads/2018/10/1200/underline.png) left bottom repeat-x;
}
@media screen and (max-width: 640px) {
h3{
	line-height: 1.5;
}
h3 span{
	background: url(/wp-content/uploads/2018/10/640/underline.png) left bottom repeat-x;
}
}
h4{
	font-size: 186%;
	padding: 2em 0 1em;
}
@media screen and (max-width: 640px) {
h4{
	font-size: 166%;
	padding: 0.8em 0 1em;
}
}
img{
	width: 100%;
}

.wrapper section{
	margin: 0 auto;
	max-width: 1200px;
}

#header > div,
#footer > div,
section > article{
	padding: 0 4%;
	margin: 0 auto;
	max-width: 960px;
	width: 92%;
}
@media screen and (max-width: 640px) {
#footer > div,
section > article{
	padding: 0 2%;
	max-width: 640px;
	width: 96%;
}
#header640 > div{
	padding: 0;
	max-width: 640px;
	width: 100%;
}
}

/* ==========================================================================
   Header
   ========================================================================== */
#header{
	background: #fff;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-moz-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	box-shadow: 3px 0 5px rgba(0,0,0,0.3);
}

#header > div{
	display: table;
	margin: 2px auto;
}
#header nav ul{
	display: table;
} 
#header > div > div,
#header > div > nav{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#header > div > div.hLogo{
	max-width: 130px;
	width: 14%;
}

#header > div > div.hLogo img{
	max-width: 130px;
	width: 100%;
}
#header > div > div.hTitle{
	font-size: 115%;
	font-weight: bold;
	padding-left: 1%;
	max-width: 155px;
	width: 16%;
}
#header > div > div.hTitle > a{
	text-decoration:none;
	color:#333333;
}

#header > div > nav{
	max-width: 480px;
	width: 50%;
}
#header > div > div.hEntry{
	max-width: 195px;
	width: 20%;
}
#header > div > div.hEntry .entry{
	background: #eb6130 url(/wp-content/uploads/2018/10/1200/icon_entry.png) 10% 50% no-repeat;
	-webkit-background-size: 13% auto;
    background-size: 13% auto;
	border-radius: 7px;
	float: right;
	padding: 0.2em 0.5em;
	width: 80%;
}
#header > div > div.hEntry .entry:hover{
	opacity: 0.7;
}
#header > div > div.hEntry .entry a{
	background: url(/wp-content/uploads/2018/10/1200/arrow_down.png) 90% 50% no-repeat;
	-webkit-background-size: 7% auto;
    background-size: 8% auto;
	color: #ffffff;
	display: block;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	padding: 0.5em 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#header > div > div.hEntry .entry a p{
	font-size: 138%;
}
#header > div > div.hMenu{
	display: none;
}
#header nav ul{
	border-left: 1px dotted #aaaaaa;
	width: 100%;
}

#header nav ul li{
	border-right: 1px dotted #aaaaaa;
	display: table-cell;
	width: 25%;
}

#header nav ul li a{
	color: #eb6130;
	display: block;
	font-size: 79%;
	font-weight: bold;
	padding: 20px 0;
	text-decoration: none;
	text-align: center;
	height: auto;
}

#header nav ul li a p{
	color: #333333;
	display: block;
	font-size: 136%;
	font-weight: bold;
	line-height: 1.3;
}
#header nav ul li a:hover{
	background: url(/wp-content/uploads/2018/10/1200/nav_bg.png) bottom no-repeat;
	-webkit-background-size: 100% auto;
    background-size: 100% auto;
}
#header nav ul li a:hover p{
	color: #eb6130;
}
#header640{
	display: none;
}

@media screen and (max-width: 790px) {
#header nav ul li{
	width: 21%;
}
#header nav ul li:nth-child(1){
	width: 31%;
}
#header nav ul li:nth-child(3){
	width: 27%;
}
}
@media screen and (max-width: 640px) {
#header{
	display: none;
}
#header640{
	background: #fff;
	display: block;
	margin: 0 auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	-moz-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 3px 0 5px rgba(0,0,0,0.3);
	box-shadow: 3px 0 5px rgba(0,0,0,0.3);
}
#header640 > div{
	display: table;
	margin: 0 auto;
}
#header640 > div > div{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#header640 > div > div.hLogo{
	padding-left: 2%;	
	max-width: 227px;
	width: 35.5%;
}
#header640 > div > div.hLogo img{
	max-width: 227px;
}
#header640 > div > div.hTitle{
	font-size: 92%;
	font-weight: bold;
	padding-left: 2%;
	max-width: 264px;
	width: 40%;
}
#header640 > div > div.hTitle > a{
	text-decoration:none;
	color:#333333;
}

#header640 > div > div.hMenu{
	background: #eb6130;
	color: #ffffff;
	cursor: pointer;
	display: table-cell;
	height: 5em;
	line-height: 0.8;
	text-align: center;
	vertical-align: middle;
	width: 24%;

}
#header640 > div > div.hMenu img{
	max-width: 58px;
	width: 42%;
}

#header640 > div > div.hMenu p{
	font-size: 92%;
	margin-top: 0.6em;
}
#header640 > div > div.hMenu small{
	font-size: 67%;
}
#header640 > div > div.hMenu .close{
	display: none;
	width: 70%;
    margin: 0 auto;
}
#header640 > div#menu{
	display: none;
	overflow-y: auto;
	z-index: 999;
}
#header640 nav ul{
	border-top: 1px dotted #aaaaaa;
	width: 100%;
}

#header640 nav ul li{
	background: url(/wp-content/uploads/2018/10/640/arrow_menu.png) 95% center no-repeat;
	-webkit-background-size: 4% auto;
    background-size: 4% auto;
	border-bottom: 1px dotted #aaaaaa;
	padding-left: 5%;
}

#header640 nav ul li a{
	color: #eb6130;
	display: block;
	font-size: 91%;
	font-weight: bold;
	padding: 5% 0;
	text-decoration: none;
	text-align: left;
}

#header640 nav ul li a p{
	color: #333333;
	display: inline;
	font-size: 172%;
	font-weight: bold;
	line-height: 1.3;
	padding-right: 0.5em;
}
#header640 > div > div.hEntry{
	display: block;
	padding: 5% 0;
	margin: 0 auto;
	max-width: 600px;
	width: 96%;
}
#header640 > div > div.hEntry .entry{
	background: #eb6130 url(/wp-content/uploads/2018/10/640/icon_entry.png) 7% 50% no-repeat;
	-webkit-background-size: 6% auto;
    background-size: 6% auto;
	border-radius: 7px;
	padding: 0.2em 0.5em;
}
#header640 > div > div.hEntry .entry a{
	background: url(/wp-content/uploads/2018/10/640/arrow_down.png) 93% 50% no-repeat;
	-webkit-background-size: 4% auto;
    background-size: 4% auto;
	color: #ffffff;
	display: block;
	font-size: 93%;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.1;
	padding: 1em 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#header640 > div > div.hEntry .entry a p{
	display: inline-block;
	font-size: 138%;
	padding-right: 1em;
}
}


/* ==========================================================================
   Footer
   ========================================================================== */
#footer{
	background: #eb612f;
	color: #ffffff;
	overflow: hidden;
	line-height: 2.5;
}

#footer > div {
	padding:5px 5%;
	display:table;
	max-width:352px;
}


#footer > div > .d1200{
	vertical-line:center;
	display:table-cell;
	width:10%
}
#footer > div p > a > img{
	vertical-align:middle;
	max-width:119px;
	width:100%;
}


#footer > div > p.copyRight{
	max-width:213px;
	width:10%;
	display:table-cell;
}


@media screen and (max-width: 640px) {
#footer{
	font-size: 100%;
	padding: 1% 2% 1%;
}

#footer > div p > a {
	margin:0 auto;
	display:block;
	max-width: 640px;
}


#footer > div > p.copyRight{
	display:block;
	max-width:640px;
	width:100%
}

}
/* ==========================================================================
   section00
   ========================================================================== */
#section00{
	background: url(/wp-content/uploads/2018/10/1200/s00_bg.jpg) top center no-repeat;
	-webkit-background-size: 100% auto;
    background-size: 100% auto;
	margin-top: 80px;
}
#section00 article{
	padding: 118px 0 87px;	
	position: relative;
}
#section00 article div{
	max-width: 734px;
	width: 77%;
	margin: 0 auto;
	position: relative;
}
#section00 article p#s00_img01{
	max-width: 734px;
	width: 100%;
    -webkit-animation: fadeIn 3s ease 0s 1 normal backwards;
	animation: fadeIn 2s ease 0s 1 normal backwards;
}
#section00 article p#s00_img02{
	max-width: 734px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    -webkit-animation: fadeIn 6s ease 0s 1 normal backwards;
	animation: fadeIn 4s ease 0s 1 normal backwards;
}

@keyframes fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}
@media screen and (max-width: 1040px) {
#section00{
	background: url(/wp-content/uploads/2018/10/1040/s00_bg.jpg) top center no-repeat;
}
#section01 > div{
    width: 100%;
    top: 35%;
}
}
@media screen and (max-width: 640px) {
#section00{
	background: url(/wp-content/uploads/2018/10/640/s00_bg.jpg) top center no-repeat;
	-webkit-background-size: 100% auto;
    background-size: 100% auto;
	position: relative;
	margin-top: 5em;
}
#section00:before {
	content:"";
	display: block;
	padding-top:75%;
}
#section00 article{
	padding: 9% 0 10% 0;
	position: absolute;
	left: 0;
	top: 0;
}
#section00 article div{
	width: 67%;
}
#section00 article div p img{
	max-width: 403px;
	width: 100%;
}
#section00 article p#s00_img03{
	max-width: 403px;
	width: 100%;
    -webkit-animation: fadeIn 3s ease 0s 1 normal backwards;
	animation: fadeIn 3s ease 0s 1 normal backwards;
}
#section00 article p#s00_img04{
	max-width: 403px;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    -webkit-animation: fadeIn 6s ease 0s 1 normal backwards;
	animation: fadeIn 6s ease 0s 1 normal backwards;
}

}

/* ==========================================================================
   section01
   ========================================================================== */
#s01Wrap{
	background: url(/wp-content/uploads/2018/10/1200/s01_wrap.jpg) center 155px repeat-x;
}
#section01{
	background: url(/wp-content/uploads/2018/10/1200/s01_bg.jpg) center 155px no-repeat;
	padding-top: 95px;
    position: relative;
}
#section01 h2{
	padding-bottom: 225px;
}
#section01 > div{
    position: absolute;
    margin: 0 auto;
    width: 1040px;
    left: 0;
    right: 0;
    top: 270px;
}
#section01 > div > p{
	padding-left: 15px;
    max-width: 540px;
    width: 57%;
}

#section01 article{
	background: #f7f7f7;
	padding: 0;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
#section01 article p{
	padding: 2.5em 4% 2em;
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
    width: 92%;
}
#section01 article p.textR{
	padding: 0 4% 5em;
	text-align: right;
}

@media screen and (max-width: 1040px) {
#s01Wrap{
	background: none;
}
#section01{
	background: url(/wp-content/uploads/2018/10/1040/s01_bg.jpg) center 155px no-repeat;
	-webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 13%;
}
#section01 h2{
	padding-bottom: 15em;
}
#section01 > div{
    width: 100%;
    top: 35%;
}
}
@media screen and (max-width: 640px) {
#section01{
	background: none;
    position: relative;
}
#section01 h2{
	padding-bottom: 0;
}
#section01 h2:after {
	content:"";
	background: url(/wp-content/uploads/2018/10/640/s01_bg.jpg) bottom center no-repeat;
	-webkit-background-size: 100% auto;
    background-size: 100% auto;
    width: 100%;
    padding-top: 56%;
    display: block;
}
#section01 > p{
    position: absolute;
	top: 25%;
	/* top: 14%; */
    left: 6%;
    max-width: 316px;
    width: 49%;
}
#section01 article p{
	padding: 1.5em 7% 1em;
    max-width: 640px;
    text-align: left;
    width: 86%;
}
#section01 article p.textR{
	padding: 0 7% 3em;
}
}
/* ==========================================================================
   section02
   ========================================================================== */

#section02{
	padding-top: 4.5em;
}
#section02 h2{
	margin: 4.5em auto 2em;
}
#section02 article{
	background-image: url(/wp-content/uploads/2018/10/1200/s02_bg.png);
	/* background-position: 0 200px; */
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 44% auto;
	padding: 0;
}
#section02 article.active{
	background-position: top left;
	transition: 2s;
}
#section02 article div.bg{
	padding-bottom: 100px;
	padding-left: 480px;
	max-width: 480px;
	text-align: left;
	position: relative;
	/* background-color: rgba(255,255,255,1); */
	overflow: hidden;
}
#section02 article div.bg:before {
	content:"";
	display: block;
	padding-top:365px;
}
#section02 article.active div.bg{
	background-color: rgba(255,255,255,0);
	transition: 2s;
}

#section02 article div.bg div{
	padding-top: 50px;
	position: absolute;
	left: 50%;
	top: 0;
}
@media screen and (max-width: 1040px) {
#section02 article div.bg{
	background-size: 44%;
	padding-bottom: 3%;
	padding-left: 44%;
	width: 56%;
}
}
@media screen and (max-width: 640px) {
#section02{
	padding-top: 13%;
}
#section02 h2{
	margin: 0 auto 0.8em;
}
#section02 article{
	background: none;
}

#section02 article div.bg{
	background: none;
	padding: 0;
	max-width: 640px;
	text-align: center;
	position: relative;
	width: 100%;
}
#section02 article div.bg:before {
	padding-top:0;
}

#section02 article div.bg div{
	padding-top: 0;
	position: relative;
	left: 0;
	top: 0;
}
#section02 article div.bg div p{
	padding-bottom: 4em;
	margin: 0 auto;
	max-width:600px;
	width: 84%
}
#section02 article div.bg div p.d640{
	padding-bottom: 2em;
	max-width:600px;
	width: 96%
}
#section02 article div.bg div p.image{
	padding-top: 50%;
	opacity: 0;
}
#section02 article.active div.bg div p.image{
	padding-top: 0;
	opacity: 1;
	transition: 2s;
}
#section02 article div.bg div p.text{
	margin-top: -50%;
}
#section02 article.active div.bg div p.text{
	margin-top: 0;
	transition: 2s;
}

}

/* ==========================================================================
   section03
   ========================================================================== */
#section03{
	background: url(/wp-content/uploads/2018/10/bg_stripe.png) top left repeat;
}

#section03 article{
	padding: 4.5em 0 4em;
}
#section03 article h2{
	padding-bottom: 2em;
}
#section03 article .text{
	padding-top: 2em;
}
#section03 article ul{
	overflow: hidden;
}
#section03 article ul li{
	display: block;
    float: left;
    padding: 0;
	width: 16.667%;
}
#section03 article ul.active li:nth-child(1) img{
    -webkit-animation: s03_01_fadeIn 1s ease 0s 1 normal backwards;
	animation: s03_01_fadeIn 0.7s ease 0s 1 normal backwards;
}
#section03 article ul.active li:nth-child(2) img{
    -webkit-animation: s03_02_fadeIn 2s ease 0s 1 normal backwards;
	animation: s03_02_fadeIn 1.4s ease 0s 1 normal backwards;
}
#section03 article ul.active li:nth-child(3) img{
    -webkit-animation: s03_03_fadeIn 3s ease 0s 1 normal backwards;
	animation: s03_03_fadeIn 2.1s ease 0s 1 normal backwards;
}
#section03 article ul.active li:nth-child(4) img{
    -webkit-animation: s03_04_fadeIn 4s ease 0s 1 normal backwards;
	animation: s03_04_fadeIn 2.8s ease 0s 1 normal backwards;
}
#section03 article ul.active li:nth-child(5) img{
    -webkit-animation: s03_05_fadeIn 5s ease 0s 1 normal backwards;
	animation: s03_05_fadeIn 3.5s ease 0s 1 normal backwards;
}
#section03 article ul.active li:nth-child(6) img{
    -webkit-animation: s03_06_fadeIn 6s ease 0s 1 normal backwards;
	animation: s03_06_fadeIn 4.2s ease 0s 1 normal backwards;
}
@keyframes s03_01_fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes s03_01_fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes s03_02_fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes s03_02_fadeIn {
    0% {opacity: 0}
    50% {opacity: 0}
    100% {opacity: 1}
}
@keyframes s03_03_fadeIn {
    0% {opacity: 0}
    67% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes s03_03_fadeIn {
    0% {opacity: 0}
    67% {opacity: 0}
    100% {opacity: 1}
}
@keyframes s03_04_fadeIn {
    0% {opacity: 0}
    75% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes s03_04_fadeIn {
    0% {opacity: 0}
    75% {opacity: 0}
    100% {opacity: 1}
}
@keyframes s03_05_fadeIn {
    0% {opacity: 0}
    80% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes s03_05_fadeIn {
    0% {opacity: 0}
    80% {opacity: 0}
    100% {opacity: 1}
}
@keyframes s03_06_fadeIn {
    0% {opacity: 0}
    84% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes s03_06_fadeIn {
    0% {opacity: 0}
    84% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (max-width: 640px) {
#section03 article ul li{
	width: 50%;
}
#section03 article h3 span{
	background: none;
}
#section03 article p{
	padding-bottom: 1em;
	margin: 0 auto;
	max-width:540px;
	width: 84%
}
#section03 article p.d640{
	padding-bottom: 0;
	margin: 0 auto;
	max-width:542px;
	width: 91%
}
}

/* ==========================================================================
   section04
   ========================================================================== */
#section04 > article{
	padding: 4.5em 0 2em;
}
#section04 > article > article.article02,
#section04 > article > article.article03{
	padding: 0 3%;
}

#section04 > article > article.article01 nav ul{
	display: block;
}
#section04 > article > article.article01 nav ul li{
	border: 1px solid #eb6130;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: #eb6130;
    cursor: pointer;
    display: inline-block;
    font-size: 129%;
    padding: 1em 0 0.7em;
    margin-left: 3.2%;	
    width: 22%;
}
#section04 > article > article.article01 nav ul li:nth-child(1){
    margin-left: 0;	
}
#section04 > article > article.article01 nav ul li.active{
	background: url(/wp-content/uploads/2018/10/1200/s04_nav_bg.png) top left repeat;
	color: #ffffff;
}
#section04 > article > article.article01 nav ul li:hover{
	background: url(/wp-content/uploads/2018/10/1200/s04_nav_bg.png) top left repeat;
	color: #ffffff;
}
#section04 > article > article.article01 > div{
	background: url(/wp-content/uploads/2018/10/bg_stripe.png) top left repeat;
	padding: 3%;
}
#section04 > article > article.article01 > div article{
	background: #ffffff;
	padding: 3%;
	text-align: left;
}
#section04 > article dl{
	line-height: 1.5;
	text-align: left;
}
#section04 > article dl dt{
	clear: both;
	float: left;
	width: 10em;	
}
#section04 > article dl dd{
	border-bottom: 1px dotted #000000;
}
#section04 > article > article.article01 > div article dl dt{
	padding: 1.2em 0;
}
#section04 > article > article.article01 > div article dl dd{
	padding: 1.2em 0 1.9em 10em;
}
#section04 > article > article.article01 > div article dl dd:last-child{
	border-bottom: none;
}
#section04 > article > article.article01 > div article h5{
	background: url(/wp-content/uploads/2018/10/icon_clock.png) 0 40% no-repeat;
	-webkit-background-size: 22px auto;
    background-size: 22px auto;
	font-size: 129%;
	font-weight: bold;
	padding-left: 1.8em;
}
#section04 > article > article.article01 > div article p{
	margin: 0 auto;
	width: 84%;
}
#section04 > article > article.article01 > div article div.movie{
	margin: 0 auto;
	padding-top: 47.8%;
	position: relative;
	width: 85%;
}
#section04 > article > article.article01 > div article div.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0;
}
#section04 > article > article.article01 > div article p.cover{
	background: url(/wp-content/uploads/2018/10/1200/s04_movie.png) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
    background-size: 100% auto;
	padding-top: 58%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	cursor: pointer;
}
#section04 > article > article.article01 > div article p.cover:hover{
	opacity: 0.7;
}
#section04 > article > article.article01 > div article p.cover a{
	background: #eb6130 url(/wp-content/uploads/2018/10/1200/arrow_movie.png) 8% 50% no-repeat;
	-webkit-background-size: 9.5% auto;
    background-size: 9.5% auto;
    border-radius: 5px;
    color: #ffffff;
    font-size: 115%;
    padding: 2.5% 3% 2.5% 8%;
    position: absolute;
    height: 1.5em;
    width: 9em;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#section04 > article > article.article01 > div#job01 article p.cover a{
    width: 12em;
}
#section04 > article > article.article01 > div#job02 article p.cover a,
#section04 > article > article.article01 > div#job03 article p.cover a{
    width: 15em;
}
#section04 > article > article.article01 > div{
	display: none;
}
#section04 > article > article.article01 > div.active{
	display: block;
}
#section04 > article > article.article02 dl dt{
	padding: 1em 0;
}
#section04 > article > article.article02 dl dd{
	padding: 1em 0 1em 10em;
}
#section04 > article > article.article02 dl{
	border-top: 1px dotted #000000;
}
#section04 > article > article.article03{
	padding-top: 30px;
}
#section04 > article > article.article03 ol li{
	display: table-cell;
	padding-right: 1%;
	text-align: left;
	max-width: 225px;
	vertical-align: top;	
	width: 17.9%;
}
#section04 > article > article.article03 ol li:last-child{
	background: none;
	padding-right: 0;
	max-width: 202px;
	width: 15.3%;
}
#section04 > article > article.article03 ol li p{
	padding-top: 0.5em;
	line-height: 1.5;
}
#section04 > article > article.article03 ol li img{
	max-width: 225px;
}
#section04 > article > article.article03 ol.active li:nth-child(1){
    -webkit-animation: s03_01_fadeIn 1s ease 0s 1 normal backwards;
	animation: s03_01_fadeIn 0.7s ease 0s 1 normal backwards;
}
#section04 > article > article.article03 ol.active li:nth-child(2){
    -webkit-animation: s03_02_fadeIn 2s ease 0s 1 normal backwards;
	animation: s03_02_fadeIn 1.4s ease 0s 1 normal backwards;
}
#section04 > article > article.article03 ol.active li:nth-child(3){
    -webkit-animation: s03_03_fadeIn 3s ease 0s 1 normal backwards;
	animation: s03_03_fadeIn 2.1s ease 0s 1 normal backwards;
}
#section04 > article > article.article03 ol.active li:nth-child(4){
    -webkit-animation: s03_04_fadeIn 4s ease 0s 1 normal backwards;
	animation: s03_04_fadeIn 2.8s ease 0s 1 normal backwards;
}

#section04 > article > article.article03 #goForm{
	background: url(/wp-content/uploads/2018/10/1200/arrow_double.png) center bottom no-repeat;
	-webkit-background-size: 4.4% auto;
    background-size: 4.4% auto;
	color: #eb612f;
	font-size: 186%;
	font-weight: bold;
	padding: 2em 0 2em;
	-webkit-animation: down 1s ease 0s infinite normal backwards;
	animation: down 1s ease 0s infinite normal backwards;
}

@keyframes down {
    0% {background-position: 50% 85%;}
    100% {background-position: 50% 100%;}
}
@-webkit-keyframes down {
    0% {background-position: 50% 85%;}
    100% {background-position: 50% 100%;}
}


#section04 > article > article.article03 #goForm a{
	color: #eb612f;
	text-decoration: none;
}
@media screen and (max-width: 1040px) {
#section04 > article > article.article01 nav ul li{
    margin-left: 3%;	
}
}
@media screen and (max-width: 640px) {

#section04 article .title{
	background: url(/wp-content/uploads/2018/10/640/icon_open.png) 95% 50% no-repeat;
	-webkit-background-size: 6% auto;
    background-size: 6% auto;

	border-top: 2px solid #eb6130;
	color: #eb6130;
	cursor: pointer;
	font-size: 125%;
	font-weight: bold;
	line-height: 3em;
	padding-left: 2%;
	text-align: left;
}
#section04 > article > article.article01{
	border-bottom: 2px solid #eb6130;
}
#section04 > article > article.article01 > div{
	display: none;
	border-top: 2px solid #eb6130;
	padding: 5%;
}
#section04 > article > article.article01 > div article{
	padding: 2% 5% 5%;
}
#section04 > article > article.article01 dl{
	line-height: 1.5;
	text-align: left;
}
#section04 > article > article.article01 > div article dl dt{
	clear: both;
	float: none;
	padding: 1.5em 0 0.8em 0;
	width: 100%;	
}
#section04 > article > article.article01 > div article dl dd {
    padding: 0 0 1.3em;
}
#section04 > article > article.article01 > div article h5{
	-webkit-background-size: 7% auto;
    background-size: 7% auto;
	font-size: 116%;
}
#section04 > article > article.article01 > div article div.movie{
	margin: 0 auto;
	padding-top: 56%;
	position: relative;
	width: 100%;
}
#section04 > article > article.article01 > div article div.movie iframe {
  opacity: 1;
}
section04 > article > article.article02 h4,
#section04 > article > article.article03 h4{
	padding-top: 1.5em;
}
#section04 > article > article.article02 dl dt{
	padding: 1em 0 1em 1em;
	width: 6em;
}
#section04 > article > article.article02 dl dd{
	padding: 1em 0 1em 7em;
}
#section04 > article > article.article02,
#section04 > article > article.article03{
	padding: 0;
}

#section04 > article > article.article03 ol li{
	background: url(/wp-content/uploads/2018/10/640/arrow_flow.png) center bottom no-repeat;
	-webkit-background-size: 5% auto;
    background-size: 5% auto;
	display: block;
	padding-bottom: 10%;
	padding-right: 0;
	margin-bottom: 5%;
	max-width: 599px;
	width: 100%;
}
#section04 > article > article.article03 ol li:last-child{
	padding-bottom: 0;
	max-width: 599px;
	width: 100%;
}

#section04 > article > article.article03 ol li p {
    padding-top: 1em;
}
#section04 > article > article.article03 ol li img{
	max-width: 599px;
}

#section04 > article > article.article03 #goForm{
	background: url(/wp-content/uploads/2018/10/640/arrow_double.png) center bottom no-repeat;
	-webkit-background-size: 13% auto;
    background-size: 13% auto;
	font-size: 186%;
	padding: 0.5em 0 1.6em;
}
}
/* ==========================================================================
   section05
   ========================================================================== */
#section05{
	background: url(/wp-content/uploads/2018/10/bg_stripe.png) top left repeat;
	overflow: hidden;
	padding-bottom: 60px;
}
#section05 .arrow{
	width: 0;
	height: 0;
	border: 600px solid transparent;
	border-top: 50px solid #fff;
	margin: 0 auto;
}
#section05 > article{
	margin-top: -500px;
}
#section05 h2{
	margin-bottom: 2em;
}
#section05 > article > div{
	background: #ffffff;
	padding: 1% 3% 3%;
	margin-top: 2em;
}
#section05 > article.active > div{
    -webkit-animation: s03_01_fadeIn 2s ease 0s 1 normal backwards;
	animation: s03_01_fadeIn 2s ease 0s 1 normal backwards;
}
#section05 .errMsg{
	color: #ff0000;
	font-size: 86%;
}

#section05 span.required{
	background: #eb3030;
	color: #ffffff;
	font-size: 86%;
	padding: 1.5% 3.6%;
    margin-left: 5%;
}

#section05 ul li{
	border-bottom: 1px dotted #000000;
	display: table;
	padding: 1.5em 0;
	text-align: left;
	width: 100%;
}
#section05 ul li:last-child{
	border-bottom: none;
}

#section05 ul li label{
	display: table-cell;
	line-height: 1.2;
	vertical-align: middle;
	width: 16em;/**/
}
#section05 ul li label.cb{
	width: auto;
	display: inline-block;
	margin-right: 2em;
	vertical-align: top;
}
#section05 ul li label.ta{
	vertical-align: top;
}
#section05 ul li input[type="text"],
#section05 ul li input[type="email"],
#section05 ul li textarea{
    border: 1px solid #ccc;
    border-radius: 3px;
	display: table-cell;
	vertical-align: middle;
}

#section05 ul li input[type="text"]{
    height: 1.8em;
    margin-right: 1em;
	width: 25em;
	margin: -30px 0 0;
}
#section05 ul li input[type="email"] {
    height: 1.8em;
    margin-right: 1em;
	width: 25em;
	margin: -30px 0 0;
}
#section05 ul li input[type="checkbox"]{
	margin-right: 0.5em;
}

#section05 ul li textarea{
    height: 13em;
	width: 100%;
	margin: -30px 0 0;
}

#section05 input[type="submit"]{
	background: #eb612f url(/wp-content/uploads/2018/10/1200/arrow_right.png) 92% 50% no-repeat;
	-webkit-background-size: 3% auto;
    background-size: 3% auto;
    border: 1px solid #eb612f;
    border-radius: 7px;
	color: #ffffff;
	font-size: 129%;
	font-weight: bold;
	padding: 1em 4em;
}
#section05 input[type="submit"]:hover{
	opacity: 0.7;
}
#section05 input[type="button"]{
	background: #eb612f url(/wp-content/uploads/2018/10/1200/arrow_right.png) 92% 50% no-repeat;
	-webkit-background-size: 3% auto;
    background-size: 3% auto;
    border: 1px solid #eb612f;
    border-radius: 7px;
	color: #ffffff;
	font-size: 129%;
	font-weight: bold;
	padding: 1em 4em;
}
#section05 input[type="button"]:hover{
	opacity: 0.7;
}

#section05 #contact{
	background: #f1eee8;
	display: table;
	padding: 3%;
	margin-top: 3em;
	width: 94%;
}
#section05 #contact>p,
#section05 #contact>address,
#section05 #contact>address div{
	display: table-cell;
	vertical-align: middle;
}
#section05 #contact>address div.d640{
	display: none;
}
#section05 #contact p.text{
	width: 18em;
}
#section05 #contact p.title{
	font-size: 143%;
	font-weight: bold;
}
#section05 #contact>address{
	background: #ffffff;
	font-size: 129%;
	line-height: 1;
	padding: 1em 1em;
}
#section05 #contact>address a{
	color: #333333;
	text-decoration: none;
}
#section05 #contact>address a:hover{
	color: #333333;
	text-decoration: underline;
}
#section05 #contact>address .mail{
	border-right: 1px solid #cccccc;
	padding-left:0.5em;
	padding-right:1em;
	width:100%;
}
#section05 #contact>address .mail img{
	max-width:242px;
	width:100%;
}
#section05 #contact>address .tel{
	background: url(/wp-content/uploads/2018/10/1200/icon_tel.png) 15% 50% no-repeat;
	-webkit-background-size: 7% auto;
    background-size: 7% auto;
	padding-left: 1.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	margin-bottom: 0.4em;
	width: 9em;
}
#section05 #contact>address .fax{
	background: url(/wp-content/uploads/2018/10/1200/icon_fax.png) 15% 50% no-repeat;
	-webkit-background-size: 8.5% auto;
    background-size: 8.5% auto;
	padding-left: 1.5em;
	width: 9em;
}
.mainabi{
	margin:0 auto;
	padding-top:30px;
	max-width:195px;
}

@media screen and (max-width: 640px) {
#section05 {
	padding-bottom: 15%
}
#section05 > article{
	margin-top: -250px;
}
#section05 h2 {
    margin-bottom: 0.4em;
}
#section05 .arrow{
	width: 0;
	height: 0;
	border: 313px solid transparent;
	border-top: 50px solid #fff;
}
#section05 .errMsg {
    font-size: 100%;
}
#section05 > article > div {
    padding: 1% 5% 3%;
}
#section05 ul li label{
	display: block;
	line-height: 1.8;
	width: 100%;
    line-height: 2.5em;
}
#section05 ul li label.cb{
	width: auto;
	display: block;
	margin-right: 2em;
	vertical-align: top;
}
#section05 ul li input[type="text"] {
    height: 2.5em;
	/* margin: 0.5em 0 1em 0; */
	margin: -30px 0 0;
    width: 100%;
}
#section05 ul li input[type="email"] {
    height: 2.5em;
	/* margin: 0.5em 0 1em 0; */
	margin: -30px 0 0;
    width: 100%;
}
#section05 ul li textarea {
    height: 12em;
	/* margin: 0.5em 0 1em 0; */
	margin: 0em 0 1em 0;
    width: 100%;
}
#section05 ul li .checkbox-982 span.wpcf7-list-item {
    display: block;
	width: 100%;
	margin: 0 0 0 1em;
}
#section05 input[type="submit"]{
	background: #eb612f url(/wp-content/uploads/2018/10/arrow_right.png) 95% 50% no-repeat;
	-webkit-background-size: 3% auto;
    background-size: 3% auto;
    border: 1px solid #eb612f;
    border-radius: 7px;
	color: #ffffff;
	font-size: 141%;
	font-weight: bold;
	padding: 0.6em 0;
	width: 100%;
}
#section05 input[type="button"]{
	background: #eb612f url(/wp-content/uploads/2018/10/arrow_right.png) 95% 50% no-repeat;
	-webkit-background-size: 3% auto;
    background-size: 3% auto;
    border: 1px solid #eb612f;
    border-radius: 7px;
	color: #ffffff;
	font-size: 141%;
	font-weight: bold;
	padding: 0.6em 0;
	width: 100%;
}
#section05 span.required {
    padding: 0 2%;
    margin-left: 3%;
}
#section05 #contact{
	display: block;
	padding: 5% 5% 10% 5%;
	margin-top: 3em;
	width: 90%;
}
#section05 #contact>p,
#section05 #contact>address,
#section05 #contact>address div{
	display: block;
	vertical-align: middle;
}
#section05 #contact p{
	padding-right: 0;
}
#section05 #contact p.title{
	font-size: 191%;
}
#section05 #contact>address{
	font-size: 141%;
	line-height: 2.5;
	padding: 7%;
	margin-top: 5%;
}
#section05 #contact>address div.d640{
	display: block;
}
#section05 #contact>address .mail{
	border-right: none;
	border-bottom: 2px solid #cccccc;
	width:100%;
	padding: 30px 0;
	margin: 0 auto 10%;
}
#section05 #contact>address .mail img{
	max-width:421px;
	width:100%;
}
#section05 #contact>address .tel,
#section05 #contact>address .fax{
	border-radius: 7px;
	padding-left: 0;
	margin-top: 2%;
	width: 100%;
}
#section05 #contact>address .tel{
	background: #eb612f url(/wp-content/uploads/2018/10/640/icon_tel.png) 10% 50% no-repeat;
	-webkit-background-size: 6% auto;
    background-size: 6% auto;
}
#section05 #contact>address .fax{
	background: #eb612f url(/wp-content/uploads/2018/10/640/icon_fax.png) 10% 50% no-repeat;
	-webkit-background-size: 8% auto;
    background-size: 8% auto;
}
#section05 #contact>address .tel a,
#section05 #contact>address .fax a{
	background: url(/wp-content/uploads/2018/10/arrow_right.png) 90% 50% no-repeat;
	-webkit-background-size: 4% auto;
    background-size: 4% auto;
	color: #ffffff;
	display: block;
	width: 100%;
}
#section05 #contact>address span{
	font-size: 61%;
	text-align: left;
	display: block;
    margin-top: 8%;
}
}

/* ==========================================================================
   Go Top
   ========================================================================== */
#gotopWrap{
	bottom: 10px;
	display: block;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 4%;
	position: fixed;
	right: 0;
	width: 92%;
}
#gotopWrap.active{
	bottom: 40px;
}
#gotop{
	background: #eb612f url(/wp-content/uploads/2018/10/1200/arrow_top.png) 50% 50% no-repeat;;
	border-radius: 5px;
	float: right;
	height: 50px;
	padding: 0;
	margin-bottom: 0.5em;
	width: 50px;
}
#gotop:hover{
	opacity: 0.7;
}
#gotop a{
	display: block;
	height: 50px;
	width: 50px;
}
@media screen and (max-width: 640px) {
#gotopWrap{
	display: none;
}
}

/* ==========================================================================
   Responsive
   ========================================================================== */

.d1200{
	display: block;
}
.d640{
	display: none;
}
@media screen and (max-width: 640px) {
.d1200{
	display: none !important;
}
.d640{
	display: block;
}
span.d640{
	display: inline;
}
}


footer{
	background: #eb612f;
	color: #fff;
}
footer.site-footer .wrap{
	padding-bottom: 10px;
    padding-top: 10px;
}
footer img{
display: inline-block;
	padding: 0 30px;
}
footer p{
	display: inline-block;
	vertical-align: middle;
}


.skip-link.screen-reader-text{
	display: none;
}
.icon.icon-arrow-right{
	display: none;
}
.screen-reader-text{
	display: none;
}

/* span.wpcf7-list-item {
	display: block;
	} */

	span.wpcf7-list-item {
		display: inline-block;
		width: 150px;
		}
			