@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html,
body {
  /* font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif; */
  /* font-family: メイリオ, Meiryo, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif; */
  color: #333;
  font: 14px "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.3px;
}

a {
  text-decoration: none;
  color: #0075c7;
}
input[type="text"],
textarea {
  font-size: 18px;
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 7px #1abc9c;
  border: 1px solid #1abc9c;
}

table#table-01 {
  border: 1px solid #bababa;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 5px;
  margin-top: 0;
}
table#table-01 th {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #e2e2e2;
  background-image: url("../img/menu_back02.gif");
  border-color: #bababa;
  border-image: none;
  border-style: solid;
  border-width: 0 0 1px 1px;
  font-weight: normal;
  line-height: 120%;
  padding-top: 3px;
  text-align: center;
}

table#table-01 td {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #bababa;
  border-image: none;
  border-style: solid;
  border-width: 0 0 1px 1px;
  margin: 0;
  padding: 0;
  text-align: center;
}

/*a {
    color: #0693cd;
    text-decoration: none;
}*/

* {
}
*::-moz-selection {
  background: #ffef86 none repeat scroll 0 0;
  color: #141414;
}

div#title {
  background: url("../img/title04_02.jpg");
  background-repeat: repeat-x;
  background-position: left top;
  padding: 10px 0px 10px 0px;
  /*color:#666666;*/
  font-weight: normal;
  width: 100%;
  font-size: 16px;
  /*font-family: YuGothic,"游ゴシック","メイリオ","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Meiryo,Geneva,Arial,Verdana,sans-serif;*/
  text-align: center;
}

/**** footer ****/
#ads_logo a:link,
#ads_logo a:active,
#ads_logo a:visited,
#ads_logo a:hover {
  color: black;
  display: block;
  font-size: 11px;
  position: absolute;
  right: 25px;
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
}

/* 矢印つきリスト*/
/* ul#navi{
	margin: 10px;
}
ul#navi li{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
}

ul#navi li:first-child{
	border-radius: 8px 8px 0 0;
}

ul#navi li:last-child{
	border-radius: 0 0 8px 8px;
	border-bottom:1px #ccc solid;
}

ul#navi li a{
	color: #000000;
	display: block;
	height: 60px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 60px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:normal;
} */

input.bt001 {
  background: rgba(0, 0, 0, 0) url("../img/button-bg001.gif") repeat-x scroll 0
    0;
  border-color: #e4e4e4 #e4e4e4 #acacac;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  /* float: left; */
  height: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  white-space: nowrap;
  padding: 5px 0 5px 0;
  font-size: 14px;
}

/*ul#menu a:before {
	border-top: 1px solid #ccc;
}*/
ul#menu a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 15px 25px 15px 11px;
  font-weight: normal;
  text-decoration: none;
}
ul#menu a i {
  margin-right: 8px;
  color: #333333;
}
ul#menu a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

ul#menu li:first-child a {
  border-top: 1px solid #ccc;
}

.effect {
  -webkit-box-shadow: 0 10px 6px -7px #a1a1a1;
  -moz-box-shadow: 0 10px 6px -7px #a1a1a1;
  box-shadow: 0 10px 6px -7px #a1a1a1;
}

