@charset "utf-8";
/* CSS Document */

*{
	box-sizing: border-box;
	font-size: 16px;
}

/*大きさの計算*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*iOSフォーム要素の初期化*/
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

body {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%; /*スマホ横向き時のフォントサイズ*/
	text-size-adjust: 100%; /*スマホ横向き時のフォントサイズ*/
	-webkit-font-feature-settings: 'palt';/*文字詰め*/
	font-feature-settings: 'palt';/*文字詰め*/
}

body *{
  box-sizing: inherit; /* box-sizingの値は継承されないので明示的に設定 */
}

/*画像の調整*/
img {
    max-width: 100%;
    height: auto;
	vertical-align: bottom;
	width: 100%;
}

a:hover {
    opacity: 0.8;
}

/*****LPコーディングここから*****/
.lp-content{
	overflow: hidden;
	max-width: 750px;
	margin: 0 auto;
	background: white;
}

.section02, .section04, .section07, .section10 {
	position: relative;	
}

.hp01{
	position: absolute;
    top: 30%;
    left: 155px;  
	
}
.hp01 p a{
	color: #00489d;
	font-size: 32px;
}
.hp01 p{
	color: #000000;
	font-size:30px;
	text-align: center;
}
.hp02{
	position: absolute;
	left:155px;
	top: 95.43%;
}
.hp02 p a{
	color: #00489d;
	font-size: 32px;
}
.hp02 p{
	color: #000000;
	font-size:30px;
	text-align: center;
}


.buttonbox01{
	position: absolute;
	width: 90%;
	left:0;
	right: 0;
	margin: auto;
	top: 42.5%;
}

.buttonbox02{
	position: absolute;
	width: 90%;
	left:0;
	right: 0;
	margin: auto;
	top: 37.5%;
}

.buttonbox03{
	position: absolute;
	width: 90%;
	left:0;
	right: 0;
	margin: auto;
	top: 46%;
}


/* 拡大縮小 */
.cta_style4 {
    display: block;
    -webkit-animation: cta_style8 2.0s infinite ease-in-out;
    animation: cta_style4 1.0s infinite ease-in-out;
}

@keyframes cta_style4 {

    0%,
    100% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.0);
    }
}

.buttontext{
	color: white;
	margin-left: 50px;
	font-size: 22px;
	margin-top: 20px;
}
/***背景を設定したいとき***/
/*背景に色を付ける*/
/*
.content01 {
    background: #fff7f8;
}
*/

/*背景を固定したいとき　例
.content01 {
    background-image: url("img/bg-content02.jpg");
	background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
	background-size: contain;
}*/


/***メールフォーム こちらにメールフォームのコーディングを記述ください***/



/***フッター***/
.footer-section {
    background: white; /*好きな色を設定してください*/
    padding: 2rem;
}



.logo {
    width: 20%;  /*ロゴにあわせて調整してください*/
    margin: 0 auto;
}

	.logo {
    width: 30%;  /*ロゴにあわせて調整してください*/
	margin-bottom: 5px;
	margin-top: 30px
}
	.footer-section {
    padding: 1rem;
	text-align: center;
}
	.footer-menu {
    display: block;
    text-align: center;
	margin-bottom: 10px;
	color: #00489d;
	}
	.footer-menu a{
		color: #000000;
		font-size: 20px;
	}

	.lasttext{
		font-size: 20px;
	}

@media screen and (max-width:750px) {
	.footer-menu {
    display: block;
    text-align: center;
	margin-bottom: 10px;
	color: #000000;
	}
	.footer-menu a{
		color: #000000;
		font-size: 14px;
	}
	.logo {
    width: 30%;  /*ロゴにあわせて調整してください*/
	margin-bottom: 5px;
	margin-top: 15px;
}
	
	.footer-section {
    padding: 1rem;
	text-align: center;
}

.buttontext{
	color: white;
	margin-left: 35px;
	margin-top: 13px;
	font-size: 13px;
}

.hp01{
	position: absolute;
    top: 30%;
    left: 78px;  
	
}
.hp01 p a{
	color: #00489d;
	font-size: 21px;
}
.hp01 p{
	color: #000000;
	font-size:19px;
	text-align: center;
}
.hp02{
	position: absolute;
	left:78px;
	top: 95.43%;
}
.hp02 p a{
	color: #00489d;
	font-size: 21px;
}
.hp02 p{
	color: #000000;
	font-size:19px;
	text-align: center;
}
	
.lasttext{
		font-size: 14px;
	}

}	
