@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */
/* IE */

/* Firefox, Opera, Safari */


#wrap{padding:1000px 0;
	width:100%;
	overflow: hidden;}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #7dc027;
  z-index: 102;
}





/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
    display: none
}

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

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

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
font-family: 'Noto Sans Japanese', serif,Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "??S?V?b?N" , "Yu Gothic" , "??S?V?b?N?? , "YuGothic" , "?q???M?m?p?S Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "???C???I" , Meiryo , "?l?r ?o?S?V?b?N" , "MS PGothic" , sans-serif;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: 'Noto Sans Japanese', sans-serif;
    background: #f9f9f5;font-weight:500;
    color:#333333;
}
strong{font-weight:500;}
/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: 0;
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/
h1,h2,h3{font-weight:700;}
h1 {
    margin: 0;
    font-size: 1.4em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.5em;
}
h3 {
    margin: 1em 0;
    font-size: 1.17em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

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

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
    font-weight: bold
}
blockquote {
    margin: 0px
}

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

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

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
    margin: 1em 0
}

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

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: left;
    border: 1px solid #ccc;
    background: #fff;
    width:70%;
    margin:1em auto;
    padding:10px;
}

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

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%
}

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

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}

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

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

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

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

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

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

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

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

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

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

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes 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. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

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

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

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

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 14px;
    line-height: 25px;
    padding:0 0 1em 0;
}
a {
    color: #004ea2;
}
a:hover {
    color: #004ea2;
    text-decoration: underline;
}
.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image:  url(../img/grid.png);
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #4b98a9;
    font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
    background-color: #73d0da;
    color: #fff;
    text-decoration: none;
}
.learn-btn, .download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

.use-btn3 {
    display: inline-block;
    margin: 0 auto 10px auto;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #4b86c2;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.use-btn3:hover, .use-btn3:focus {

    text-decoration: none;
    opacity:0.8;
    color:#fff;
}

.use-btn3_bl {
    display: block;
    margin: 0 auto 10px auto;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #4b86c2;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.use-btn3_bl:hover, .use-btn3_bl:focus {

    text-decoration: none;
    opacity:0.8;
    color:#fff;
}
.learn-btn, .download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}

.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #73d0da;
    color: #73d0da;
    text-decoration: none;
}
.read-more-btn {
    display: inline-block;
    color: #323a45;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}
.center{text-align: center;}
.right{text-align: right;}
.left{text-align: left;}
.clear{clear:both;}
/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 only */
.cf {
  *zoom: 1;
}

/* ==========================================================================
Hero
========================================================================== */
.h1_area{height:60px;
	overflow: hidden;
	text-align: center;
	padding:0;
	margin: 0;}
	.home_link_title{display: block;
		width:100%;
		height:60px;
		-webkit-transition: all 300ms ease-in-out;
					transition: all 300ms ease-in-out;}
		a.home_link_title:hover{opacity: 0.8;
					-webkit-transition: all 300ms ease-in-out;
					transition: all 300ms ease-in-out;
					text-decoration: none;}
	.site_subcopy{
		color: #6d7726;
		margin:0;
		padding: 0px 0 0 0;}
	.site_subcopy strong{font-weight: 500;
		font-size: 90%;}
	.site_title_h1{color:#fff;
		font-weight: 500;
        font-size:24px;
    }
header{background: #7bbd26;
	position: fixed;
	width: 100%;
	z-index: 4;
	/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.341176) 0px 0px 5px 1px;
-webkit-box-shadow:rgba(0, 0, 0, 0.341176) 0px 0px 5px 1px;
-moz-box-shadow:rgba(0, 0, 0, 0.341176) 0px 0px 5px 1px;}
.header_menu_col{padding:0;
	margin: 0;
	}
	.toggle_area{display: none;}
