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

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

/*
* 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
========================================================================== */
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:400;src:local('Cormorant Garamond Regular'),local('CormorantGaramond-Regular'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtP.ttf) format('truetype')}
@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:500;src:local('Cormorant Garamond Medium'),local('CormorantGaramond-Medium'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQWlhfvg-N.ttf) format('truetype')}@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:600;src:local('Cormorant Garamond SemiBold'),local('CormorantGaramond-SemiBold'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQdl9fvg-N.ttf) format('truetype')}@font-face{font-family:'Cormorant Garamond';font-style:normal;font-weight:700;src:local('Cormorant Garamond Bold'),local('CormorantGaramond-Bold'),url(https://fonts.gstatic.com/s/cormorantgaramond/v5/co3YmX5slCNuHLi8bLeY9MK7whWMhyjQEl5fvg-N.ttf) format('truetype')}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%}

/*
* 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: Helvetica Neue','游ゴシック体','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: Helvetica Neue','游ゴシック体','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}

/*
* 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: thin dotted;
    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 {
    margin: 0.67em 0;
    font-size: 2em;
}
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;
}

/*
* 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;
}
a {
    color: #000000;
}
a:hover, a:focus {
    color: #000000;
    text-decoration: none;
}
.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: 30px 0 0 0;
    padding: 15px 80px 10px 80px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 150%;
    font-weight: 800;
}
.use-btn:hover, .use-btn:focus {
    background-color: #FFFF00;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 5px;
}
.use-btn i {
    font-size: 10px;
    margin-left: 20px
}
.learn-btn, .download-btn {
    display: inline-block;
    padding: 5px 35px;
    margin: 10px 10px 10px 0;
    border: 1px solid #2b80d5;
    border-radius: 3px;
    color: #2b80d5;
    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
}

/* ==========================================================================
Navigation
========================================================================== */
.nav-toggle {
    margin-top: -125px;
    margin-left: 280px;
    position: absolute;
    top: 0px;
    left: 80%;
    width: 50px;
    z-index: 999998;
    padding: 10px 0 16px 0px;
    cursor: pointer;
    font-size: 20px;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 4px;
    border-radius: 1px;
    background: #000;
    text-align: center;
    cursor: pointer;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    top: 0px;
    right:50px;
    height: 26px;
}
.navicon p {
    margin: 1px 50px 0 0;
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 543px;
}

/* ==========================================================================
Hero
========================================================================== */
.hero {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 900px;
    background: url('../img/main_back.gif') no-repeat center center;
    background-size: cover;
    color: #fff;

}
.hero2 {
    position: relative;
    padding: 60px 0 60px 0;
    min-height: 900px;
}

.headbar {
    text-align: left;
    font-size: 100%;
    line-height: 1;
    font-weight: 600;
    margin-top: -60px;
    padding: 15px 0 8px 0;
    background-color: #FFFFFF;
}
#home {
    width: 100%;
    height: 100%;
}
.hero {
    width: 100%;
    height: 100%;
}
.hero2 {
    width: 100%;
    height: 100%;
}
header i {
    margin-left: 5px
}
.new-list {
    margin-top: 150px;
    list-style-type: none;
    color: #ffffff;
}
.new-list a:link , a:visited {
    color: #ffffff;
}
.new-list a:hover {
    color: #73d0da;
}
.title_read {
    font-size: 140%;
    line-height: 1;
    font-weight: 700;
    margin: 50px 0px 7px 50px;
    padding: 8px 5px 5px 10px;
    background-color: #b4b4b4;
    color: #FFFFFF;
}
.mainrogo {
    margin: 0px;
    width: 100%;
}
.headcopy {
    width: 100%;
    margin: 0px;
    z-index: 100;
}
#pra_right {
	font-size:80%;
	text-align: right;
	margin-bottom: 10px;
    color: #555555;
}
#pra_right a:link {
    color: #555555 !important;
}
#pra_right a:visited {
    color: #555555 !important;
}

.news_cont .news {
	padding: 0px 0px 5px 0px;
	border:0px solid #78AF85;
}

.news_cont .day {
	float: left;
	padding-left:10px;
	width: 110px;
	border-top:1px solid #bdbdbd;
    color: #666;
    font-size: 90%;
}

.news_cont .title {
	margin-left: 120px;
	padding-left:10px;
	border-top:1px solid #bdbdbd;
    font-size: 90%;
    color: #666;
}

.news_cont .title a{
	text-decoration:none;
    color: #08F;
}

.news_cont .title a:hover{
	text-decoration:underline;
    color: #666;
}

