@charset "utf-8";

/* 共有＆基礎----------------------- */
/* ---------------------------------------------- */
body {
background: rgb(255,255,255);
margin: 0;
width: 100%;
height: 100%;
padding: 0;
color: black;
font-size: 15px;
line-height: 1.4;
text-align: center;
}
.container { 
  position: relative; 
  width: 100%; 
  height: auto !important; 
  height: 100%; 
  min-height: 100%; 
}
h1{
margin-top: 10px;
font-family: 'Vidaloka', MS Pゴシック, sans-serif;
text-align:center;
font-weight:normal;
text-decoration: none;
color: black;
}
.maintitle{
display: flex;
justify-content: center;
font-size:27px;
line-height:52px;
letter-spacing: 1px;
}
.description{
display: flex;
justify-content: center;
font-size:14px;
line-height:10px;
letter-spacing: 1px;
}

h2{
display: flex;
flex-direction: column;
margin: 10px 50px auto;
text-align: left;
font-family: 'Vidaloka', MS Pゴシック, sans-serif;
font-size: 45px;
font-weight: normal;
}

h3 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #1A237E;/*左線*/
  margin: 10px 50px auto;
  text-align: left;
  font-family: 'Vidaloka', MS Pゴシック, sans-serif;
  font-size: 24px;
  font-weight: normal;
  }

h4 {
margin: 10px 50px auto;
color: #494949;/*文字色*/
text-align: left;
font-family: 'Vidaloka', MS Pゴシック, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2;
}

h5 {
margin: 10px 50px auto;
text-align: left;
font-family: 'Vidaloka', MS Pゴシック, sans-serif;
font-size: 18px;
font-weight: normal;
}

h6 {
display: flex;
flex-direction: column;
margin: 10px 50px auto;
text-align: left;
font-family: 'Vidaloka', MS Pゴシック, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2;
}

h7 {
  font-size: 35px;
  color: black;
  text-align: left;
  margin: 10px 50px auto;
}

h8 {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px rgb(41,153,196);/*左線*/
  margin: 10px 50px auto;
  text-align: left;
  font-family: 'Vidaloka', MS Pゴシック, sans-serif;
  font-size: 18px;
  font-weight: normal;
  }

p{
margin: 10px 50px auto;
color: #494949;/*文字色*/
text-align: left;
font-family: 'Vidaloka', MS Pゴシック, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2;
}

/*textの影-------------------------*/
text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
} 

.wrapper {
width: 980px;
margin: 0 auto;
text-align: left;
}
.wrapper:after {
content: "";
display: block;
}
* html .wrapper {
height: 80px;
}
*+html .wrapper {
min-height: 1px;
}
ul, li, dl, dt, dd {
margin: 0;
padding: 0;
}
li {
list-style: none;
}

.okomari1{
margin: 10px 65px auto;
color: #494949;/*文字色*/
text-align: left;
font-family: 'Vidaloka', MS Pゴシック, sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 2;
}
.okomari2{
  list-style-type: square;
}

***新しいフェードインでおりてくるプルダウンメニュー作成***
.dropmenu{
*zoom: 1;
list-style-type: none;
width: 980px;
margin-top: 15px;
text-align: center;
}
.dropmenu:before, .dropmenu:after{
     content: "";
display: inline-block;
clear: both;
}
.dropmenu:after{
      clear: both;
}
.dropmenu li{
display: inline-block;
position: relative;
width: 16.6%;
float: left;
margin: 0;
padding: 0;
text-align: center;
}
.dropmenu li a{
display: block;
margin: 0;
padding: 30px 0 22px;
background: white;
color: black;
font-size: 18px;
line-height: 1;
text-decoration: none;
background-image: rgb(255,255,255);
background-color: rgb(255,255,255);
border-top: 2px solid rgb(229,233,235);
border-bottom: 2px solid #1A237E;
}
.dropmenu li ul{
           list-style: none;
           position: absolute;
           z-index: 9999;
           top: 100%;
           left: 0;
           margin: 0;
           padding: 0;
}
.dropmenu li ul li{
          width: 100%;
 }