.header_menu{background:  #ffffff;
		margin:0;
		padding:0;
		height:60px;
		list-style: none;
		}
		.header_menu li{
				float:left;
				text-align: left;
				line-height: 60px;
				color:#333333;
				padding: 0 0 0 20px;
				background: #fff;}
				.header_menu li a{color:#333;
					display: block;
					-webkit-transition: all 300ms ease-in-out;
					transition: all 300ms ease-in-out;}
				.header_menu li.header_menu_last a{border: none;}
				.header_menu li a:hover{opacity: 0.6;
					-webkit-transition: all 300ms ease-in-out;
					transition: all 300ms ease-in-out;
					text-decoration: none;}
.main_content{padding:59px 0 0 0;}




/* ==========================================================================
slide_menu
========================================================================== */
.slide_menu{
	text-align: left;
		}
	.slide_menu ul{margin:0;
		letter-spacing: -0.4em;}
		.slide_menu ul li{padding: 0 1em;
			letter-spacing: normal;}
			.slide_menu ul li.slide_menu_t{padding: 0;}
			.slide_menu li a{display: block;
					padding:16px 1em;
					border-bottom: 1px solid #eee;
					color:#666;
					text-align: left;
					background: #fff;}
			.slide_menu li.slide_menu_t a{color:#333;
					font-size: 120%;}
			.close_ico{position:absolute;
				top:6px;
				right:20px;
				font-size: 200%;}

/* ==========================================================================
Features Slider
========================================================================== */
.title_center{text-align: center;

				font-size: 34px;
				padding:50px 0 10px 0;}
				.phone_number{text-align: center;
					font-size: 34px;
					padding: 0 0 5px 0;
					margin:0 !important;
					}


				.contact_time{padding:0;
					margin: 0 0 2em 0 !important;;
					font-size: 17px;font-weight: 600;}


.page_catch{font-size: 20px;
text-shadow: 0 0 10px #000;}
.color_def{color:#323232 !important;}
.features-intro{background-color: #323232;
			background:  url(../img/bg.png) repeat;
}
.features-bg {
    position: relative;
    min-height: 400px;
    background-size: cover;
        background: url('../img/fc468f0b.jpg') no-repeat center center;


}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-slider {
    position: relative;
    padding: 0;

}
.features-slider ul {
    margin: 0;
    padding: 0 10% 80px 10%;
    list-style: none;
}
.features-slider ul li {
    width: 100%;
}
.features-slider li h1 {
    margin-bottom: 15px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.features-slider li p {
    color: #fff;
    font-size: 14px;
}
.features-intro-img {
    position: relative
}
.slides li h1 {
    margin: 0;
    padding: 0;
}
.features-slider .flickity-page-dots {
    text-align: left;
    margin-top: 50px;
    position: static;
}
.features-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
}

/* ==========================================================================
Features List
========================================================================== */
.features-list {
    padding:0 0 0 0 !important;
    border-top: 1px solid #dddddd;
    margin-bottom: 45px;

}
.features-list h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #333333;
    font-size: 20px;
}
.features-list p {
    margin-bottom: 20px;
    color: #333333;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}
.feature-content img{width:100%;}
.feature-icon {
    display: inline-block;
    margin-right: 25px;
    width: 90px;
    height: 90px;
    border: solid 2px #c41230;
    border-radius: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    line-height: 90px;
}
.feature-icon i {
    color: #c41230
}
/* ==========================================================================
contents_news
========================================================================== */
.contents_news{padding:0 0 0 0;
    /*border-bottom: 1px solid #dddddd;*/
    margin-bottom: 45px;
    }
    .contents_news .jumbotron h1{font-size:3em;}
    .list_pu{margin:0 0 5px 0 !important;}
    .list-header{font-weight:bold;}
    .list-header h2{margin:0;
        padding:5px;
        font-size:20px;
        line-height:26px;}
        .pickup_bg{font-size:16px;
            line-height:26px;
            display:inline-block;
            padding:0 10px;
            background:#d76c6c;
            color:#fff;}
    .list-header p{margin:0;
        padding:5px;
        font-size:16px;}
    .top_btn_area{}
    .top_news_p{}
    .top_news_p a{color:#333;
        font-size:16px;
        line-height:24px;}
    .top_news_p a:hover{text-decoration:none;
        color:#d76c6c;}
    .top_news_p a h4{font-size:16px;
        line-height:24px;}
        .bg_cat{font-size:16px;
            line-height:24px;
            display:inline-block;
            padding:0 10px;
            background:#d76c6c;
            margin:0 20px 0 0;
            color:#fff;}

/* ==========================================================================
Contents List
========================================================================== */
.contents_list{padding:0 0 15px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 45px;
    }
.contents{/* box-shadow */
box-shadow:rgb(238, 238, 238) 0px 0px 2px 1px;
-webkit-box-shadow:rgb(238, 238, 238) 0px 0px 2px 1px;
-moz-box-shadow:rgb(238, 238, 238) 0px 0px 2px 1px;
		background: #fff;
		margin-bottom: 30px;
		}
		.contents_gr{border-top:5px solid #7dbf26;}
		.contents_bl{border-top:5px solid #4b86c2;}
		.contents_br{border-top:5px solid #a2782e;}
		.contents_pk{border-top:5px solid #d76c6c;}
		.contents_desc{width:65%;
			float:right;}
			.contents_desc h3{margin:20px 0 14px 20px;
					padding:0;
					font-size: 20px;
					}
			.contents_desc h4{margin:0px 0 10px 20px;
					padding:0;
					font-weight: bold;}
			.contents_desc p{margin:10px 20px 1.2em 20px;
					padding:0;
					color:#555;
          line-height:1.4em;}
			.contents_menu_list{list-style: none;
					margin:0;
					padding:0;
					margin:0px 0 14px 20px;}
					.contents_menu_list li{display: inline;
						margin:0 10px 10px 0;
						padding:0;}
					.contents_menu_list li a{display: inline-block;
							padding:3px 10px;
							background: #4b86c2;
							color: #fff;
							-webkit-transition: all 300ms ease-in-out;
							transition: all 300ms ease-in-out;}
					.contents_menu_list li:nth-child(1) a{background: #4b86c2;}
					.contents_menu_list li:nth-child(2) a{background: #c49c71;}
					.contents_menu_list li:nth-child(3) a{background: #d76c6c;}
					.contents_menu_list li a:hover{opacity:0.6;
						-webkit-transition: all 300ms ease-in-out;
						transition: all 300ms ease-in-out;}
		.contents_image{width:35%;
			float:left;
			margin:0;
			padding:0;}
			.contents_image img{width:100%;
				height:auto;}


		.contents_menu_list2{list-style: none;
					margin:0;
					padding:0;
					margin:0px 0 14px 0;}
					.contents_menu_list2 li{display: inline-block;
							padding:3px 10px;
							background: #4b86c2;
							color: #fff;
							-webkit-transition: all 300ms ease-in-out;
							transition: all 300ms ease-in-out;}
					.contents_menu_list2 li:nth-child(1){background: #d76c6c;}
					.contents_menu_list2 li:nth-child(2){background: #4b86c2;}
					.contents_menu_list2 li:nth-child(3){background: #c49c71;}

.pu_info h3{text-align:center;}
.pu_info .icon_pu{font-size:100px;
    text-align:center;}
    .pu_info_red h3,.pu_info_red .icon_pu{color:#d76c6c;}
    .pu_info_blue h3,.pu_info_blue .icon_pu{color:#4b86c2;}
    .pu_info_green h3,.pu_info_green .icon_pu{color:#7dbf26;}
    .pu_info_cha h3,.pu_info_cha .icon_pu{color:#a2782e;}
@media screen and (min-width:768px){
    /*　画面サイズが768px以上の場合読み込む　*/
    .col-md-4 .contents_desc h3{margin:14px 0 0px 14px;
                    padding:0;
                    font-size: 18px;
                    }
    .col-md-4 .contents_desc h4{margin:0px 0 10px 14px;
                    padding:0;
                    font-weight: bold;}
    .col-md-4 .contents_desc p{margin:4px 14px 1em 14px;
                    padding:0;
                    color:#555;
          line-height:1.4em;}
    .col-md-4 .contents_menu_list{list-style: none;
                    margin:0;
                    padding:0;
                    margin:0px 0 14px 14px;
                    font-size:12px;}
    .jumb_left{text-align:right;}

}
/* ==========================================================================
News Area
========================================================================== */
.news_area_head{text-align: center;}
	.center_h2{display: inline-block;
			border-bottom: 3px solid #333;
			text-align: center;
			margin:0 auto 20px auto;
			padding:0 0 10px 0;}
	.news_area_head p{margin:0 0 0 0;
			padding:0 0 0 0;}
	.news_list{list-style: none;
		background: #fff;
		padding: 20px;
		margin: 30px 0;}
		.news_list li{border-bottom: 1px solid #ddd;
			padding:10px ;}

.blog_list{list-style: none;
	margin: 30px 0;}
.blog_thm_li{width:15.5%;
	float:left;
	padding:0;}
	.blog_list li{margin: 0 1% 0 0;}
	.blog_list li:nth-child(6n){margin: 0;}

	.blog_thm{
		position: relative;
		border:1px solid #ccc;}
	.blog_thm:before {
	    content: "";
	    display: block;
	    padding-top: 100%; /* 1:1 */}
    	.blog_thm_href{position: absolute;
    		display: block;
			top: 0; left: 0;
			width: 100%;
			height: 100%;
			border:3px solid #fff;
			-moz-background-size:100% auto;
			background-size:cover;
			background-repeat: no-repeat;
			background-position: center center;
			color:#111 !important;
			text-decoration: none;}
		.blog_thm_href:hover{filter:alpha(opacity=80);
			-moz-opacity: 0.8;
				opacity: 0.8;}
				.blog_thm_title{width:100%;
								bottom:0;
								position: absolute;				margin:0 0 0 0;
												display: block;
												overflow: hidden;
												background:rgba(255,255,237,0.8); }
												.blog_thm_title strong{display: block;
														text-align: right;
														padding:6px 10px 4px 0;}
						.blog_thm_date{padding:10px 0;
								color:#999999;}
.blog_cat{list-style: none;
		padding: 10px 0;}
		.blog_cat_li{float:left;
			}
			.blog_cat_li a{background: #e19797;
					display: block;
					font-weight: bold;
					color:#fff !important;
					text-align: center;
					padding:5px 10px;
					text-decoration: none;
					margin:0 14px 10px 0;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;}
					.blog_cat_li a:hover{filter:alpha(opacity=80);
										-moz-opacity: 0.8;
										opacity: 0.8;}

/* ==========================================================================
Blockquote
========================================================================== */
blockquote {
    margin: 3em auto 3em auto;
    padding:20px;
    width: 70%;
    vertical-align: top;
    background: #eee;
    text-align: left;

}

blockquote .avatar {
    display: inline-block;
    margin-right: 20px;
    width: 64px;
    height: 64px;
    vertical-align: middle;
}
blockquote .logo-quote {
    display: inline-block;
    margin: 0 0 0 90px;
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/sea-wallpaper24.jpg') no-repeat center center fixed;
    background-size: cover;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.showcase h1 {
    margin: 0 0 20px 0;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
.showcase p {
    margin-bottom: 25px;
    color: #fff;
}
.device {
    position: absolute;
    top: -60px;
    left: 20%;
    min-height: 676px;
    width: 359px;
}
.device-content {
    position: absolute;
    top: 115px;
    left: 56px;
    width: 247px;
    height: 445px;
    background: rgba(0, 0, 0, 0.3);
}
.device-content img {
    width: 247px;
    height: 445px;
}
.showcase-wrap {
    position: relative;
    padding: 100px 0;
    min-height: 600px;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: 20px;
}

/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro {
    padding: 100px 0 100px 0;
    background-color: #f6f7f9;
}
.screenshots-intro h1 {
    margin-bottom: 20px;
    color: #24374b;
    font-weight: 400;
    font-size: 22px;
}
.screenshots-intro p {
    margin-bottom: 25px;
    color: #778899;
}

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots{background-color: #323232;
			background:  url(../img/bg.png) repeat;
		    box-shadow: 0 14px 30px -14px #222 inset;
		    padding:0 100px 100px 100px;}
.screenshots ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.screenshots ul li {
    float: left;
    min-height: 100%;
    width: 25%;
    background-color: #000;
    list-style: none;
}
.screenshots figure {
    position: relative;
    overflow: hidden;
}
.screenshots figure img {
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover img, .screenshots figure:focus img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.screenshots figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25% 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figcaption a {
    color: #fff
}
.screenshots figcaption a:hover, .screenshots figcaption a:focus {
    color: #73d0da
}
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption {
    opacity: 1
}
.visible {
    opacity: 1
}
.screenshots figure.cs-hover figcaption {
    opacity: 1
}
.screenshots figcaption i {
    font-size: 35px
}
.screenshots figcaption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.screenshots figcaption .caption-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -100px;
    width: 200px;
    -webkit-transform: translate(0px, 15px);
    -ms-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

/* ==========================================================================
Download Now
========================================================================== */
.download {
    padding: 120px 0;
    background-color: #3f6184;
}
.download h1 {
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}

/* ==========================================================================
Footer
========================================================================== */
footer {background:url(../img/ft_bg.png) repeat-x center top #7bbd26;
      clear:both;
    padding: 100px 0 30px 0;
    color:#fff;
}
footer p {
    color: #fff;
}
footer ul {
    margin: 20px 0 50px 0;
    text-align: right;
}
footer li {
    display: inline;
    margin-right: 5%;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
}
footer a {
    color: #fff !important;
}
footer li:last-child {
    margin-right: 0;
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  url(../img/bg.png) repeat;
}

/* Menu style */
/*.overlay nav {
    top: 0;

    height: 0;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
*/
/*
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 190px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #345271;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #73d0da;
    color: #73d0da;
}
*/

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
/* ---------------------------------------
* col
---------------------------------------- */

.col-md-3-or{width:23%;
	margin:0 2.6% 2.6% 0;
	float: left;}
.mr0{margin-right:0;}
.pdb1em{padding-bottom: 20px;}
/* ==========================================================================
???w?y?[?W
========================================================================== */
img{max-width:100%;
 height:auto;}
.sub_main {
    padding: 40px 0 40px 0;
}
.border_btm{border-bottom: 1px solid #ddd;}
table.outer{border: 1px #d3d3d1 solid;
    border-collapse: collapse;
    border-spacing: 0;
    margin:0 0 20px 0;
    font-size:94%;
    width:100%;
}
.content_area_inner table td, table.outer td{padding:10px;
    border: 1px #d3d3d1 solid;
    border-width: 0 0 1px 1px;
    background: #fffefd;

}
.content_area_inner table th.head,table.outer th.head{font-weight: bold;}
.content_area_inner table th,table.outer th{padding:10px;
    border:#d3d3d1 solid;
    border-width: 0 0 1px 1px;
    background: #efeae7;
    font-weight: normal;
    line-height: 120%;
    text-align: left;

}
.news_box{background: #fff;
	/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
	padding: 10px 20px;
	margin-bottom: 20px;}
/* wordpress */
.article_center{text-align: center;}
.artcle_main{padding-bottom: 20px;}
.artcle_main table{width:100%;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 3em;
	background: #fff;
}
.artcle_main table th {
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
.artcle_main table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}


.artcle_main hr{clear: both;
		border-top:1px solid #ddd;}
img.size-full,.artcle_main img{max-width: 100%;
		height:auto;}
img.aligncenter{text-align: center;
		display: block;
		margin: 1em auto;}
img.alignleft{float:left;
		max-width:50%;
		height:auto;
		margin:0 2% 4em 0;
		display: inline-block;}
img.alignright{float:right;
		max-width:50%;
		height:auto;
		margin:0 0 4em 2%;
		display: inline-block;}


.cat_title{text-align: center;
				font-family: 'YasashisaAntique';
				font-weight: normal;
				font-size: 300%;
				padding:0 0 0 0;
				}

.normnal_list{}
.bread_clumb{list-style: none;
    background: #fff;
    border-bottom: 1px solid #eee;
    text-align: center;
    margin:0;
    padding:0.6em;}
    .bread_clumb li{display: inline;
        font-weight: 300;
        font-size: 12px;
        font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;}
#fixed_submenu{position:fixed;
    width:100%;
    left:0;
    top:60px;
    z-index:100;}
.panel-body,.panel-body p{font-size:14px;}
.after_angle_down{position:relative;}
.after_angle_down:before {
  content: "\f107";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 18px;
  position:absolute;
  color:#fff;
  bottom:6px;
  left:0;
  margin:0 auto;
}
.red-text{color:#d76c6c;}
ul.normal_list {
  border: solid 2px #ffb03f;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

ul.normal_list li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

ul.normal_list li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left : 1em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}
ol.normal{
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  border: solid 2px #4b86c2;
}
ol.normal li{
  position: relative;
  padding: 0.5em 0.5em 0.5em 35px;
  line-height: 1.5em;
}
ol.normal li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #4b86c2;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;/*円にする*/
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
ol.normal li:after {/*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;/*左からの位置*/
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #4b86c2;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.submenu{list-style: none;
    background: rgba(255,255,255,0.8);
    border-bottom: 1px solid #eee;
    text-align: center;
    margin:0;
    }
    .submenu li{display: inline;
        font-weight: 300;
        font-size: 12px;
        font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
        margin:0 6px;}
		.submenu li a{display: inline-block;
			padding:1em 0 0.7em 0;
			color:#333;
			border-bottom: 3px solid #fff;
			margin-bottom: 1px;}
			.submenu li.active_link a{border-bottom: 3px solid #7dbf26;}
		.submenu li a:hover{text-decoration: none;
			border-bottom: 3px solid #7dbf26;}

.center_h2_catch{display: inline-block;
			border-bottom: 3px solid #333;
			text-align: center;
			margin:0 auto 0 auto;
			padding:0 0 10px 0;}
.catch_copy{color:#;
	font-weight: 500;}
.text_content{padding:0 20%;
		color:#777;
		font-weight: 500;}
.text_area p,.text_area ul{color:#777;font-weight: 500;}
.text_area h2{font-weight: 500;
	padding:0.5em 0;}
.text_area h3{font-weight: 500;
	padding:0.5em 0;}
.page_title{font-size: 24px;
	padding:10px 0 0 0;
	font-weight: 500;}
.share_area{border-bottom: 1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px;
	margin-bottom: 2em;
	text-align: center;}

.text_area ul,.text_content ul{list-style-position: outside;
		padding:0 0 1.5em 1.5em;
		line-height: 25px;}
		.text_area ul li,.text_content ul li{padding:0 0 1em 0;}


.title_wrap{background: #fff;
	box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
	margin: 20px 15px;

	}
	.title_area{
    text-align: center;
		opacity:0;
		}
		.title_area_inner{
			position: relative;
			top: 50%;
			padding:10px 0;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);

		}
		.title_area h2{font-size: 25px;
				font-weight: 500;
				margin:0 0 1em;
				padding:0;
				}
		.title_area p{margin:0;
			padding:0;}
	.title_photo{padding:0;}
		.title_photo p{padding:0;
			margin:0;}
.pdb0{padding-bottom: 0;}
.pdt0{padding-top: 0;
	margin-top:0; }

.pd_text{padding:0 20px 20px 20px;}
.pd_text p{margin-bottom: 0px;}
.white_bx{background: #fff;
	box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 1px 2px 8px 1px;
	padding:10px 20px;}
/* ?ǉ? */
.op{opacity: 1;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;}
a:hover .op{opacity: 0.7;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;}
.rs_gm{position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin-bottom: 3em;}

.rs_gm iframe,
.rs_gm object,
.rs_gm embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.pc-center{text-align:center;}
.pc-right{text-align:right;}
/**-------------------------------------------------
* 2020年3月20日追加
-------------------------------------------------**/
.sp-br{display:none;}
@media (max-width: 767px) {
	.pc-center,.pc-right{text-align:left;}
	.fpss{font-size: 28px;}
	.fpst{font-size: 14px;}
	.sp-none{display: none;}
	.header_menu_col{display:none;}
	.toggle_area{display: block;
		line-height:100%;
		height:60px;
		width:60px;
		text-align: center;
		position: absolute;
		top:0;
		left:0;
		background: #f9f9f5;
		margin:0;
		font-size: 10px;}
		.toggle_area a{display: block;
			padding:10px 0;
			width:100%;
			color:#7dbf26;
			}

			.toggle_area i{font-size: 30px;
				margin:0 0 0 -3px;}

	.h1_area{height:60px;
	overflow: hidden;
	text-align: left;
	padding:0 0 0 76px;
	margin: 0;}



	/* TOP?y?[?W?R???e???c */
	.title_center{font-size: 24px;}
	.contents_desc{width:100%;
			float:none;}
		.contents_image{
			display: none;}
	.use-btn3 {
	    margin: 0 auto 10px auto;
	    padding: 10px 20px;
	    font-size: 12px;
	    text-align: center;
	}

	.blog_thm_li{width:49%;

	float:left;
	padding:0;}
	.blog_list li{margin: 0 2% 2% 0;}
	.blog_list li:nth-child(3){margin: 0 2% 2% 0;}
	.blog_list li:nth-child(2n){margin: 0 0 2% 0;}

	.sp100{width:100% !important;}



	.text_content{padding:0 10px;}
	table.outer td,table.outer th,table.outer tr{display: block;
			width:100%;}
			table.outer td,table.outer th{margin: -1px;}




	footer {
    padding: 90px 0 0 0;
   }
   footer ul {text-align: left;}
	/* ---------------------------------------
	* col
	---------------------------------------- */

	.col-md-3-or{width:49%;
		margin:0 2% 2% 0;
		display: inline-block;}
	.smr0{margin-right:0;}
	.spdt1em{padding-top: 1.3em;}

	/**-------------------------------------------------
	* 2020年3月20日追加
	-------------------------------------------------**/
	.sp-br{display:block;}
	.contents_news .jumbotron{
		padding-left:0 !important;
		padding-right:0 !important;
		}

	.contents_news .jumbotron h1{
		font-size:28px;
		margin-bottom:0;
		padding-bottom:0px;
	}
	.contents_news .jumbotron h2{
		font-size:18px;
		margin-bottom:0;
		padding-bottom:0px;
	}
	.contents_news .jumbotron p{font-size:18px;
		margin-top:10px;
		}
	.contents_news .jumbotron .list-group-item p{
		font-size:14px;
		margin-top:0px;
	}
}