

* {
  margin: 0;
  padding: 0;
}
html{
	scroll-behavior: smooth;
	margin:0px;
	padding:0px;
	scroll-padding-top:70px; /** 固定ヘッダの高さに合わせる **/
}
body{
	background:#fff;
	text-align:center;
	color:#000;
	font-size: 14px;
	line-height:1.5;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
img{
	border-style:none;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

a {
cursor:pointer;
color:#333;
text-decoration:none;
}
a:hover, a:focus {
text-decoration: none;
color:#ddd;
}

li{list-style:none;}



.box_in{
	width: 90%;
	padding: 30px 0 30px 0;
	margin: 0px auto;
	text-align: left;
}
.box_in_x{
  	width:100%;
	padding: 30px 0 30px 0;
	margin: 0px auto;
	text-align: left;
}


/* ---title(low用)----*/
.title_text_c{
	margin: 0px auto;
	text-align:center;
}
.title_text_c h2{
font-size: 26px;
font-weight: 500;
letter-spacing: 3px;
margin: 0px auto;
text-align:center;
}



/* ---Header----*/

#header {
	background-color:#fff;
	position:fixed;
	z-index:999;
	overflow:hidden;
	width: 100%;
	height:70px;
	box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.05);
}

.header_top{
display: flex;
justify-content: space-between;
align-items: center;
text-align:left;
}

.header_top_low{
width:100%;
margin: 0px auto 0px auto;
}

.h_logo_low{
width:100%; 
height:70px;
margin:0px 0px 0px 0px;
}
.h_logo_low a{
height:70px;
margin:0px auto;

}
.h_logo_low img{
display:inline;
height:50px;
margin:10px auto 0 auto;
}

.h_logo{
width:100%; 
height:70px;
margin:0px 0px 0px 10px;
}
.h_logo a{
display:inline-block;
height:70px;
margin:0px;

}
.h_logo img{
display:inline;
height:50px;
margin:10px auto 0 auto;
}


/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #e94638;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}
/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 70px;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #ffe114;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
width: 86%;
margin:20px auto;
list-style: none;
}

