@charset "utf-8";

/* reset --------------------------  */

html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
dfn,
del,
p,
blockquote,
fieldset,
input,
textarea,
select,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
button,
canvas,
video {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
th,
dfn,
del {
    font-weight: normal;
    font-style: normal;
}

ul,
ol {
    list-style: none;
    margin-bottom: 40px;
}

fieldset,
img {
    border: none
}

caption,
th {
    text-align: left
}

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

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    cursor: pointer
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
input[type="search"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input,
button,
textarea {
    line-height: normal;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="hidden"],
[hidden],
.hidden {
    display: none
}

textarea {
    overflow: auto;
    resize: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
.clearfix {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

a > img {
    vertical-align: bottom
}

strong,
.strong,
b {
    font-weight: bold
}

em,
.italic,
i {
    font-style: italic
}

del,
.del {
    text-decoration: line-through
}

:focus {
    outline: none
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
}

/* tools --------------------------  */

body{
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	background: #f6f6f6;
}

.clear {
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
aside:after,
section:after,
article:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.align-left {
    float: left !important
}

.align-right {
    float: right !important
}

.overflow-hidden {
    overflow: hidden;
    display: block;
}

/* common --------------------------  */
a{text-decoration: none; color: #4c5991; font-weight: bold;}
a:hover{text-decoration: underline;}


h1{
	font-weight: bold;
	font-size: 30px;
	background: #4c5991;
	border-bottom: 2px solid #7789d8;
	padding: 10px 10px;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
}
h2{
	font-weight: bold;
	font-size: 42px;
	text-align: center;
	color: #ff375d;
	margin-bottom: 40px;
}
h3{
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
}
p{font-size: 18px;margin-bottom: 10px;}
.text-center{text-align: center;}
.right{display: inline-block;vertical-align: top;width: 80%;}
.left{display: inline-block;vertical-align: top;width: 16%;/* margin-right: 20px; */}
small{display: block;font-size: 14px;margin-bottom: 20px;}

header{background: #e2e2e2; margin-bottom: 80px;}
header img{max-width: 1000px;margin: 0 auto;text-align: center;display: block;width: 100; width: 100%}


.content, .content_inner{ max-width: 1000px; margin: 0 auto;}

section{width: 90%; margin: 0 auto;}

#news{
	text-align: center
}
.news{margin: 0 auto 20px;}

.tokucho ul li{
	/* text-indent: 20px; */
	font-size: 18px;
	line-height: 2;
	/* padding-left: 0px; */
}
.tokucho ul li{
 background: url(images/check.png) no-repeat;
 padding-left: 40px;
 /* padding-right: 8px; */
 margin-bottom: 10px;
}

#iconit{
	border: 7px double #ffd1b0;
	background: #fff;
	padding: 20px;
	margin: 40px auto;
	border-radius: 5px;
	width: 70%;
}

.attention{font-size: 12px;margin: 20px;}

.copy{text-align: center; font-size: 13px; margin: 40px auto;}

#sns {text-align: center;line-height: 3;}
#sns ul{width: 50%; margin: 0 auto;}
#sns ul li{display: inline-block; text-align: center; }
#sns ul li a{display: block; margin: 0 auto; text-align: center;}


#pc_hd{display: block;}
#sp_hd{display: none;}

.sp_mv{display: none;}






@media screen and (max-width: 640px) {
	
	header {
    background: #e2e2e2;
    margin-bottom: 40px;
}

h1{font-size: 24px;}
h2{font-size: 28px;line-height: 1.3;}
h3{font-size: 21px;}
.tokucho ul li{font-size: 14px;}
p{font-size: 16px;}
.right{width: 100%;font-size: 13px;line-height: 1.4;}
.left{width: 100%;text-align: center;}
#pc_hd{display: none;}
#sp_hd{display: block;}

.sp_mv{display: block;}






.box {
	float: left;
}

.desc {
	font-size: 10px;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}


.box3d {
	-webkit-transition: -webkit-transform 3.5s;
	-moz-transition: -moz-transform 3.5s;
	-o-transition: -o-transform 3.5s;
	transition: transform 3.5s;
}

.rot {
	-webkit-animation: rot 4s ease-out 0s 1 normal;
	-moz-animation: rot 4s ease-out 0s 1 normal;
	-o-animation: rot 4s ease-out 0s 1 normal;
	animation: rot 4s ease-out 0s 1 normal;
}

.rot2 {
	-webkit-animation: rot 2s ease-out 0s 1 normal;
	-moz-animation: rot 2s ease-out 0s 1 normal;
	-o-animation: rot 2s ease-out 0s 1 normal;
	animation: rot 2s ease-out 0s 1 normal;
}

@-webkit-keyframes rot {
	from {
		-webkit-transform: rotateY( 0deg );
	}
	to {
		-webkit-transform: rotateY( 360deg );
	}
}

@-moz-keyframes rot {
	from {
		-moz-transform: rotateY( 0deg );
	}
	to {
		-moz-transform: rotateY( 360deg );
	}
}

@-o-keyframes rot {
	from {
		-o-transform: rotateY( 0deg );
	}
	to {
		-o-transform: rotateY( 360deg );
	}
}

@keyframes rot {
	from {
		transform: rotateY( 0deg );
	}
	to {
		transform: rotateY( 360deg );
	}
}


.shrink {
	-webkit-animation: shrink 1s ease 0s 1 alternate;
	-moz-animation: shrink 1s ease 0s 1 alternate;
	-o-animation: shrink 1s ease 0s 1 alternate;
	animation: shrink 1s ease 0s 1 alternate;
}

@-webkit-keyframes shrink {
	from {
		-webkit-transform: scale(0.1);
	}
	to {
		-webkit-transform: scale(1.0);
	}
}


#div_nav2 {
	position: relative;
	width: 100%;
}

#nav2 {
	position: absolute;
	width: 100%;
}

#nav2.fix {
	position: fixed;
	top: 0;
	max-width: 100vw;
}