._tangan_rss_list li {
	padding: 0px 0px 5px 0px !important;
    font-size: 90% !important;
    color: #666 !important;
}
._tangan_rss_list li a{
    color: #08F !important;
}
._tanganrss_channel_title{
    color: #666 !important;
}


.pr_bnr {
    margin: 50px 0 0 50px;
    box-shadow: 0px 0px 10px #003399;
}
.hero-content{
    margin: 90px 0 0 -10px;
}
.hero2-content{
    margin: 0px 0 0 -10px;
}
.new_txt {
    font-size: 90%;
    line-height: 1;
    font-weight: 700;
    padding: 5px;
    background-color: #b4b4b4;
    color: #FFFFFF;
}
.atspec {
    margin: -40px 0 30px 40px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 170%;
    line-height: 1;
}
.atspec span {
    font-size: 65%; 
}
.idmday {
    width: 300px;
    z-index: 100;
    margin: 10px 10px 0 0;
}
.kakaku{
    width: 180px;
    margin: 100px 0 0 0;
}

.hero .container {

}

.dayspec {
    margin: 10px 0 30px 0;
    font-size: 80%;
    line-height: 1;
    font-weight: 400;
}
.dayspec span {
    font-family:'Cormorant Garamond',YuMincho,'Yu Mincho',serif;
    font-size: 190%;
}
.dayspec .smollspec {
    font-family:'Cormorant Garamond',YuMincho,'Yu Mincho',serif;
    font-size: 80%;
}
.reboot {
    width: 200px;
    margin: 10px 0 10px 0;
}
.rebootread {
    margin: 0 0 10px -20px;
    font-family:'Cormorant Garamond',YuMincho,'Yu Mincho',serif;
    font-size: 90%;
    line-height: 1.5;
}
.mob_code {
    display: none;
}
.hero .spwall {
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    height: 100%;
}
.hero2 .spwall {
    margin: 0 auto;
    width: 100%;
    max-width: 1150px;
    height: 100%;
}
.bnr_sp {
    background-color: #e9e9e9;
    color: #555555;
    min-height: 630px;
    height: 100%;
}
.bnr_sp img {
    width: 160px;
    padding-top: 10px;
}
.icon_sp {
    margin: 0 0 40px 0px;
}
.icon_sp img {
    width: 30px;
}

.read_sp {
    background-color: #e9e9e9;
    height: 20px;
    margin-top: 30px;
}

/* ----------------------------------------------------------------------
 Topへ戻るボタン
---------------------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 25px;
    font-weight: bold;
   
}
    #page-top a {
        background: #666666;
        filter:alpha(opacity=60);
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
        opacity:0.6;
        text-decoration: none;
        color: #fff;
        width: 45px;
        padding: 3px;
        text-align: center;
        display: block;
        border-radius: 10px;
    }
        #page-top a:hover {
            border-style: none;
            background: #999999;
        }


/* ==========================================================================
Form
========================================================================== */
.hero2-content h2 {
    font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    color: #FFFFFF;
    font-weight: 700;
    background: #000000;
    width: 100%;
    padding: 6px 0 6px 15px;
}


/* ==========================================================================
Video
========================================================================== */
section.video i {
    margin-right: 10px;
    color: #b4b4b4;
    vertical-align: middle;
    font-size: 50px;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
}
section.video h1 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 300%;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 5px;
    margin-left: 35px;
    color: #000;
    text-align: center;
}
section.video {
    padding: 40px 0;
    background-color: #d4d4d4;
}
.read_txt {
    margin: 10px 0 10px 30px;
    font-family:YuMincho,'Yu Mincho',serif;
    font-size: 120%;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
}
.read_txt_right {
    margin: 10px 0 10px 30px;
    font-size: 120%;
    line-height: 1.6;
    letter-spacing: 1px;
    text-align: center;
}

section.video a {
    color: #323a45
}
section.video a:hover, section.video a:focus {
    color: #73d0da;
    text-decoration: none;
}
section.video a:hover i, section.video a:focus i {
    color: #73d0da
}

/* ==========================================================================
Features area
========================================================================== */

.area01 {
    background: url('../img/area01.jpg') no-repeat center center fixed;
    background-size: cover;
}
.area02 {
    background: url('../img/area01.jpg') no-repeat center center fixed;
    background-size: cover;
}
.area03 {
    background: url('../img/area01.jpg') no-repeat center center fixed;
    background-size: cover;
}
.area04 {
    background: url('../img/area01.jpg') no-repeat center center fixed;
    background-size: cover;
}
.areacase-wrap {
    position: relative;
    padding: 70px 0;
    min-height: 250px;
}
.areacase-wrap .semiback {
    background-color: #FFFFFF;
        filter:alpha(opacity=70);
        -moz-opacity:0.7;
        -khtml-opacity: 0.7;
        opacity:0.7;
    width: 92%;
    margin: 0 15px 0 50px;
    padding: 10px 30px 5px 30px;
}
.areacase-wrap h1 {
    color: #000;
    font-weight: bold;
    font-size: 200%;
    line-height: 1.2;
}