.gradient_blue {
  /* Mod 2017.07.05 */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #78DBFB), color-stop(1.00, #00A1E1));
    background: -webkit-linear-gradient(#78DBFB, #00A1E1);
    background: -moz-linear-gradient(#78DBFB, #00A1E1);
    background: -o-linear-gradient(#78DBFB, #00A1E1);
    background: -ms-linear-gradient(#78DBFB, #00A1E1);
    	background: linear-gradient(#78DBFB, #00A1E1);*/
  background-color: #3498db;
}

#contents {
  background-color: #faf2e6;
}
#main {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #main {
    width: 768px;
    margin: 0 auto;
    text-align: left;
    padding: 0 10px 10px 10px;
  }
}
.clearfix {
  clear: both;
}

h3 {
  font-size: 16px;
  margin: 5px 0 5px 0;
}
h4 {
  font-size: 14px;
  background-color: #eeeeee;
  padding-left: 10px;
  margin: 5px 0 5px 0;
}

ul {
  display: block;
  list-style-type: none;
}

/* font-size */

.size12 {
  font-size: 12px !important;
}

.size13 {
  font-size: 13px !important;
}

.size14 {
  font-size: 14px !important;
}

.size16 {
  font-size: 16px !important;
}

.size18 {
  font-size: 18px !important;
}

.size20 {
  font-size: 20px !important;
}

.size22 {
  font-size: 22px !important;
}

.size24 {
  font-size: 24px !important;
}

.size26 {
  font-size: 26px !important;
}

.size28 {
  font-size: 28px !important;
}

.size30 {
  font-size: 30px !important;
}

.size33 {
  font-size: 33px !important;
}

/* height */

.h14 {
  height: 14px;
}

.h16 {
  height: 16px;
}

.h18 {
  height: 18px;
}

.h20 {
  height: 20px;
}

.h22 {
  height: 22px;
}

/* width */

.w20 {
  width: 20px !important;
}

.w40 {
  width: 40px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w140 {
  width: 140px !important;
}

.w160 {
  width: 160px !important;
}

.w180 {
  width: 180px !important;
}

.w200 {
  width: 200px !important;
}

.bold {
  font-weight: bold;
}

/* color */
.black {
  color: #000 !important;
}

.red {
  color: #e4007f !important;
}

.blue {
  color: #0178c8 !important;
}

.orange {
  color: #f5876e !important;
}

.green {
  color: #8ebd40 !important;
}

.purple {
  color: #988cc3 !important;
}

.gold {
  color: #d8c86e !important;
}

.gray {
  color: #494949 !important;
}

.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

.circle {
  margin: 0 auto;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 60px;
  vertical-align: middle;
  position: relative;
}

.bg_heavenlyblue {
  background-color: #68a4d9 !important;
}

.bg_lotuspink {
  background-color: #de82a7 !important;
}

.bg_sahara {
  background-color: #e29676 !important;
}

.bg_cobaltgreen {
  background-color: #3cb37a !important;
}
.bg_lightgreen {
  background-color: #edfcce !important;
}
.bg_goldenyellow {
  background-color: #f6ae54 !important;
}
.bg_orange {
  background-color: #fce2b4 !important;
}
.bg_lavendergray {
  background-color: #bcbace !important;
}
.bg_Samborski1 {
  background-color: #dbc7e5 !important;
}

.circle .fa,
.circle .fas,
.circle .far {
  font-size: 20px;
  position: absolute;
  top: 69%;
  left: 80%;
  margin-left: -17px;
  margin-top: -16px;
  color: #ffffff;
}

.circle .fa-pencil {
  left: 77%;
}

.circle .fa-users {
  left: 70%;
}

.circle .fa-envelope-o {
  left: 72%;
}

.circle .fa-question {
  left: 85%;
}

.circle .fa-times {
  left: 82%;
}

.circle .fa-list-alt {
  left: 73%;
  top: 70%;
}
/*checkbox*/

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

.checkbox label:before {
  background: #fafafa;
  border: 1px solid #666666;
  border-radius: 3px;
}

.checkbox input:checked + label:after {
  top: 2px;
  height: 6px;
  border-left: 4px solid #1c9ef8;
  border-bottom: 4px solid #1c9ef8;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox label:before,
.checkbox label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: -18px;
  width: 18px;
  height: 18px;
}

ul#menu {
  margin: 0px;
  padding: 0;
}

ul#menu li {
  text-align: left;
}

ul#menu a {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 15px 25px 15px 11px;
  font-weight: normal;
  text-decoration: none;
}

ul#menu a i {
  margin-right: 8px;
  color: #333333;
}

ul#menu a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #7f7f7f;
  border-right: solid 2px #7f7f7f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

ul#menu li:first-child a {
  border-top: 1px solid #ccc;
}

/* 矢印つきリスト*/

ul {
  margin: 15px;
  padding: 0;
  width: 100%;
  list-style-type: none;
}