.dropmenu li ul li a{
padding: 13px 15px;
text-align: left;
background: #1A237E;
color: white;
}
.dropmenu li:hover > a{
background: white;
}
.dropmenu li a:hover{
text-decoration: none;
background-image: rgb(255,255,255);
background-color: rgb(229,233,235);
border-top: 2px solid rgb(229,233,235);
border-bottom: 2px solid #1A237E;
color: black;
}
#fade-in li ul{
     visibility: hidden;
     opacity: 0;
     transition: 0s;
}
#fade-in li:hover ul{
       visibility: visible;
       opacity: 1;
}
#fade-in li ul li a{
      visibility: hidden;
      opacity: 0;
      transition: .5s;
}
#fade-in li:hover ul li a{
      visibility: visible;
      opacity: 1;
}
#mainnavi{
width: 980px;
min-height: 300px
height: auto;
background-color: #;
display: flex;
margin-top: 10px;
margin-left: 140px;
margin-bottom: 100px;
text-align: left;
}

#photo1 {
width: 980px;
height: 367px;
display: inline-block;
}

#photo1 img {
width: 980px;
height: 367px;
}

#photo2 {
margin: 10px 100px auto;
position: relative;
}

#coment1 {
width: 980px;
height: auto;
margin: 0px auto 100px auto;
text-align: left;
}

.comment2-txt {
  width: 802px;
  text-align: right;
}
photo6 {
  margin: 0px 100px;
  }

.form {
  background-color: #eaeaea;
  padding: 30px 180px;
  color: #494949;/*文字色*/
  text-align: left;
  font-family: 'Vidaloka', MS Pゴシック, sans-serif;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;  
}

.form dl dt {
  width: 400px;
  padding: 10px 0;
}

.form dl dd {
  padding: 10px 0px;
}

.form .name {
  width: 550px;
  height: 30px;
}

.form .kana {
  width: 550px;
  height: 30px;
}

.form .email {
  width: 550px;
  height: 30px;
}

.form .tel {
  width: 550px;
  height: 30px;
}

.form .type {
  width: 550px;
  height: 30px;
}

.form .message {
  width: 550px;
  height: 200px;
}

.form .company {
  width: 550px;
  height: 30px;
}

.form .post {
  width: 550px;
  height: 30px;
}

.form .position {
  width: 550px;
  height: 30px;
}

.form .address {
  width: 550px;
  height: 30px;
}

.form button {
  background-color: #1A237E;
  color: #ffffff;
  font-size: 20px;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  border: 3px solid #1A237E;
  margin-left: 0px;
}

.form button:hover {
  background-color: #ffffff;
  color: #1A237E;
  cursor: pointer;
}

.form .required:after{
  content: "*";
  color: #ff0000;
}

.form .attention{
  margin-top: 10px;
  margin-left: 0px;
}

input {
font-size: 100%;
}

textarea {
font-size: 100%;
}

table {
  border-collapse: collapse;
  margin: 0px 0px auto;
  white-space: nowrap;
  text-align: left;  
}
table td {
  border: 1px solid #;
}

table tr:nth-child(odd) td {  
  background-color:  #F7F7F7;  
}
table tr:nth-child(even) td {  
  background-color: #EFEFEF;  
}  

table th {
  background-color: white;
  text-align: left;
  color: black;
  font-family: 'Vidaloka', MS Pゴシック, sans-serif;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
}


table.table2 {
  border-collapse: collapse;
  margin: 10px 50px auto;
}
table.table2 td {
  border: 1px solid #;
}

table.table2 tr:nth-child(odd) td {  
  background-color:  #F7F7F7;  
}
table.table2 tr:nth-child(even) td {  
  background-color: #EFEFEF;  
}  

table.table2 th {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  text-align: left;
  color: black;
  font-family: 'Vidaloka', MS Pゴシック, sans-serif;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
}


.table3{
  width: 100%;
  border-spacing: 0;
  margin: 10px 50px auto;
  table-layout: fixed;
}

.table3 th{
  border-bottom: solid 2px #ddd;
  padding: 10px 0;
  text-align: center;
 }

