@charset "UTF-8";

/* ===================================================================
SmartPhone CSS
ウィンドウ幅[0～640px]の場合に適用
=================================================================== */
@media screen and (max-width: 750px) {

/* ===================================================================
format
=================================================================== */
/*	html
--------------------------------------------------------------------*/
html {
  /* font-size指定をremで設定するための処理　1.6rem = 16px */
  font-size: 62.5%;
}

/*	body
--------------------------------------------------------------------*/
body {
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
  background: url(../images/bg3.gif) repeat;
}

/*	a:link,a:visited,a:hover,a:active
--------------------------------------------------------------------*/
a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  color: #fff;
}

/* ===================================================================
Layout
=================================================================== */
/* ===================================================================
Layout-contents
=================================================================== */
/*	header
--------------------------------------------------------------------*/
#header img {
width: 100px;
height: auto;
}


/*	mainImg
--------------------------------------------------------------------*/
#mainImg {
position: relative;
width: 100%;
height: 400px;
margin: 0 auto 30px auto;
background: url(../images/mainImg.png) no-repeat;
background-size: 135%;
background-position-x: 0;
background-position-y: 46px;
}

#mainImg .copy {
position:absolute;
top: 200px;
left: inherit;
margin:inherit;
text-align: center;
}

#mainImg .copy img {
width: 90%;
height: auto;
}

#mainImg .btn {
text-align: center;
position: absolute;
bottom: 0;
}

#mainImg .btn img {
width: 80%;
}

#mainImg .btn_txt {
display: none;
}

#mainImg .access_c {
display: none;
}

.marquee {
width: 100%;
right: 0;
}

.marquee p {
font-size: 14px;
}

/*	contents
--------------------------------------------------------------------*/
#sec01 {
position:relative;
width: 100%;
height: inherit;
margin: 0 auto;
padding: 30px 15px;
}

#sec01 h2 {
margin-bottom: 30px;
font-size: 19px;
}

#sec01 .text {
position:inherit;
top:inherit;
left:inherit;
width: 100%;
}

#sec01 .text p {
font-size: 16px;
color: #FFFFFF;
}

#sec01 .ojisan {
position:relative;
bottom:inherit;
right:inherit;
width: 100%;
text-align: center;
padding: 100px 0 0 0;
height: inherit;
}

#sec01 .ojisan span {
position: inherit;
left: inherit;
margin-left: 0;
}

#sec01 ul {
    position:absolute;
    list-style: none;
    top: 10px;
    width:inherit;
    height: 410px;
    margin: 0 auto;
    padding: 0;
    animation:none;
}

#sec01 ul li {
    position: absolute;
    width: 130px;
    height: 130px;
    margin: 0;
    padding: 30px 0 0;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    animation:none;
}

#sec01 ul li:nth-child(1) {
    top: -25px;
    left: 180px;
}
#sec01 ul li:nth-child(2) {
    top: 10px;
    left: -5px;
}
#sec01 ul li:nth-child(3) {
    top: 120px;
    right: -15px;
}
#sec01 ul li:nth-child(4) {
    top: 160px;
    left: -15px;
}
#sec01 ul li:nth-child(5) {
    bottom: 20px;
    right: 10px;
}

#sec02 {
width: 100%;
padding: 30px 15px;
}

#sec02 h2 {
font-size: 20px;
}

#sec02 ul {
display:block;
}

#sec02 li {
width: 100%;
margin-bottom: 30px;
}

#sec02 li p:first-child {
text-align: center;
}

#sec02 h3 {
font-size: 30px;
font-weight: normal;
color: #FFFFFF;
text-align: center;
}


#sec03 {
width: 100%;
padding: 30px 0;
}

#sec03 h2 {
margin-bottom: 20px;
font-size: 20px;
font-weight: bold;
text-align: center;
color: #FFFFFF;
}

#sec03 p img {
width: 100%;
height: auto;
}






#sec05 {
width: 100%;
padding: 30px 15px;
}

#sec05 h2 {
margin-bottom: 20px;
font-size: 20px;
}

#sec05 p.subt {
font-size: 18px;}

#sec05 table {
width: 100%;
margin-bottom: 30px;
border: none;
}

#sec05 th {
display: block;
padding: 5px;
font-size: 18px;
font-weight: bold;
color: #FFFFFF;
border: none;
}

#sec05 td {
display: block;
margin-bottom: 15px;
padding: 5px;
color: #FFFFFF;
border: none;
}

#sec05 .cta_btn {
margin-bottom: 40px;
text-align: center;
line-height: 160%;
}

#sec05 .cta_btn a {
padding: 10px 15px;
color: #000;
font-size: 18px;
font-weight: bold;
background: orange;
}





#sec07 {
width: 100%;
padding: 30px 15px;
}

#sec07 p {
padding-bottom: 30px;
line-height: 1.8;
font-size: 16px;
text-align: left;
}



#sec07 ul {
text-align: center;
}

#sec07  li {
display: inline-block;
margin-left: 15px;
list-style-type: none;
}

#sec07  li:first-child {
margin-left: 0;
line-height: 1;
}

#sec07 ul.cta_list {
text-align: left;
margin-bottom: 35px;
}

#sec07 ul.cta_list li {
display: block;
margin: 10px 15px;
line-height: 180%;
}

#sec07 ul.cta_list a {
padding: 10px 0 ;
text-decoration: underline;
color: #1a0dab;
font-size: 18px;
font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

#sec07 ul.cta_list a:hover {
text-decoration: none;
}


/*	sidebar
--------------------------------------------------------------------*/
/*	footer
--------------------------------------------------------------------*/
#footer {
width: 100%;
padding: 15px 0;
background: #FFFFFF;
}

#footer #f_logo {
width: inherit;
margin: 0 auto;
padding: 10px 0;
text-align: center;
}

#footer #f_logo img {
width: 100px;
height: auto;
}

#footer p {
padding-bottom: 10px;
text-align: center;
font-size: 10px;
}

/* ===================================================================
Pagetop
=================================================================== */
.pagetop img {
width: 80px;
}

.pagetop {
  right: 3px;
  bottom: 0;
}

/* ===================================================================
Rollover 背景が白の時用
=================================================================== */
a img {
  opacity: 1;
  transition: .3s ease-in-out;
  backface-visibility: hidden;
}

a:hover img {
  opacity: .7;
  filter: alpha(opacity=30);
}

/* ===================================================================
点滅
=================================================================== */
.blinking{
	-webkit-animation:blink 0.3s ease-in-out infinite alternate;
    -moz-animation:blink 0.3s ease-in-out infinite alternate;
    animation:blink 0.3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
}