@charset 'UTF-8';

/* ==============================================================================================
Reset
================================================================================================= */
html{
    background:#fff;
    color:#000;
    font-size:100%;

    -webkit-text-size-adjust:100%;
}
*, *::before, *::after{
    box-sizing:border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
header,
footer,
main,
nav,
aside,
section{
    margin:0;
    padding:0;
}
table{
    border-spacing:0;
    border-collapse:collapse;
}
fieldset,
img{
    border:0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var{
    font-weight:normal;
    font-style:normal;
}
li{
    list-style:none;
}
caption,
th{
    text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-size:100%;
    font-weight:normal;
}
q:before,
q:after{
    content:' ';
}
abbr,
acronym{
    border:0;
    font-variant:normal;
}
sup{
    vertical-align:text-top;
}
sub{
    vertical-align:text-bottom;
}
input,
textarea,
select,
button{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
legend{
    color:#000;
}
img{
    vertical-align:bottom;
}
body{
    background:#fff;
    color:#000;
    font-family:'メイリオ', 'ＭＳ Ｐゴシック', Arial, sans-serif;
}
@media screen and (max-width: 767px){
    body{
        font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, sans-serif;
    }
}
a,
a:active,
a:link,
a:visited{
    outline:none;
    color:#004fa2;
    text-decoration:none;
}

/* ==============================================================================================
layout
================================================================================================= */
body{
    background:#fff;
    color:#000;
    font-size:87.5%;
}
a{
    transition:all .5s ease;
}
a:hover,
a:focus{
    color:#007cff;
    text-decoration:underline;
}
.header{
    border-top:4px solid #13429c;
}
.contents-inner{
    position:relative;
    width:870px;
    margin:0 auto;
}
.logo{
    margin-top:20px;
    margin-right:110px;
    margin-bottom:44px;
}
.hdg-01{
    margin-bottom:30px;
    font-size:143%;
    font-weight:bold;
}
.close{
    position:absolute;
    top:0;
    right:0;
}
.close img{
    vertical-align:middle;
}
.movie{
    position:relative;
    width:100%;
    margin-bottom:40px;
    background:#000;
}
.text-movie{
    padding-top:20px;
    color:#fff;
    font-size:143%;
}
.text-movie{
    padding-top:20px;
    color:#fff;
    font-size:143%;
}
.explain{
    margin-bottom:15px;
    font-size:115%;
}

.explain .sub{
    padding-left:20px;
    font-size:80%;
}
.img{
    width:100%;
}
.img img{
    max-width:100%;
    width:100%;
}
.info{
    padding: 10px;
}


.grid{
    margin-bottom:15px;
}
.grid[data-col='3']{
    margin-left:-2.17391%;
}
.grid > .grid-col{
    float:left;
    margin-bottom:20px;
}
.grid[data-col='3'] > .grid-col{
    box-sizing:border-box;
    width:31.17021%;
    margin-left:2.12766%;
}

.grid > .grid-col{
    position: relative;
}

.grid-col .img{
    padding:3px;
}

.grid-col.is-current .img{
    background: #13429c;
}

.grid-col.is-current a{
    display: block;
    background: #13429c;
    color:#fff;
}


.grid-col.is-current .text{
    color: #fff;
}


.grid:after{
    display:block;
    visibility:hidden;
    clear:both;
    height:0;
    content:'.';
}


.copyright{
    padding:10px 0;
    border-top:1px solid #ccc;
    color:#666;
    font-family:'ＭＳ Ｐゴシック', Arial, sans-serif;
}
.copyright small{
    font-size:72%;
}

@media screen and (max-width: 970px){
    .contents-inner{
        width:100%;
        margin:0 auto;
    }
    .contents-inner.main{
        box-sizing:border-box;
        width:100%;
        padding:0 10px;
    }
    .logo{
        margin-top:20px;
        margin-bottom:20px;
        padding:0 10px;
    }
    .hdg-01{
        position:relative;
        margin:0 0 25px;
        padding:25px 10px 0;
        border-top:2px solid #eaeaea;
    }
    .hdg-01:before{
        position:absolute;
        top:-3px;
        left:0;
        width:100%;
        height:1px;
        border-top:1px solid #c0c0c0;
        content:' ';
    }
    .close{
        right:10px;
    }
    .movie{
        margin-bottom:20px;
    }
    .text-movie{
        padding-top:15px;
        font-size:129%;
    }
    .copyright{
        padding:10px 10px;
    }
}

@media screen and (max-width: 767px){
    .contents-inner{
        width:100%;
        margin:0 auto;
    }
    .contents-inner.main{
        padding:0;
    }
    .text-movie{
        padding-top:15px;
        font-size:129%;
    }
    .explain{
        margin:0 10px 15px;
    }

    .img{
        display:table-cell;
        margin-right:25px;
        vertical-align:top;
    }
    .img .ico-new{
        width:38px;
        height:38px;
    }
    .info{
        display:table-cell;
        padding-left:15px;
        vertical-align:top;
    }
    .grid{
        display:table;
        box-sizing:border-box;
        width:100%;
    }
    .grid > .grid-col{
        float:none;
        margin-bottom:30px;
    }
    .grid[data-col='3'] > .grid-col{
        box-sizing:border-box;
        width:100%;
        margin-bottom:0;
        padding:10px;
    }
    .grid-col .img{
        float:none;
        width:35.9375%;
        margin-bottom:0;
    }
    .grid > .grid-col:nth-child(even),
    .grid > .grid-col.even{
        background:#ededed;
    }
    .info .text{
        font-size:115%;
        letter-spacing:1px;
        transition:all .5s ease;
    }
    .info .text:hover,
    .info .text:focus{
        opacity:.7;
    }
    .info .text,
    .info .text:active,
    .info .text:link,
    .info .text:visited{
        color:#000;
    }
    .info .text,
    .info .text:active{
        text-decoration:none;
    }
    .copyright{
        padding:10px 10px;
        font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, sans-serif;
        text-align:center;
    }
    .copyright small{
        font-size:86%;
    }
}
/* ==============================================================================================
movie
================================================================================================= */
.movie-inner{
    max-width:900px;
    margin:0 auto;
    background:#000!important;
    text-align:center;
}

.movie .message{
    /*position: absolute;*/
    display: table;
    height: 506px;
    /*vertical-align: middle;*/
    position: relative;
    width: 100%;
}

.movie .message p{
    /*display: block;*/
    display: table-cell;
    background: #fff;
    /*height: 506px;*/
    vertical-align: middle;
    /*position: absolute;*/
    }

@media screen and (max-width: 970px){
    .movie-inner{
        position:relative;
        max-width:100%;
        width:100%;
        max-height:100%;
    }
}
.no-js .movie{
    display:none;
}




/**/




/*ボタン*/

#btn_area{
	margin-bottom: 10px;
	margin-left: 640px;
}

#btn_area a:before {        /*白い丸 */
   display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;        /* CSS3草案 */ 
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 50%;   /* Firefox用 */ 
    background: #fff;
}

#btn_area a:after {        /*「after要素」で三角 */
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;        /*top right bottom を透明化 */
    border-left: 5px solid #58b6b8;

}