.table3 td{
  border-bottom: solid 2px #ddd;
  text-align: center;
  padding: 10px 0;
 }


a.cp_btn {
	position: relative;
	display: block;
	width: 270px;
	padding: 0.8em;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
	background: #1A237E;
	border-radius: 4px;
    margin: 10px 50px auto;
}
a.cp_btn:hover {
    margin: 10px 50px auto;
}

h3.cp_btn {
	position: relative;
	display: block;
	width: 900px;
    height: 30px;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.0);
	background: #1A237E;
	border-radius: 0px;
    margin: 10px 50px auto;
}
h3.cp_btn:hover {
    margin: 10px 50px auto;
}


.arrow{
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color:  transparent transparent #565656 #565656;
  transform: rotate(-45deg);
  margin: 0px 170px auto;
}

.arrow2 {
    margin: 0 auto 50px;
    padding-top: 15px; /* 要素の上の余白調整 */
    position: relative;
}

.arrow2:before {
    width: 100px; /* 四角形の幅 */
    height: 80px; /* 四角形の高さ */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#FFBF66));
    background-image: -webkit-linear-gradient(#FFFFFF, #FFBF66);
    background-image: linear-gradient(#FFFFFF, #FFBF66);
    content: "";
    position: absolute;
    top: 0;
    left: 50%; /* 中央寄せに使用 */
    margin-left: -50px; /* 中央寄せに使用 */
}

.arrow2:after {
    border-top: 35px solid #FFBF66; /* 角度を緩やかなものに指定 */
    border-left: 70px solid transparent; /* 左のボーダーを透過に指定 */
    border-right: 70px solid transparent; /*右のボーダーを透過に指定*/
    content: "";
    position: absolute;
    top: 80px; /* 四角形の高さと同じ物を指定 */
    left: 50%; /* 中央寄せに使用 */
    margin-left: -70px; /* 中央寄せに使用 */
}

/* テキストの指定 */
.arrow2 span {
    position: relative;
    z-index: 3;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 2px 2px 1px rgb(255,255,255);
}

.noline {
text-decoration: none;
color: black
}

.noline:hover {
color: #4B7E1A;
}

.inline-block_test {
    display: inline-block;      /* インラインブロック要素にする */
    text-align: center;
    vertical-align: top;
    background-color:  white;    /* 背景色指定 */
    padding: 0px;             /* 余白指定 */
    margin: 0px;
    height: auto;              /* 高さ指定 */
    clear: both;
    width: 490px;
}


.inline-block_test2 {
    display: inline-block;      /* インラインブロック要素にする */
    text-align: left;
    vertical-align: top;
    background-color:  white;    /* 背景色指定 */
    padding:  0px;             /* 余白指定 */
    height: auto;              /* 高さ指定 */
    clear: both;
    width: 980px;
}

.inline-block_test3 {
    display: inline-block;      /* インラインブロック要素にする */
    background-color:  white;    /* 背景色指定 */
    padding:  20px;             /* 余白指定 */
    height: 100px;              /* 高さ指定 */
}

.inline-block_4 {
    display: inline-block;      /* インラインブロック要素にする */
    margin: 0px 100px;
    font-size: 0;
}

.box-d {
    background-color: white;    /* 背景色指定 */
    height: 45px;              /* 高さ指定 */
    width: 200px;
    padding: 5px;
    margin: 5px;
    border: solid 1px #1A237E;
    text-align: center;
    border-radius: 7px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.box-d:hover{
  background: #b1eeff;
  border-radius: 7px;
}
.box-d p {
  text-align: center;
  vertical-align: middle;
}

.table-cell {
  display: table;
  width: 70%;
  margin: 0 auto;
  table-layout: fixed;
}
.item {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.item:nth-child(1) {
    width: 30%;
}.item:nth-child(2) {
    width: 70%;
}

.icon-contact1 {
  filter:brightness(100%);
  position: relative;
  right: 290px;
}
.icon-contact1 :hover{
  filter:brightness(110%);
  position: relative;
}

.fee-box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 3px #000000;
}
.fee-box1 p {
    margin: 0; 
    padding: 0;
}

***パンくずリストのコード 追加で入力***
.breadcrumbs {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.breadcrumbs a {
	text-decoration: none;
}

.breadcrumbs ul {
    display: table;
    font-size: 14px;
}
 
.breadcrumbs ul li {
    margin: 0 10px 0 0;
    font-size: 14px;
    float: left;
}
 
.breadcrumbs ul li:first-child::before {
    padding: 0 3px 0 0;
    content: " ";
    font-family: Tahoma, Geneva, MS Pゴシック, sans-serif;
    font-size: 15px;
}
 
.breadcrumbs ul li::before {
    padding: 0 10px 0 0;
    content: ">";
    font-family: Tahoma, Geneva, MS Pゴシック, sans-serif;
    font-size: 15px;
}

.lead{
  font-size: 20px;
  color: #1aa7b1;
}

.strong{
color: red;  
}
.free{
  font-size: 20px;
  color: #ed3034;
}

#fee a {
  text-decoration: none;
}

.table1{
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 50px auto;
}

.table1 th,table td{
  padding: 10px 0;
  text-align: center;
}

.table1 tr:nth-child(odd){
  background-color: #eee
}

.content1{
  background-color: rgb(246,246,246);
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 100px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  color: #1A237E;
  margin: 10px 50px auto;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
 
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
 
  /* IEサポート */
  font-feature-settings: 'liga';
}

.flowchart{
  margin: 10px 50px auto;
    border-left: 2px dashed;
}
.flowchart p{
  position: relative;
  margin-left: 2em;
  margin-bottom: 0;
}
}
.flowchart p:before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  left: calc(-2em - 6px);
  top: .5em;
}
.flowchart p:after{
  content: "";
  border-bottom: 1px solid;
  width: 1.5em;
  background: #000;
  position: absolute;
  top: .7em;
  left: -2em; 
}
.pline p{
  margin: 10px 50px auto;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

.komon{
  font-size: 20px;
}

#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #1A237E;
opacity: 0.6;
}

#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}

a{
  text-decoration: none;
}

.btn-flat-border {
  filter:brightness(100%);
  position: relative;
  right: 290px;
}

.btn-flat-border:hover {
  filter:brightness(110%);
  position: relative;
}

/* 全てに適用----------------------- */
img{
  max-width: 100%;
  height: auto;
}


/* フッタ----------------------- */
/* ---------------------------------------------- */
#footer {
display: flex;
flex-flow: column;
justify-content: center;
width: 100%;
height: auto;
margin: auto;
bottom: 0;
clear:both;
background: #1A237E;
}