.nav_list li{
border-bottom:1px solid #ff6f00;
color:#fff;
font-size:16px;
font-weight: 600;
text-align:left;
margin:0 0 0px 0;

letter-spacing:3px;
}
.nav_list li:last-child{border-bottom:none;}
.nav_list li a{color:#000;display: block;padding:15px 0 15px 0;}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}


.h_links02{
width: 86%;
margin: 0 auto;
}
.h_links02 a{
display: block;
width: 100%;
margin:10px auto 0px auto;
padding:15px;
background-color: #e94638;
border-radius: 20px;
border: 5px solid #000;
box-sizing: border-box;
text-align: center;
}

.h_links02_in01{
width: 100%;
margin: 0 auto;
}
.h_links02_in01 p{
text-align: center;
font-size:16px;
line-height:1;
margin:0px auto;
color:#fff;
font-weight:600;
letter-spacing:0px;
}
.h_links02_in01 p span{font-size:12px;}

.h_links02_in02{
margin:10px auto 0px auto;
}
.h_links02_in02 p{
display: inline-block;
font-size:26px;
line-height:26px;
margin:0px auto;
color:#fff;
font-family: 'Century Gothic',sans-serif;
font-weight:600;
letter-spacing:1px;
}

.h_links02_in02 img{
display: inline-block;
width:35px;
margin:0px 10px 0px 0px;
}



.s-fade-wrap{
background-image: url(../images/mv_bg.png);
background-position:bottom center;
background-repeat: no-repeat;
background-size:130%;
width:100%;
margin:0px 0 0 0;
padding:70px 0 0 0;
}

.s-fade-wrap_in{
width:96%;
margin:0px auto 0 auto;
padding: 5% 0;
}
.mv_view_box01{
width:100%;
margin:0;
display: flex;
align-items: center;
padding:0 0 0 0;
}

.mv_view01{width:100%;}
.mv_view01 img{width:100%;}


.mv_none{
padding:70px 0 0 0;
}

.bg_278fcf{background-color: #278fcf;}
.bg_ffe114{background-color: #ffe114;}
.bg_ec7a9b{background-color: #ec7a9b;}
.bg_51b870{background-color: #51b870;}
.bg_stripe{background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 15px, #fff 15px, #fff 35px);}

.text_big{font-size: 20px;}
.text_small{font-size:14px;}
.text_c_b{color:#278fcf;}
.text_c_g{color:#349d53;}
.text_c_r{color:red;}


/* ---cv_box---*/
.cv_box{
width:100%;
background-image: url(../images/cv_bg.png);
background-position:top center;
background-repeat: no-repeat;
background-size: cover;
background-color: #ffe114;
padding: 0 0 30px 0;
}
.cv_box_top_icon{
width:10%;
margin: 0 auto;
}
.cv_box_top_icon img{
width:100%;
margin: 0 auto;
}

.title_text_cv{
width:100%;
margin:20px auto;
text-align: center;
}
.title_text_cv img{
max-height:30px;
margin:0px auto;
}


.cv_box_in{
width:90%;
padding:0px;
margin:0px auto 0 auto;
}

.cv_box_reed p{
font-size: 14px;
font-weight:600;
line-height:1.7;
letter-spacing:1px;
text-align:left;
}

.cv_box_tel{
margin:30px auto 0 auto;
position: relative;
}

.cv_box_tel_view{
max-width: 60px;
width:18%;
position: absolute;
top:30px;
left:-20px;
}
.cv_box_tel_view img{width:100%;}


@media screen and (max-width:600px){
.cv_box_tel_view{
max-width: 60px;
width:15%;
position: absolute;
top:-10px;
left:-10px;
}
.cv_box_tel_view img{width:100%;}
}


.cv_box_tel_c{
margin: 0 auto;
text-align: center;
}

.cv_box_tel_c_title{
margin: 0 auto;
}
.cv_box_tel_c_title img{
width: 30px;
margin: 0 5px 0 0 ;
display: inline-block;
vertical-align: middle;
}
.cv_box_tel_c_title p{
font-size: 18px;
font-weight:700;
line-height:1.7;
letter-spacing:1px;
text-align:left;
display: inline-block;
vertical-align: middle;
}

.cv_box_tel_btn a{
display: block;
width: 100%;
margin:10px auto 0px auto;
padding:15px;
background-color: #e94638;
border-radius: 20px;
border: 5px solid #000;
box-sizing: border-box;
}

.cv_box_tel_btn_in01{
width: 100%;
margin: 0 auto;
}
.cv_box_tel_btn_in01 p{
text-align: center;
font-size:16px;
line-height:1;
margin:0px auto;
color:#fff;
font-weight:600;
letter-spacing:0px;
}
.cv_box_tel_btn_in01 p span{font-size:12px;}

.cv_box_tel_btn_in02{

margin:10px auto 0px auto;
}
.cv_box_tel_btn_in02 p{
display: inline-block;
font-size:26px;
line-height:26px;
margin:0px auto;
color:#fff;
font-family: 'Century Gothic',sans-serif;
font-weight:600;
letter-spacing:1px;
}

.cv_box_tel_btn_in02 img{
display: inline-block;
width:35px;
margin:0px 10px 0px 10px;
}


.cv_box_mail_line{
margin:0px 0;
}

.cv_box_mail_btn{
width:100%;
margin:10px 0;
}
.cv_box_mail_btn a{
box-sizing: border-box;
padding:13px 15px;
background-color: #278fcf;
border-radius: 20px;
border:5px solid #000;
display: block;
}

.cv_box_mail_btn a p{
text-align: center;
font-size: 16px;
letter-spacing: 2px;
color: #fff;
font-weight: 600;
}
.cv_box_mail_btn a div img{
width:40px;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: middle;
}
.cv_box_mail_btn a div span{
text-align: center;
font-size:20px;
line-height: 20px;
letter-spacing: 2px;
color: #fff;
font-weight: 600;
vertical-align: middle;
}



.cv_box_line_btn{
width:100%;
}
.cv_box_line_btn a{
box-sizing: border-box;
padding:13px 15px;
background-color: #51b870;
border-radius: 20px;
border:5px solid #000;
display: block;
}
.cv_box_line_btn a:hover{
background-color: #148a37;
}
.cv_box_line_btn a p{
text-align: center;
font-size: 16px;
letter-spacing: 2px;
color: #fff;
font-weight: 600;
}
.cv_box_line_btn a div img{
width:40px;
display: inline-block;
margin: 0 10px 0 0;
vertical-align: middle;
}
.cv_box_line_btn a div span{
text-align: center;
font-size:20px;
line-height: 20px;
letter-spacing: 2px;
color: #fff;
font-weight: 600;
vertical-align: middle;
}

/* ---t_one---*/

.title_text_one{
width:100%;
margin:0px auto;
text-align: center;
}
.title_text_one img{
max-height:40px;
margin:0px auto;
}

.t_one_top_icon{
width:45px;
margin:-30px auto 20px auto;
}
.t_one_top_icon img{
width:100%;
margin:0 auto 0 auto;
}
.t_one{
padding:20px;
margin:-20px auto 0 auto;
text-align: center;
border:7px solid #278ece;
border-radius: 20px;
box-sizing: border-box;
background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 15px, #fff 15px, #fff 35px);
}

.t_one_view{
width: 26%;
margin:0px auto;
}
.t_one_view img{
width:100%;
margin:10px 0 0 0;
}

.t_one_text{width:100%;}

.t_one_text p{
margin:0px 0 0px 0;
font-size:16px;
font-weight:600;
line-height:1.7;
letter-spacing:1px;
text-align:left;
text-shadow:
-3px -3px 0 #fff,
0px -3px 0 #fff,
3px -3px 0 #fff,
-3px 0px 0 #fff,
3px 0px 0 #fff,
-3px 3px 0 #fff,
0px 3px 0 #fff,
3px 3px 0 #fff;
}



/* ---t_two---*/
.title_text_two{
width:100%;
margin:-40px auto 0 auto;
text-align: center;
}
.title_text_two img{
width:100%;
margin:0px 0px 0px 0px ;
}

.t_two{
padding:0px 0px 0px 0px;
margin:0 auto;
}

.t_two ul{}
.t_two ul li{
display: flex;
align-items:center;
margin: 15px 0 0 0;
}
.t_two ul li img{width:30px;margin: 0 10px 0 0;}
.t_two ul li p{
font-size:16px;
font-weight:700;
line-height:1.5;
letter-spacing:1px;
text-align:left;
background-color: #fff;
display: inline-block;
padding: 0 5px 0 5px;
}
.t_two ul li p span{
color:red;
}



/* ---t_three---*/
.title_text_three{
width:100%;
margin:0px auto;
text-align: center;
position: relative;
z-index: 11;
}
.title_text_three img{
max-height:40px;
margin:0px auto;
}

.t_three01{
padding:20px;
margin:-20px auto 20px auto;
text-align: center;
border:7px solid #51b870;
border-radius: 20px;
box-sizing: border-box;
background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 15px, #fff 15px, #fff 35px);
position: relative;
z-index: 10;
}

.t_three01_view{
position: absolute;
width:20%;
top:-2.5%;
right:5%;
}
.t_three01_view img{
width:100%;
margin:0px 0 0px 0px;
}

@media screen and (max-width:600px){
.t_three01_view{
position: absolute;
width:30%;
top:2.5%;
right:5%;
}
.t_three01_view img{
width:100%;
margin:0px 0 0px 0px;
}
}

.t_three01_text{width:100%;}

.t_three01_text div{
display: flex;
align-items:center;
flex-flow: wrap;
margin:10px 25% 0 0;
}

@media screen and (max-width:600px){
.t_three01_text div{
display: flex;
align-items:center;
flex-flow: wrap;
margin:10px 35% 0 0;
}
}
.t_three01_text div img{height:30px; margin:0px 10px 10px 0;}

.t_three01_text p{
margin:0px 0 0px 0;
font-size: 18px;
font-weight:600;
line-height:1.7;
letter-spacing:1px;
text-align:left;
text-shadow:
-3px -3px 0 #fff,
0px -3px 0 #fff,
3px -3px 0 #fff,
-3px 0px 0 #fff,
3px 0px 0 #fff,
-3px 3px 0 #fff,
0px 3px 0 #fff,
3px 3px 0 #fff;
}

.t_three01_text ul li{
text-align: left;
font-size: 12px;
line-height: 1.7;
background-color: #fff;
padding:15px;
border-radius:15px;
border: 3px solid #000;
margin:15px 0 0 0;
}
.t_three01_text ul li h3{
text-align: left;
font-size: 16px;
margin:0px 0 3px 0;
}


.t_three02{
padding:5%;
margin:-20px auto 20px auto;
text-align: center;
border:7px solid #ffe114;
border-radius: 20px;
box-sizing: border-box;
background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 15px, #fff 15px, #fff 35px);
position: relative;
z-index: 10;
}

.t_three02_view div img{
width:100%;
margin:20px auto;
}

.t_three03{
padding:5%;
margin:-20px auto 0px auto;
text-align: center;
border:7px solid #278fcf;
border-radius: 20px;
box-sizing: border-box;
background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 15px, #fff 15px, #fff 35px);
position: relative;
z-index: 10;
}

.t_three03_icon{
position: absolute;
max-width:70px;
width:12%;
top:-30px;
left:-20px;
}
.t_three03_icon img{width:100%;}

.t_three03_view div img{
width:100%;
margin:0px auto;
}


/* ---t_four---*/
.title_text_four{
width:100%;
margin:-40px auto 0 auto;
text-align: center;
}
.title_text_four img{
width:80%;
margin:0px auto;
}

.t_four{
margin:0px auto 0px auto;
}

.t_four_in{
max-width:1000px;
margin:20px 0 0px 0;
}
.t_four_in img{width: 100%;}

/* ---t_five---*/


.title_text_five01{
width:100%;
margin:-40px auto 0 auto;
text-align: center;
}
.title_text_five01 img{
width:80%;
margin:0px auto;
}
.t_five{
	padding:10px 0px 0px 0px;
	margin:0 auto;
	list-style:none;
}
.t_five dl+dl {
    margin-top:10px;
}

.t_five 
dt,
dd {
    padding: 10px;
	display: flex;
	align-items: center;
}

.t_five dt img{width:25px;margin: 0 10px 0 0;}
.t_five dd img{width:25px;margin: 0 10px 0 0;}



.t_five dl {
    position: relative;
    overflow: hidden;
}

.t_five dl>input {
    display: none;
}

.t_five dt {
    position: relative;
    z-index: 1;
    padding-right:30px;
    background: #ffe114;
	color:#000;
	font-size: 14px;
	font-weight:500;
	letter-spacing:1px;
}

.t_five dd {
    position: absolute;
    visibility: hidden;
    transform: translateY(-100%);
    transition: .4s;
    background: #ffffff;
	font-size: 14px;
	font-weight:500;
	letter-spacing:1px;
}

.t_five dl>input:checked+label+dd {
    position: relative;
    visibility: visible;
    transform: translateY(0);
}

.t_five dt::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    right:15px;
    background: #000;
    transform: translateY(-50%);
}

.t_five dt::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 3px;
    background: #000;
    transition: .4s;
    transform: translateY(-50%) rotate(90deg);
}

.t_five dl>input:checked+label>dt::after {
    transform: translateY(-50%) rotate(180deg);
}


/* ---t_six---*/
.box_t_six{
width:100%;
background-image: url(../images/t_six_bg.png);
background-position:top center;
background-repeat: no-repeat;
background-size:100%;
padding: 0 0 0 0;
}
.title_text_six01{
width:100%;
margin:-40px auto 0 auto;
text-align: center;
}
.title_text_six01 img{
width:100%;
margin:0px auto;
}
.t_six01{
padding:0px 0px 0px 0px;
margin:0px auto;
}

.t_six01_in01{
display: flex;
align-items:center;
justify-content: space-between;
margin:15px auto;
}
.t_six01_in01 div{width: 32%;}
.t_six01_in01 div img{width:100%;}

.t_six01_in02{
display: flex;
align-items:center;
justify-content: space-between;
margin:15px auto;
}
.t_six01_in02 div{width:48.5%;}
.t_six01_in02 div img{width:100%;}


.title_text_six02{
width:100%;
margin:30px auto 0px auto;
text-align: center;
}
.title_text_six02 img{
max-height:40px;
margin:0px auto;
}

.t_six02{
padding:20px;
margin:-20px auto 0px auto;
text-align: center;
border:7px solid #278fcf;
border-radius: 20px;
box-sizing: border-box;
background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 15px, #fff 15px, #fff 35px);
display: flex;
align-items: center;
justify-content: space-between;
}
.t_six02_in{
width:48.5%;
}

@media screen and (max-width:600px){
.t_six02{
padding:20px;
margin:-20px auto 0px auto;
text-align: center;
border:7px solid #278fcf;
border-radius: 20px;
box-sizing: border-box;
background: repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 15px, #fff 15px, #fff 35px);
display:block;
}
.t_six02_in{
width:100%;
}
}


.t_six02_in li{
background-color: #ffe113;
display: flex;
align-items:center;
justify-content: space-between;
padding:10px;
margin: 10px 0 0 0;
}

.t_six02_in li h3{
font-size:14px;
line-height:14px;
text-align: left;
font-weight:700;
display: inline;
vertical-align:middle;
}
.t_six02_in li h3 img{
width: 15px;
display: inline;
vertical-align:middle;
margin: 0 5px 0 0;
}
.t_six02_in li h3 span{
font-size:12px;
line-height:12px;
text-align: left;
}
.t_six02_in li p{
font-size:14px;
line-height: 14px;
text-align: left;
font-weight:700;
}

/* ---seven---*/
.title_text_seven01{
width:100%;
margin:-20px auto 0 auto;
text-align: center;
}
.title_text_seven01 img{
width:100%;
margin:0px auto;
}
.t_seven01{
padding:0px 0px 0px 0px;
margin:0px auto;
position: relative;
}

.t_seven01_lite01{
position: absolute;
width:12%;
top:0px;
right:-15px;

}
.t_seven01_lite02{
position: absolute;
width:12%;
bottom:50px;
left:-15px;
}

.t_seven01_in{
display: flex;
align-items:center;
justify-content: space-between;
flex-wrap: wrap;
}
.t_seven01_in li{
width: 48.5%;
margin:15px 0 0 0;
}

.t_seven01_in li img{width:100%;}


/* ---t_eight---*/

.title_text_eight01{
width:100%;
margin:-40px auto 0 auto;
text-align: center;
}
.title_text_eight01 img{
width:90%;
margin:0px auto;
}
.t_eight01{
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
}


.t_eight01_in{
background-color: #fff;
border-radius: 20px;
border: 7px solid #ffe114;
overflow: hidden;
margin:20px 0 0 0 ;
display: flex;
align-items: center;
justify-content: space-between;
padding:5%;
}

.t_eight01_in_view{
width:30%;
padding:0 0 0 0;
margin:0px;
border-radius: 15px;
overflow: hidden;
}
.t_eight01_in_view img{
width: 100%;
}
.t_eight01_in_text{
width:65%;
box-sizing: border-box;
}
.t_eight01_in_text h3{
font-size:20px;
line-height:1.7;
text-align:left;
margin:0px 0 10px 0 ;
}
.t_eight01_in_text p{
font-size:16px;
line-height:1.7;
text-align: left;
}

@media screen and (max-width:600px){
.t_eight01_in{
background-color: #fff;
border-radius: 20px;
border: 7px solid #ffe114;
overflow: hidden;
margin:20px 0 0 0 ;
display: block;
padding:0;
}

.t_eight01_in_view{
width:60%;
max-width: 250px;
border-radius: 15px;
overflow: hidden;
margin:20px auto 0 auto ;
}
.t_eight01_in_view img{
width: 100%;
}
.t_eight01_in_text{
width:100%;
padding:5%;
box-sizing: border-box;
}
.t_eight01_in_text h3{
font-size:20px;
line-height:1.7;
text-align:center;
margin:0px 0 10px 0 ;
}
.t_eight01_in_text p{
font-size:16px;
line-height:1.7;
text-align: left;
}
}


/* ---t_nine---*/

.title_text_nine01{
width:100%;
margin:-40px auto 0 auto;
text-align: center;
}
.title_text_nine01 img{
width:80%;
margin:0px auto;
}
.t_nine01{
max-width:1200px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;

}

.t_nine01_in{
width:100%;
background-color: #fff;
border-radius: 20px;
border:7px solid #ec7a9b;
box-sizing: border-box;
margin:30px 0 0 0;
}

.t_nine_icon{
color:#fff;
background-color: #ec7a9b;
text-align: center;
padding: 0 0 15px 0;
}

.t_nine_icon div{
padding: 0px 0 0 0;
}
.t_nine_icon div img{
display: inline-block;
border-radius:100px;
border:7px solid #ec7a9b;
width:60px;
margin:-30px auto 0 auto;
}

.t_nine_icon p{
font-size: 14px;
letter-spacing: 2px;
margin: -5px 0 0px 0;
}

.t_nine_text{
padding:5%;
}
.t_nine_text h3{
text-align:left;
font-size:20px;
line-height: 1.5;
letter-spacing:1px;
color:#278fcf;
margin: 0px 0 10px 0;
}

.t_nine_text p{
font-size: 16px;
line-height: 1.7;
letter-spacing:1px;
}


/* ---form---*/


.title_text_form{
width:100%;
margin:0px auto 0 auto;
text-align: center;
}
.title_text_form img{
max-height:40px;
margin:0px auto;
}

.form_top_text{
padding:20px 0px 20px 0px;
text-align:left;
font-size:14px;
letter-spacing:1px;
}


.form_box{
border:7px solid #51b870;
border-radius: 20px;
box-sizing: border-box;
margin:0 auto;
padding:5%;
}
.form_box table {
width: 100%;
border-collapse:collapse;
border-spacing:0;
}
.form_box th {
font-size:15px;
font-weight:600;
width:100%;
padding:15px 0 0 0;
text-align: left;
display: block;
vertical-align: middle;
}
.form_box th span{
background-color: red;
color:#fff;
font-size:11px;
border-radius:3px;
line-height:11px;
padding:4px 7px;
display: inline-block;
margin:0 0 0 10px;
vertical-align: middle;
}
.form_box td  {
padding:10px 0 15px 0;
text-align: left;
display: block;
vertical-align:top;
border-bottom: 2px solid #51b870;
}
 
.form_box td p{
padding:10px 0px 5px 0px;
margin:0px 0 0 0px;
}
.form_box p span{color:red;font-size:12px;}


/* ---service---*/
.service{
width:100%;
margin:0px auto;
}

.service li{
border-bottom: 1px solid #5aaf00;
padding:30px 0;
}
.service li:last-child{
border-bottom: none;
}
.service_box_left{width:30%;margin:0 auto;}
.service_box_left img{width:100%;}
.service_box_right{width:100%;}
.service_box_right h3{
letter-spacing:1.5px;
font-size:20px;
font-weight:600;
padding:0 0 10px 0;
text-align: center;
color:#5aaf00;
}
.service_box_right p{
letter-spacing:1.5px;
font-size:14px;
font-weight:400;
}


/* ---company---*/

.company{
width:100%;
margin:0 auto;
padding:15px 0px 0px 0px;
}

.company li{
border-bottom: 1px solid #ccc;
padding:20px 0;
}
.company li:last-child{
border-bottom: none;
}
.company h3{width:100%;padding:0 0 10px 0;}
.company p{

}


/* ---pp---*/
.pp{
width:100%;
margin:0 auto;
padding:20px 0px 55px 0px;
}
.pp h3{padding:30px 0 10px 0;}
.pp p{}


/* ---footer---*/

.footer{
width:100%;
background-color: #ffe114;
text-align:center;
padding:30px 0 30px 0;
overflow: hidden;
}
.f_logo{
width:50%;
margin: 0 auto 0px auto;
}
.f_logo img{
width:100%;
}
.footer_in{
margin:0 auto;
}


.f_copy{
width:100%;
margin:0px auto;
text-align:center;
padding:0px 0 0px 0;
}
.f_copy_in{
	width:100%;
	margin:0 auto;
}
.copy{
letter-spacing:1px;
text-align:center;
font-size:12px;
font-weight:500;
color:#181818;
margin:5px auto 0px auto;
}

    #pageTop {
	position:fixed;
	bottom:10px;
	right:10px;
	width:35px;	
	border:3px solid #000;
	border-radius:10px;
	margin:0px auto 0px auto;
	overflow: hidden;
	z-index:10;
    }
    #pageTop a img {
	width:100%;
	margin:0px auto 0px auto;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
    }
    #pageTop a img:hover {
      opacity: 0.7;
    }



.sp-none{
display:none !important;
}
.pc-br{
display:none !important;
}
.link_pc{
display:none !important;
}
.contact_btn02{
display:none !important;
}

.mt80{margin-top:80px;}




/* ---login---*/

.login_box {
width: 100%;
margin: 30px auto 30px auto;
}
.login_box table{
width: 100%;
}
.login_box th{
	padding: 0 0px 5px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.login_box th span{color:red;font-size:12px;}
.login_box td{
	padding: 0 0px 20px 0px; 
    display: block;
    border: none;
	text-align:left;
    }
.login_box p{display:inline;padding:0px 0px 0px 0px;}

.login_forget_pass a{
text-decoration: underline;
}

/* ---register---*/

.register_box {
width: 100%;
margin: 30px auto 30px auto;
}
.register_box table{
width: 100%;
}
.register_box th{
	padding: 0 0px 5px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.register_box th span{color:red;font-size:12px;}
.register_box td{
	padding: 0 0px 20px 0px; 
    display: block;
    border: none;
	text-align:left;
    }
.register_box p{display:inline;padding:0px 0px 0px 0px;}

.policy_tit{
font-weight:bold;
padding:0px 0px 5px 0px;
}
.form_policy_box{
border: 1px solid #ccc;
width: 100%;
height: 200px;
padding: 25px;
box-sizing: border-box;
overflow-x:scroll;
}

.privacy_block{
padding:0px 0px 15px 0px;
}

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


/* ---contact---*/

.contact_box {
width: 100%;
margin: 20px auto 0px auto;
}
.contact_box table{
width: 100%;
}
.contact_box th{
	padding: 15px 0px 0px 0px; 
    display: block;
    border: none;
	text-align:left;
	color:#333;
	font-weight:bold;
    }
.contact_box th span{color:red;font-size:12px;}
.contact_box td{
	padding: 5px 0px 20px 0px; 
    display: block;
    border: none;
	text-align:left;
	border-bottom:1px solid #dddddd;
    }
.contact_box p{padding:0px 0px 20px 0px;}

.form_01{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}
.form_02{
width: 96%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}
.form_03{
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
width: 96%;
height:200px;
resize: vertical;
}
.form_04{
width: 46%;
padding:10px 2% 10px 2%;
font-size:14px;
border:solid 1px #ccc;
margin:0 auto;
}
input.btn_f1{
	font-weight:bold;
	letter-spacing:5px;
	font-size:16px;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding:15px 0px 15px 0px;
	margin: 20px auto 0px auto;
	border-radius:10px;
	background-color:#e94638;
	border:none;
	box-sizing: border-box;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}

input.btn_f2{
	font-weight:bold;
	letter-spacing:5px;
	font-size:16px;
	color:#555;
	width: 100%;
	text-align: center;
	display: block;
	padding:15px 0px 15px 0px;
	margin: 20px auto 0px auto;
	border-radius:10px;
	background-color:#dddddd;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-bottom: 3px solid #ccc;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}


.btn_f3{
	font-weight:bold;
	letter-spacing:5px;
	font-size:16px;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
	padding:20px 0px 20px 0px;
	margin: 20px auto 0px auto;
	border-radius:10px;
	background-color:#5aaf00;
	border:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	 -o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	cursor:pointer ; 
	}



/* ---コンテンツ表示アニメーション---*/
.animate {
  opacity: 0;
  transition: opacity 0.8s ease 0.2s, transform 0.8s ease 0.2s; /* 0.5秒の遅延 */
  will-change: opacity, transform;
}

.fade-in-from-bottom {
  transform: translateY(30px); /* 下から */
}

.fade-in-from-top {
  transform: translateY(-30px); /* 上から */
}

.fade-in-from-left {
  transform: translateX(-15px); /* 左から */
}

.fade-in-from-right {
  transform: translateX(15px); /* 右から */
}

.animate.visible {
  opacity: 1;
  transform: translateY(0) translateX(0); /* 元の位置に */
}



.error_box{
  display: none;
  width: 90%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  /*border: 2px solid red;*/
  background:#efefef;
  font-size: 14px;
  color: red;
}
.error_box2{
  display: none;
  width: 80%;
  padding: 15px;
  text-align: left;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid red;
  font-size: 14px;
  color: red;
}