#btn_area a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */ 
   border-left: 5px solid #3ab2e9;
}



/* 角丸 */

.Radius { 
    border-radius: 30px;        /* CSS3草案 */ 
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */ 
    -moz-border-radius: 30px;   /* Firefox用 */ 
}

/* ボタン共通 */

.Button,
.Button_2{
	overflow: hidden;
    padding: 0;
	width: 28%;

}

.Button a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #58b6b8;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-decoration:none;

}

.Button_2 a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #1b9bdd;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-decoration:none;

}



.Button a:hover{
    background: #048b8e;        /* マウスオーバーカラー */ 
}
	

.Button_2 a:hover{
    background: #0167d9;        /* マウスオーバーカラー */ 
}
	
@media screen and (max-width: 970px){
	#btn_area{
	margin-bottom: 10px;
	margin-left: 40%;
	}
	
.Button,
.Button_2{
	overflow: hidden;
    padding: 0;
	width: 57%;

	}

	.Button a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #58b6b8;
    color: #fff;
    font-size: 1em;
    line-height: 45px;
    text-decoration:none;

}

	.Button_2 a {
    display: block;
    position: relative;
    z-index: 100;
    text-align:center;
    background: #1b9bdd;
    color: #fff;
    font-size: 1em;
    line-height: 45px;
    text-decoration:none;

}

	
}


/*GA flowsky attention*/
html,body {
	position: relative;
}

#attention .showcase_ttl{
	font-size: 28px;
	
}

.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	background: #000;
	display: none;
}
.layer_board {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	overflow-y: auto;
	margin: 0 auto;
	z-index: 2000;
	max-width:900px;
	width:80%;
	background-color: #fffdf5;
	padding: 3rem 3rem 6rem;
	box-sizing: border-box;
	display: none;
}
.layer_board h1 {
	margin-bottom: 0px;
}
.layer_board .commonparts_box_inner p {
	font-size: 16px;
}
.layer_board .ttl_red {
	color:#ff0000;
	font-size: 20px!important;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.layer_board .box_list.flex {
	width:100%;
	justify-content: space-around;
	margin-bottom: 50px;
}
.layer_board .commonparts_btn-inner {
	width:39.9%;
	text-align: center;
	margin: auto;
}
.layer_board .commonparts_btn-inner a {
	text-decoration: none;
	background: none;
	padding: 1.4rem 10px;
	color:#414141;
	font-size: 16px;
}
.layer_board .commonparts_btn-inner a:hover {
	color:#fff;
}
.layer_board .commonparts_btn-inner a span {
	font-size: 36px;
	transition: none;
}
@media screen and (max-width: 767px) {
	#attention .showcase_ttl{
		font-size: 26px;

	}

	.layer_board .commonparts_btn-inner a {
	text-decoration: none;
	background: none;
	padding: 1.4rem 10px;
	color:#414141;
	font-size: 1em;
}
	
	.layer_board {
		width:90%;
		padding: 3rem 2rem;
		top:5%;
		bottom: 5%;
	}
	.layer_board .box_list.flex {
		margin-left:0;
		margin-bottom: 0;
	}
	.layer_board .commonparts_btn-inner{
		width:100%;
	}

}