﻿@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(font-awesome.min.css);
@import url(all.min.css);


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

i{
	font-family: Font Awesome\ 5 Free;
	font-style:normal;
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/
:root {
  --min-width: 1300px;
  /*--base-width: 1300px;*/
}


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {
    
.sp_box {
	display: none !important;
}

body {
	font-size: 18px;
    /*font-size: 16px;*/
	line-height: 1.76;
	margin: 0;
    padding: 0;
	/*background: #F6E2FF;*/
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;

}

main {
    position: relative;
	min-width: var(--min-width);
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    /*min-width: var(--min-width);*/
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background: #EEE;*/
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	/*background: #DDD;*/
}

.row {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}

.row96 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;
	height: auto;*/
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    /*line-height: 1.2;*/
    position: relative;
    margin: 0;
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {

}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    width: 100vw;
    min-width: 1300px;
    height: 76px;
    background-color: #fff;
    border-top: 8px solid #007ddb;
    border-bottom: 1px solid #007ddb;
    z-index: 999;
    box-sizing: border-box;
}
.h_logo{
    height: 44px;
    width: auto;
}
.h_menu{
    display: flex;
    margin-right: 30px;
    height: 100%;
}
.h_menu_list{
    position: relative;
    margin-left: 48px;
    font-size: 18px;
    transition: .3s all ease;
    height: 100%;
}
.h_menu_list:hover{
    opacity: 0.8;
}
.h_menu_list a{
    display: flex;
    align-items: center;
    height: 100%;
}
.dot{
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007ddb;
}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 1300px;
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #007ddb;
}
.f_logo{
    width: auto;
    height: 44px;
}
.f_wrapper{
    margin-top: 50px;
    text-align: center;
    color: #fff;
}
.copyright{
    font-size: 14px;
    margin-top: 90px;
    color: #fff;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top{
    position: fixed;
    right: 32px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    z-index: 999;
    transition: .3s all ease;
    opacity: 0;
}
.page_top::before{
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    display: block;
    width: 28px;
    height: 28px;
    border-top: 8px solid #fff;
    border-left: 8px solid #fff;
    box-sizing: border-box;
    transform-origin: 0% 0%;
    transform: rotate(45deg);
}
.page_top.active{
    opacity: 1;
}
.page_top:hover{
    opacity: 0.9;
}


}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {
    html{
        scroll-behavior: smooth;
      }
.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    /*font-size: 0.875rem;*/
	/*font-size: 16px;*/
    /*font-size: 3.8vw;*/
	line-height: 1.74;
}

main {
	/*margin-top: 70px;*/
}


/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/
header{
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 60px;
    padding: 0 5%;
    background-color: #fff;
    border-top: 8px solid #007ddb;
    border-bottom: 1px solid #007ddb;
    box-sizing: border-box;
    z-index: 999;
}
.h-logo{
    width: 75%;
    height: auto;
}
.h_icon{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 46px;
    height: 29px;
    cursor: pointer;
}
.h_icon.active span:nth-of-type(1){
    top: 12px;
    transform: rotate(45deg);
}
.h_icon.active span:nth-of-type(2){
    opacity: 0;
}
.h_icon.active span:nth-of-type(3){
    bottom: 12px;
    transform: rotate(-45deg);
}
.bar{
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    background-color: #000;
    transition: .3s all ease;
}
.h_menu_res{
    position: fixed;
    left: 0;
    top: -100vh;
    padding: 0 5%;
    width: 100vw;
    height: 100vh;
    background-color: #007ddb;
    z-index: 998;
    transition: .3s all ease;
}
.h_menu_res.active{
    top: 60px;
}
.h_menu_list_res{
    display: block;
    margin: 0 auto;
    padding: 30px auto;
    width: 90%;
    max-width: 360px;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    opacity: 0;
    transition: .3s all ease;
}
.h_menu_list_res:hover{
    background-color: rgba(0,0,0,0.2);
}
.h_menu_list_res a{
    display: block;
    padding: 15px 0;
    color: #fff;
}
.h_menu_res.active .h_menu_list_res{
    animation: .3s fadein forwards;
}
@keyframes fadein{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}




/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	/*background: #C0D1FF;*/
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
    /*background-color: #EEE;*/
}




/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
    margin: 0;
}

h1 {
    
}

h2 {
    
}

h3 {
   
}

h4 {

}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #007ddb;
}
.f_logo{
    position: relative;
    left: -10px;
    width: auto;
    height: 44px;
}
.f_wrapper{
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.copyright{
    margin-top: 90px;
    font-size: 10px;
    color: #fff;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/
.page_top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,.7);
    border-radius: 50%;
    z-index: 999;
    transition: .3s all ease;
    opacity: 0;
}
.page_top::before{
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    box-sizing: border-box;
    transform-origin: 0% 0%;
    transform: rotate(45deg);
}
.page_top.active{
    opacity: 1;
}
.page_top:hover{
    opacity: 0.9;
}



}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/


input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield,
#textfield1,
#textfield2,
#textfield3 {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

#select {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p, ul, li {
	text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	transition: .3s all;
    margin: 0;
    padding: 0;
}

table {
	/*border-collapse: collapse;*/
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none;
}

