﻿

/* ◆ common ◇ ------------------------------*/
button,input,
select,textarea {
	background-color : transparent;
	border-style     : none;
}

img {
	max-width: 100%;
	vertical-align : middle;
	border-style   : none;
}
h1, h2, h3, h4 {font-family: 'Kosugi Maru', sans-serif;}
h1 {font-weight: bold;}
dl,dt,dd,ul,li {margin: 0;}
dt {font-weight: normal;}
/* スマホスクロールバグ回避 */
body {
	-webkit-font-smoothing  : antialiased;
	-moz-osx-font-smoothing : grayscale;
}
li {list-style : none;}
.bld {font-weight: bold;}
.red {color: red;}


.pcv{ display: block;}
.spv{ display: none;}
/* --------------------------------------------------- ▽ */
/*   styles
/* --------------------------------------------------- ▽ */
body {
	background: #fff;
	width: 100%;
	font-family:'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 16px;
	line-height: 1.7;
}

/*FV*/
.headerline{
  width: 100%;
  height: auto;
  padding: 1% 0;
  text-align: center;
  background-color: #04306a;
}

.fvconte{
  width: 100%;
  background: url(../image/25fv_bg.png) top center no-repeat;
  background-size: cover;
  text-align: center;
}
.fvconte img {
    margin: 0 auto;
}
.fvconte .fvinner{
  max-width: 1326px;
  margin: 0 auto;
  position: relative;
}
@keyframes blinking {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.innerflash {
  position: absolute;
  top: 12%;
  left: 3%;
  animation: blinking 1s ease-in-out infinite alternate;
}
.innerflash img{
  width: 100%;
}

/*cv*/
.cv{
  width: 100%;
  background: url(../image/25fv_cvbg.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}
.cvpoint{
  position: absolute;
  left: 0;
  right: 0;
  top:-28px;
  margin: 0 auto;
}
.cvtextimg {
	margin: 30px auto 10px;
}
.adress {
	width: 672px;
	margin: 0 auto;
}
.checkbox{
  color: #fff;
  padding-bottom: 50px;
}
.check,.atentiontext {
    width: 674px;
    margin: 0 auto;
		text-align: left;
}
label {
    display: block;
}
label a {
	 color: #0075ff;
}
form.myForm input[type="text"] {
    width : 100%;
    display : inline-block;
    padding: 10px;
    vertical-align: top;

    border: 1.4px solid #bfbfbf;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

		background: #fff;
    margin-bottom: 20px;
}

form.myForm input[type=checkbox] {
    width: 1.3em;
    height: 1.3em;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0;
    cursor: pointer;
    clear: left;
    float: left;
    margin: 0px 6px 7px 2px;
		border-radius: 3px;
}

/*content*/
.c01 {
	width: 100%;
	background: url(../image/25c01bg.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
}
.c01img1 {
	margin-top: 80px;
}
.c01img2 {
	margin-top: 324px;
	margin-bottom: 50px;
}
.mainconte {
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}

.jiseki {
	width: 90%;
	max-width: 1000px;
	height: 500px;
	text-align: center;
	margin: 0 auto;
}
.c01img3 {
	margin: 70px 0 ;
}
.c02 {
	width: 100%;
	background: url(../image/25c03bg.jpg) top center no-repeat;
	background-size: cover;
	text-align: center;
}
.c04 {
	width: 100%;
	background: url(../image/25c05bg_01.png) top center no-repeat;
	background-size: cover;
	text-align: center;
}


/*footer*/
footer {
	width: 100%;
	color: #fff;
	background-color: #333;
	padding: 100px;
}
.footer_text {
	max-width: 1000px;
	text-align: left;
	margin: 0 auto 20px;
}
#info {
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
}
#info ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#info ul li {
	 display: inline;
	 margin: 0 10px 0 0;
	 padding: 0 10px 0 0;
	 border-right: solid 1px #000;
}
#info ul li:last-child {
    margin: 0;
    padding: 0;
    border-right: none;
}
@media screen and (max-width: 1200px) {
  .innerflash img {
    width: 50vw;
  }
}
@media screen and (max-width:767px){
	.pcv{ display: none;}
	.spv{ display: block;;}

	.headerline {
    height: auto;
}
  .headerline img {
    width: 50vw;
}
.innerflash {
  width: 90%;
  position: absolute;
  top: 3%;
  left: 5%;
}
  .innerflash img {
    width: 100%;
  }
	img.cvpoint {
    width: 70%;
    top: -2vh;
}
.check,.adress,input#btn1,.atentiontext {
    width: 90%;
		font-size: 86%;
}
img.c01img1 {
    margin-top: 10vw;
}

img.c01img2 {
    margin-top: 28vw;
    margin-bottom: 8vw;
}

img.c01img3 {
    margin: 5vw 0;
}
footer {
    padding: 7%;
    font-size: 86%;
}

section#info {
    font-size: 86%;
}
}