ul#navi {
  border-radius: 10px;
  /* CSS3草案 */
  -webkit-border-radius: 10px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 10px;
  background-color: #faeedc;
  margin: 0;
  padding: 5px 0 5px 0;
}

ul#navi li {
  /* display: inline-block; */
  /* padding: 0; */
  /* margin: 0 0 .3em 1em;
    width: 60px;
    margin: 0 0 0 5px;
    list-style: none; */
  /* border-radius: 10px; */
  /* -webkit-border-radius: 10px;
    -moz-border-radius: 10px; */
  /* background-color: #FAEEDC; */
}

ul#navi li {
  margin: 0 0 0.3em 1em;
  width: 60px;
  margin: 0 0 0 5px;
  list-style: none;

  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0;
  background-color: #00b6c4;
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

ul#navi li::before {
  position: absolute;
  top: 0;
  left: 59px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #00b6c4;
  border-style: solid;
  border-width: 15px 15px 15px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  ul#navi {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    background-color: #faeedc;
    margin: 0;
    padding: 0;
  }
  ul#navi li {
    display: inline-block;
    margin: 0 0 0.3em 1em;
    padding: 0;
    width: 78px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 10px 0px 10px 0px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #faeedc;
    margin: 10px 10px 10px 0;
  }
  ul#navi li {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 1em;
    background-color: #00b6c4;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  ul#navi li::before {
    position: absolute;
    top: 0;
    left: 103px;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #00b6c4;
    border-style: solid;
    border-width: 15px 15px 15px 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  ul#navi li::after {
    position: absolute;
    top: 50%;
    left: 3px;
    z-index: 2;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -3px;
    background-color: #fff;
    border-radius: 100%;
  }
  /* table */
  .table-div {
    margin: 0 auto;
    display: table;
    width: 99%;
    /*        border-top:1px solid #AAAAAA;*/
    border-right: 1px solid #aaaaaa;
  }
  .table-div .row {
    display: table-row;
  }
  .table-div .row > div {
    display: table-cell;
    margin: 0;
    padding: 5px;
  }
  .table-div .row > div {
    width: 50%;
  }
  .table-div .row > div a {
    border: 1px solid #dddddd;
  }
  .table-div .row .th {
    width: 20%;
    font-weight: normal;
  }
  .table-div .row select,
  .table-div .row input {
    font-size: 16px;
    /*        height:20px;*/
  }
}

.table-div {
  border-top: 1px solid #aaaaaa;
}

.table-div .row .cell {
  border-left: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  vertical-align: middle;
  font-size: 16px;
}

.table-div .row .th {
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 16px;
}

.table-div .row select,
.table-div .row input {
  font-size: 17px;
  margin: 5px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .table-div .row .th {
    padding: 5px;
  }
  .table-div .row .cell {
    border-right: 1px solid #aaaaaa;
  }
}

ul#navi li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

ul#navi li a:hover {
  background-color: #555;
  color: #fff;
}

ul#navi li a:hover::before {
  border-right-color: #555;
}

ul#navi li.current {
  background-color: blueviolet !important;
}

ul#navi li.current::before {
  border-color: transparent transparent transparent blueviolet !important;
}
.box-01 {
  margin: 0 0 5px;
  padding: 10px;
  border: 8px solid #d7e3f5;
}
.box-01 p {
  padding: 1px;
  margin: 0;
}

.simple-box4 {
  padding: 0.5em 1em 0.5em 1em;
  border: 1px solid #7badd8;
  border-radius: 4px;
}
.simple-box4:before {
  background-color: #7badd8;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: opacity(0.05);
}

.simple-box5 {
  border: 1px dashed #aaa;
  border-radius: 4px;
  border-color: #e896c7;
  padding: 0 1em 0 1em;
}
.simple-box8 {
  padding: 1em;
  border-left: 2px solid #96ddc1;
  background: #f7f7f7;
}
.simple-box8:before {
  content: "";
  display: block;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: opacity(0.1);
}
@media (max-width: 580px) {
  .br:before {
    content: "\A";
    white-space: pre;
  }
}
@media (min-width: 580px) {
  .br-pc::before {
    content: "\A";
    white-space: pre;
  }
}
