@charset "UTF-8";
/* 32px 見出し文字サイズ */
/* 12px 注意事項など */
/* --------------------------------------------------------------------------------------
base
--------------------------------------------------------------------------------------- */
a {
  text-decoration: none;
}

html, body {
  font-size: 16px; }
  @media (max-width: 750px) {
    html, body {
      font-size: 14px; } }

body {
  color: #003033;
  line-height: 1.8;
  -webkit-text-size-adjust: none; }

input, textarea, select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

/* reset ------------------------------ */
body, div, section,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li, figure,
p, blockquote, pre, cite, code, caption,
form, fieldset, legend, input, textarea, select, option, label {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

main {
  display: block;
  /* IE対策に追加 */ }

img, table {
  border: none; }

img {
  vertical-align: bottom; }

table {
  border-collapse: collapse; }

ul, ol {
  list-style: none; }

li img,
dt img {
  vertical-align: bottom; }

/* textlink ------------------------------ */
a {
  transition: all .1s; }

@media screen and (min-width: 751px), print {
  a:hover {
    text-decoration: none; }

  a:active {
    text-decoration: none; }

  a:hover,
  input[type="submit"]:hover,
  input[type="image"]:hover {
    opacity: 0.7; } }
/* --------------------------------------------------------------------------------------
float
--------------------------------------------------------------------------------------- */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/*margin
-----------------------------------------------*/
.bot005px {
  margin-bottom: 5px !important; }

.bot010px {
  margin-bottom: 10px !important; }

.bot015px {
  margin-bottom: 15px !important; }

.bot020px {
  margin-bottom: 20px !important; }

.bot025px {
  margin-bottom: 25px !important; }

.bot030px {
  margin-bottom: 30px !important; }

.bot035px {
  margin-bottom: 35px !important; }

.bot040px {
  margin-bottom: 40px !important; }

.bot045px {
  margin-bottom: 45px !important; }

.bot050px {
  margin-bottom: 50px !important; }

.bot060px {
  margin-bottom: 60px !important; }

.bot070px {
  margin-bottom: 70px !important; }

.bot100px {
  margin-bottom: 100px !important; }

/*color
-----------------------------------------------*/
/*align
-----------------------------------------------*/
.alright {
  text-align: right !important; }

.alcenter {
  text-align: center !important; }

.alleft {
  text-align: left !important; }


/*------------------------------
ぱんくず ※変更不可
------------------------------*/
#breadcrumbs {
  padding: 10px 0;
  text-align: left;
}
#breadcrumbs li {
  display: inline;
  font-size: 12px;
  color: #45A9A8;
}
#breadcrumbs li a {
  font-size: 12px;
  color: #45A9A8;
  text-decoration: none;
}
#breadcrumbs li a:hover,
#breadcrumbs li a:active {
  text-decoration: underline;
}
#breadcrumbs span {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
#breadcrumbs span:after{
  content: "";
  vertical-align: middle;
  position: absolute;
  top: calc(50% - 4px);
  right: -6px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1em;
}

/*------------------------------
モーダル
------------------------------*/

/*#modal_01エリアをはじめは非表示*/
#modal_01, #modal_02, #modal_03, #modal_04, #modal_05, #modal_06, #modal_07, #modal_08, #modal_09, #modal_10, #modal_11, #modal_12, #modal_13, #modal_14, #modal_15 {
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 440px!important;
    padding: 16px 16px 24px;
    border-radius: 8px!important;
    margin: 0px 16px;
    background: #ffffff;
}
.modaal-content-container {
  padding: 0!important;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ffffff!important;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#45A9A8!important;
}
.modal_box {
  background: #ffffff;
}
.modal_box ul {
  width: 80%;
  margin: auto;
  padding: 24px 0;
}
.modal_box ul li {
  border-bottom: 1px solid #45A9A8;
  text-align: center;
  padding: 8px;
}
.modal_box ul li p.tax {
  font-size: 16px;
  color: #45A9A8;
  font-weight: bold;
}
.modal_box ul li p span {
  font-size: 0.8rem;
}
.modal_title {
  text-align: center!important;
  font-weight: 600;
  font-size: 20px;
  margin: 0 auto;
  display: block;
  padding: 0 0 16px;
  color: #45A9A8;
  border-radius: 8px;
}
.modal_img {
  margin-bottom: 16px;
}
.modal_img img {
  width: 100%;
}
.background-sub {
  background: #F2F7F7;
}

@media (max-width: 750px) {
  .forpc {
    display: none !important; }

  .forsp {
    display: block !important; }
}




/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 750px) {
  body {
    line-height: 1.6; } }
/* ----------------------------------- フォームのリセット -------- */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

/*# sourceMappingURL=common.css.map */