.cal-waku {
    margin: 20px 0 20px 0;
    padding: 10px 20px 8px 20px;
    border-radius: 5px;
    border: 2px solid #0099ff;
    background-color: #fff;
    font-size: 150%;
    font-weight: 700;
}
.cl_spec_read_b {
    color: #0099ff;
    font-weight: bold;
    font-size: 130%;
    line-height: 1.4;
}
.cal-waku p {
    font-weight: 300;
}
.cal-waku ul li {
    margin: 0 0 0 20px;
    font-size: 70%;
    font-weight: 300;
    line-height: 1.8;
}
.cal-waku ol li {
    margin: 0 0 0 20px;
    font-size: 60%;
    font-weight: 300;
    line-height: 1.8;
}
.cal-dumumg {
    margin: 20px 0 0 0;
    width: 100%;
}
.cl-readback {
    margin: 20px 0 0 0;
    padding: 10px 20px 6px 20px;
    background-color: #0099ff;
    color: #FFFFFF;
    font-size: 150%;
    font-weight: 700;
}
.cal-lbimg {
    margin: 0 0 0 30px;
    width: 90%;
}
.cl-useback {
    margin: 20px 0 0 0;
}
.cl_spec_img {
    width: 95%;
}
.event_txt_box {
    padding: 30px 0 10px 30px;
}
.event_txt_box img{
    width: 90%;
}
.event_read {
    font-family:YuMincho,'Yu Mincho',serif;
    font-size: 220%;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 !important;
}
.event_date {
    color: #666666;
    font-size: 90%;
}
.event_txt_box a:link {
    color: #2b80d5;
}
.event_txt_box a:visited {
    color: #2b80d5;
}
.event_txt_box a:hover {
    color: #333333;
}

.ex_style1 {
    color: #FF0000;
    font-size: 250%;
    font-weight: 800;
}
.style3 {
    color: #FF0000;
    font-size: 150%;
    font-weight: 800;
}
.cl-btn-back {
    margin: 20px 0 0 0;
    padding: 10px 20px 6px 20px;
    background-color: #fe9900;
    color: #666666;
}

/* ==========================================================================
Features Slider
========================================================================== */

.container-fluid {
    margin-left: 50px;
}
.features-bg00 {
    position: relative;
    min-height: 500px;
    background-color: #ffffff;
    padding: 70px 0 0 0;
}
.features-img00 img {
    width: 97%;
}
.features-bg {
    position: relative;
    min-height: 700px;
    background-color: #ffffff;
}
.features-bg img {
    width: 100%;
}
.features-img00 {
    margin: 0 0 0 -15px;
}
.features-img {
    padding: 60px 0 0 20px;
    width: 85%;
}
.features-img2 {
    padding: 5px 0 0 20px;
    width: 85%;
}
.features-img3 {
    padding: 5px 0 0 20px;
    width: 85%;
}
.features-img4 {
    padding: 60px 0 0 20px;
    width: 85%;
}
.features-img5 {
    padding: 20px 0 0 20px;
    width: 80%;
}

.aboutread {
    width: 400px;
    margin: 50px 0 10px 0;
}
.aboutsub {
    margin: 30px 0 30px 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 135%;
    line-height: 1.5;
}
.imgabout {
    width: 190px;
    margin: 0 0 10px 0;
}
.features-slider p {
    color: #000;
    font-size: 83%;
    line-height: 2;
}

.features-slider {
    padding: 0 50px 0 20px;
    min-height: 500px;
    background-color: #ffffff;
}
.features-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.features-slider ul li {
    width: 100%;
}
.features-slider li h1 {
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
    font-size: 22px;
}
.features-slider li p {
    color: #000;
    font-size: 85%;
    line-height: 2;
}
.features-slider p a:active, a:hover,a:visited {
    color: #666666;
}
.features-intro {
    margin: 50px 0 0 0;
}
.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
========================================================================== */
.exhib {
    margin: 150px 0 0 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 185%;
    line-height: 1.5;
    letter-spacing: 10px;
}
.exhib_en {
    font-family:'Cormorant Garamond',YuMincho,'Yu Mincho',serif;
    font-size: 80%;
    line-height: 4;
    letter-spacing: 8px;
}