#footer ul {
align-items: center;
font-size: 15px;
line-height: 2;
}
#footer ul li {
display: inline;
border-right: 1px solid #CCC;
padding: 0 0.8em;
}
#footer ul li:first-child {
border-left: 1px solid #CCC;
}
#footer ul li a:link, #footer ul li a:visited {
color: white;
text-decoration: none;
}
#footer ul li a:hover {
text-decoration: none;
color: #4B7E1A;
}

#footer p {
display: block;
text-align: right;
font-family: Tahoma, Geneva, MS Pゴシック, sans-serif;
font-size: 12px;
color: #e5dc81;
margin-right: 20px;
margin-top: -5px;
}

#footer h9 {
display: block;
text-align: left;
font-family: Tahoma, Geneva, MS Pゴシック, sans-serif;
font-size: 13px;
color: white;
margin: 10px 90px auto;
}


/* レスポンシブ----------------------- */
/* ---------------------------------------------- */
@media screen and (max-width:600px){
  body{
    width: 100%;
    font-size: 3.5vw;
    box-sizing: border-box;
  }
  
  h1{
    font-size: 7.2vw;
  }
  
  h2{
    font-size: 6vw;
  }
    
  header{
    width: auto;
    margin: 0.5%;
  }
  
  #wrap{
    margin-top: 40px;
  }
  
  .maintitle{
    display: flex;
    justify-content: center;
    font-size:30px;
    line-height:52px;
    letter-spacing: 1px;
  }
  .content{
    width: 100%;
  }
  
  .table3{
    width: 100%;
    font-size: 3.5vw;
  }

  }