.features-list {
    margin: 100px 0 50px 50px;
    width: 90%;
}
.features-list h1 {
    margin: 10px 0 10px 0;
    padding: 5px 0 2px 10px;
    color: #FFFFFF;
    font-size: 110%;
    line-height: 1.2;
    background-color: #000000;
}
.features-list p {
    font-size: 85%;
    line-height: 2;
    margin-bottom: 20px;
    color: #000000;
    height: 45px;
}
.feature-content {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 50px;
    width: 100%;
}
.feature-content img {
    width: 98%;
}
.feature-icon {
    margin-bottom: 10px;
    vertical-align: top;
    width: 100%;
}
.feature-icon i {
    color: #4e9ba3
}

.summary_read {
    margin: 50px 0 0 0;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 190%;
    line-height: 1.5;
    letter-spacing: 10px;
}
.summary_read_en {
    font-family:'Cormorant Garamond',YuMincho,'Yu Mincho',serif;
    font-size: 80%;
    line-height: 4;
    letter-spacing: 8px;
}
.summary_bold {
    font-size: 120%;
    font-weight: bold;
}
.summary_spec {
    font-size: 65%;
    letter-spacing: 1px;
    margin: 15px 0 0 0;
}

.sum_read_block {
    margin: 0 0 0 -10px;
    width: 60px;
    font-weight: bold;
    text-align: center;
    float:left;
}
.sum_line_block {
    margin: 0 0 0 55px;
    padding: 1px 0 0 0;
    text-align: left;
    width: 100%;
}

/* ==========================================================================
Showcase
========================================================================== */
.showcase {
    background: url('../img/idm_seminer.jpg') no-repeat center center fixed;
    background-size: cover;
}
.showcase h1 {
    margin: 0 0 8px 10px;
    color: #000;
    font-weight: bold;
    font-size: 120%;
    line-height: 1.6;
}
.showcase p {
    font-size: 90%;
    line-height: 2;
    color: #000;
    margin: 0 10px 10px 10px;
}
.inbox1,.inbox2 {
    border-right: solid #999 1px;
}
.indent {
    padding-left:1em;
    text-indent:-1em;
}
.semiback {
    background-color: #FFFFFF;
        filter:alpha(opacity=90);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity:0.9;
    width: 92%;
    margin: 0 15px 0 50px;
    padding: 30px;
    border-radius: 20px;
}
.semispec {
    font-size: 80%;
    line-height: 1.5;
    color: #000;
    margin: 30px 0 0 10px;
}

.showcase-wrap {
    position: relative;
    padding: 100px 0;
    min-height: 400px;
}
.showcase-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.showcase-slider .flickity-page-dots {
    bottom: 20px;
}

/* ==========================================================================
Download Now
========================================================================== */
.download {
    margin: 100px 0 0 0;
    padding: 0;
    background-color: #FFFFFF;
}
.download h1 {
    margin: 10px 0 10px 40px;
    padding: 5px 0 2px 10px;
    color: #FFFFFF;
    font-size: 110%;
    line-height: 1.2;
    background-color: #000000;
}
.down_read {
    margin: 0 0 0 40px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 190%;
    line-height: 1.5;
    letter-spacing: 10px;
}
.down_read_en {
    margin: 0 0 0 40px;
    font-family:'Cormorant Garamond',YuMincho,'Yu Mincho',serif;
    font-size: 80%;
    line-height: 4;
    letter-spacing: 8px;
}
.down_txt {
    font-size: 90%;
    line-height: 1.6;
    color: #000;
    margin: 20px 10px 20px 40px;
}
.down_fb_ad {
    font-size: 90%;
    line-height: 1.6;
    color: #000;
    margin: 0 10px 40px 40px;
}
.down_fb_ad a:link {
    color: #333333;
}
.down_fb_ad a:visited {
    color: #333333;
}
.down_fb_ad a:hover {
    color: #ff0000;
}
.down_area {
    margin: 40px 0 200px 40px;
}
.down_br {
    display: none;
}
.downspec {
    margin: -38px 0 30px 30px;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 90%;
    line-height: 1.4;
}
.pdf_link {
    font-size: 150%;
    font-family: Helvetica Neue','游ゴシック体','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Osaka,'ＭＳ Ｐゴシック',sans-serif;
    color: #333333;
}
.red {
    color: #ff0000;
}
.pdf_link a:link {
    color: #333333;
}
.pdf_link a:visited {
    color: #333333;
}
.pdf_link a:hover {
    color: #ff0000;
}
.footribbon {
    margin: 0;
    width: 80%;
}

/* ==========================================================================
Order
========================================================================== */

section.order {
    padding: 20px 0;
    background-color: #fe9900;
}
.ordertop {
    margin: 20px 0 20px 0;
    padding: 5px 0 4px 0;
    background-color: #FF3333;
}
.ordertop h1 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 5px;
    margin-left: 20px;
    color: #FFFFFF;
}
.read_box {
    margin: 30px 0 0 0;
    min-height: 125px;
}
.read_box img {
    width: 100%;
}
.read_box  p{
    font-size: 75%;
    line-height: 1.2;
    text-align: center;
}
.read_txt_box {
    margin: 30px 0 0 0;
    min-height: 30px;
}
.read_txt_box  p{
    font-size: 75%;
    line-height: 1.2;
    text-align: center;
}
.read_txt_box a:link {
    color: #333333;
}
.read_txt_box a:visited {
    color: #333333;
}
.read_txt_box a:hover {
    color: #2b80d5;
}

.terms{
    font-size: 90%;
    line-height: 1.8;
    color: #555555;
}
.terms_read{
    margin: 30px 0 0 0;
    font-size: 130%;
    line-height: 1.8;
    color: #000000;
}
.terms_nam{
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: decimal;
}
.terms_squ{
    margin: 0 0 0 30px;
    padding: 0;
    list-style-type: square;
}

.cal-features form {
    margin: 30px 0 50px 0;
}
.cal-features table {
    font-size: 70%;
    font-weight: 300;
}
.cal-features table th {
    white-space: nowrap;
}

.cal-features .baseball_img {
    width: 100%;
    margin: 0 0 10px 0;
}

.font_s {
    font-size: 80%;
    line-height: 1.0;
    color: #FF0000;
}
.form-atten {
    font-size: 120%;
    line-height: 1.0;
    color: #FF0000;
    text-align: center;
    margin: 20px 0 50px 0;
}
.ordermid {
    margin: 20px 0 20px 0;
    padding: 5px 0 4px 0;
    background-color: #003300;
}
.ordermid h1 {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 5px;
    margin-left: 20px;
    color: #FFFFFF;
}
.btn-success {
    margin: 50px 0 80px 0 !important;
    padding: 20px 0 20px 0 !important;
}


/* ==========================================================================
Footer
========================================================================== */
footer {
    padding: 30px 0;
    background-color: #5f5f5f;
}
footer p {
    color: #FFFFFF;
    font-size: 70%;
    line-height: 1.5;
}

.footrogo {
    margin: 20px 0 10px 0;
    width: 150px;
    cursor: pointer;
}
.footicon {
    margin: 0 0 5px 0;
    width: 20px;
}
footer p img {
    vertical-align: text-bottom;
}

footer ul {
    margin: 0 0 40px 0;
}
footer li {
    display: inline;
    list-style: none;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
}
footer ul li::after {content:'|'}
footer ul li:last-child::after {content:''}

footer li a:link , a:visited {
    color: #ffffff;
}
footer li a:hover {
    color: #4169e1;
}

/* ---------------------------------------------------------------------
Q&A
--------------------------------------------------------------------- */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 0.2em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	font-size: 0.8em;
	line-height: 1.4em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2.5em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(160,255,160,0.1);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #0099FF;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 2.0em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: -10px;
	color: #BBB;
	content: '?';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
	color: #ff6600;
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 150em;
	border: 10px solid rgba(160,255,160,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #0099FF;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


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

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
}

.navrogo {
    margin: -160px 0 60px 0;
    width: 150px;
}
.nav_icon {
    margin: 0 0 10px 0;
    width: 20px;
}
.overnav {
    font-family:'Cormorant Garamond',YuMincho,'Yu Mincho',serif;
    font-size: 80%;
    line-height: 2;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 0 50px 0;
}

.overspec {
    font-family: Helvetica Neue','游ゴシック体','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN',Osaka,'ＭＳ Ｐゴシック',sans-serif;;
    margin: 0 0 10px 0;
    font-size: 30%;
    line-height: 1.6;
}

/* Menu style */
.overlay nav {
    position: absolute;
    width: 100%;
    top: 48%;
    bottom: 0;
    text-align: center;
    font-size: 38px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}
.misline {
    text-decoration: line-through;
    color: #b8860b;
}
.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: #000;
    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 {
    color: #73d0da;
}

.overnav a:hover, .overnav a:focus{
    color: #999999 !important;
}
.overnav a:visited{
    color: #000000 !important;
}

/* 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;
}
.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-25s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

/* ==========================================================================
particles
========================================================================== */
.background {
  position: absolute;
  display: block;
  top: 80px;
  left: 0;
  z-index: 0;
}
