@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url(def.css) screen and (min-width: 769px);

@import url(style.css) screen and (min-width: 769px);
@import url(smart.css) screen and (max-width: 768px);
@import url(style_rec.css) screen and (min-width: 769px);
@import url(smart_rec.css) screen and (max-width: 768px);
@import url(low_style.css) screen and (min-width: 769px);
@import url(low_smart.css) screen and (max-width: 768px);

:root{
  --insatsu: #13305A;
  --kasei: #584F6B;
  --blue: #4694D1;
}

a {
  color: #036EB8;
  ;
}

a:hover {
  color: #036EB8;
  ;
}

html {
  font-size: 100%;
  font-family: 'I-OTF-UDゴ本文Pro R', 'IwaUDGoHonPro-Th', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ＭＳ Ｐゴシック', Helvetica, Arial, sans-serif !important;
}

.f_mp {
  /* font-family: 'ＭＳ Ｐゴシック' !important; */
}

* {
  /* color: #444; */
}

.logo_m {
  font-size: 0.8rem;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.red {
  color: red;
}

.bd_line {
  border-bottom: 2px solid #aaa;
}

.bl_line {
  border-bottom: 1px solid #555;
}

hr.no_border {
  border: none;
  height: 50px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

h2 {
  font-weight: normal;
  font-size: 2rem;
}

ol {
  list-style-type: decimal !important;
}

ul.disc {
  list-style-type: disc !important;
}

.t_a_c {
  text-align: center;
}

.t_a_l {
  text-align: left;
}

.t_a_r {
  text-align: right;
}

.t_a_r_l {
  text-align: right;
}

.t_a_r_l_in {
  display: inline-block;
  text-align: left;
}




.green_border {
  border-color: #4EB694 !important;
}

.green {
  color: #4EB694 !important;
}

.blue_border {
  border-color: #2C7CB6 !important;
}

.blue {
  color: #2C7CB6 !important;
}

.blue a {
  color: #2C7CB6 !important;
  text-decoration: none;
}

.m_blue {
  background-color: #6FA6DF;
}


.orange_border {
  border-color: #F19641 !important;
}

.orange {
  color: #F19641 !important;
}

.arrow {
  position: relative;
  /* display: inline-block; */
  padding: 0 0 0 1rem;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.5rem;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #2C7CB6;
}

.maru {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border: 2px solid #AED0EE;
}

.contact_on .maru {
  color: #fff;
  background: #AED0EE;
}



.title_border {
  display: flex;
  align-items: center;
}

.title_border:before,
.title_border:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}

.title_border:before {
  margin-right: 1rem;
}

.title_border:after {
  margin-left: 1rem;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 5px;
  /* bottom: 0; */
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.maruyaji::before {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #2C7CB6;
}

.maruyaji::after {
  left: 9px;
  top: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  width: 0.2rem;
  height: 0.2rem;
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #fff;
}

.tryyaji::before {
  width: 1.5rem;
  height: 1.5rem;
}

.tryyaji::after {
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  width: 0.2rem;
  height: 0.2rem;
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #333;
}

.red_box {
  background: red;
  color: #fff;
  padding: 3px;
}


.table_block>div img {
  border: 5px solid #fff;
  display: block;
  -moz-box-shadow: 0px 0px 5px #333333;
  -webkit-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333;
}

.table_block>div,
.table_block>a {
  display: table-cell;
  padding: 10px;
  border: 1px solid #666;
}

.table_block {
  width: 540px;
  display: table;
  table-layout: fixed;
  margin: 20px 0px;
}

.table_block>div img {
  width: 150px;
  margin-bottom: 5px;
}

.table_block>div p {
  background: #fff;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 5px 8px 5px;
  margin: 5px 0px 10px 0px;
}

/*widthの値をpadding+margin+borderを含む値に（ie7は非対応ie5.5以前はデフォルトでborder-box）*/
/*
*/
.grid_full {
  margin-left: auto;
  margin-right: auto;
}

.bevel {
  background-position: bottom left, bottom right, top right, top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  line-height: 1.5;
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.kadomaru {
  display: inline-block;
  /* margin: 0 0 0 auto; */
  text-align: center;
}

.kadomaru a {
  padding: 5px 10px;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
}

.kadomaru a.upper {
  margin-bottom: 0;
  border-radius: 10px 10px 0px 0px;
}

.kadomaru.kado_tel {
  margin: 0 auto;
  border: 1px solid #2F7230;
}

.arrows {
  position: relative;
}

.arrows.left:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.8rem;
  border: 0.8rem solid transparent;
  border-left: 0.8rem solid;
}

.arrows.right:before {
  width: 0.8rem;
  border: 0.8rem solid transparent;
  border-left: 0.8rem solid;
}

.arrows.bottom:before {
  width: 0.8rem;
  border: 0.8rem solid transparent;
  border-left: 0.8rem solid;
}

.arrows.left:before {
  width: 0.8rem;
  border: 0.8rem solid transparent;
  border-left: 0.8rem solid;
}

.f2 {
  margin: 0px 0px 15px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.f2 th {
  padding: 5px 10px 5px 22px;
  border: 0px solid #cccccc;
  background: #f0f0f0 url("images/square3.gif") 10px 10px no-repeat;
  font-size: 16px;
  line-height: 150%;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-bottom: 2px solid #fff;
  background: #E3DFD1;
  text-align: center;
  width: 6rem;
  vertical-align: middle;
}

.f2 td {
  padding: 10px 10px;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  line-height: 150%;
  vertical-align: top;
  background: #F5F3E9;
}


.page_top {
  display: inline-block;
  margin: 0 0 0 auto;
  text-align: center;
}

.page_top a {
  background: #2F7230;
  padding: 5px 10px;
  margin-bottom: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #2F7230;
}

.page_top a:hover {
  color: #2F7230;
  background: #fff;
  border: 1px solid #2F7230;
}

.film_roll_prev,
.film_roll_next {
  border-radius: 0px !important;
  padding-top: 10px !important;
  background-color: transparent !important;
  border: none !important;
}


/*ボタンの領域*/
#re-top {
  position: fixed;
  /*画面に固定*/
  bottom: 10%;
  /*画面下へ*/
  right: 1%;
  /*画面右へ*/
  z-index: 10;
  /*レイヤー順序を上に*/
  background-color: transparent;
  /*領域の背景色（透明）*/
}

/*丸ボタン*/
.re-topB {
  position: relative;
  display: block;
  background-color: #296562;
  /*丸ボタンの色*/
  color: white;
  /*三角と文字色*/
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 24px;
  border-radius: 30px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

/*三角部分*/
.re-topB:before {
  content: '\25B2';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.re-topB {
  transition: 0.85s;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

#re-top:hover .re-topB {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/*マウスオーバーで色を変更*/
#re-top:hover .re-topB {
  transition: 0.85s;
  color: #fff;
  /*三角と文字色*/
  background-color: #2C70AD;
  /*丸ボタンの色*/
}

.kadomaru {
  text-align: center;
}

.kadomaru a {
  display: inline-block;
  border-radius: 4rem;
  font-size: 1.5rem;
  transition: all 300ms 0s ease;
  margin: 20px auto;
  padding: 1rem 2.5rem;
  text-decoration: none;
  border: solid #498CCF 1px;
  /* font-weight: bold; */
  color: #498CCF;
}

.kadomaru a:hover {
  background: #ffffff;
  background: #7FAEDD;
  color: #fff;
  transition: all 300ms 0s ease;
}




.kadomaru.sky a {
  border: solid #AED0EE 1px;
  /* font-weight: bold; */
  background: #AED0EE;
  color: #fff;
  position: relative;
}

.kadomaru.sky a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kadomaru.blk a {
  border: solid #333 1px;
  /* font-weight: bold; */
  color: #333;
  position: relative;
}

.kadomaru.blk_bk a {
  border: solid #333 1px;
  /* font-weight: bold; */
  color: #333;
  position: relative;
}

.kadomaru.blk a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kadomaru.blk_bk a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-bottom: #333 1px solid;
  border-left: #333 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kadomaru.blk_bk a:hover {
  border: solid #498CCF 1px;
  /* font-weight: bold; */
  color: #fff;
}
.kadomaru.blk_bk a:hover::after{
  border-bottom: #fff 2px solid !important;
  border-left: #fff 2px solid !important;
}

.kadomaru.blk a:hover::after{
  border-top: #fff 2px solid !important;
  border-right: #fff 2px solid !important;
}

.kadomaru.blk a:hover {
  border: solid #498CCF 1px;
  /* font-weight: bold; */
  color: #fff;
}

.kado {
  text-align: center;
}

.kado a {
  display: inline-block;
  font-size: 1.2rem;
  transition: all 300ms 0s ease;
  margin: 20px auto;
  padding: 1rem 1.25rem;
  text-decoration: none;
  border: solid #498CCF 1px;
  /* font-weight: bold; */
  color: #498CCF;
}

.kado a:hover {
  background: #ffffff;
  background: #7FAEDD;
  color: #fff;
  transition: all 300ms 0s ease;
}

.kado.blk a {
  border: solid #333 1px;
  /* font-weight: bold; */
  color: #333;
  position: relative;
}

.kado.blk a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: #333 1px solid;
  border-right: #333 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kado.blk a:hover {
  border: solid #498CCF 1px;
  /* font-weight: bold; */
  color: #000;
}

.kado.blk.rec_none a:hover {
  border: solid #aaa 1px;
  /* font-weight: bold; */
  /* color: #000; */
  background: #ffffff;
}

.kado.blk.rec_none a {
  border: solid #aaa 1px;
  /* font-weight: bold; */
  color: #ddd;
  background: #ffffff;
}

.kado.blk.rec_none a::after {
  border-color: #ddd;
}





.kado.next {
  text-align: left;
}

.kado.next a {
  border: solid #6FA6DF 1px;
  /* font-weight: bold; */
  background-color: #6FA6DF;
  position: relative;
  color: #fff;
  padding-right: 50px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.kado.next a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kado.next a:hover {
  border: solid #498CCF 1px;
  /* font-weight: bold; */
  color: #fff;
}




.pankuzu {
  background: #F5F5F5;
  padding: 1.2rem 60px;
  line-height: 1.5;
  font-size: 1rem;
}

.pankuzu a {
  color: black;
}

.pankuzu_in ul {
  display: flex;
  padding: 0;
  margin: 0;
}

.pankuzu_in li {}

.pankuzu_in li::after {
  display: inline-flex;
  padding: 0 1rem;
  content: ">";
}

.pankuzu_in li:last-child::after {
  content: "";
}

a.no_underline {
  text-decoration: none;
  ;
}

.contents_box.p_t_n {
  padding-top: 0;
}

.f_ss {
  font-size: 1rem !important;
}

.f_s {
  font-size: 1.2rem !important;
}

.f_b2 {
  font-size: 2.0rem !important;
}

.f_b25 {
  font-size: 2.5rem !important;
}

.f_b {
  font-size: 1.8rem !important;
}

.f_14 {
  font-size: 1.4rem !important;
}

.f_125 {
  font-size: 1.29rem !important;
}

.f_13 {
  font-size: 1.3rem !important;
}

.f_16 {
  font-size: 1.6rem !important;
}

.f_22 {
  font-size: 2rem !important;
}

.f_w_n {
  font-weight: normal;
}

.f_w_b {
  font-weight: bold;
}

.f_wh {
  color: #fff;
}

.f_gray a {
  color: gray !important;
}

.f_l_s {
  letter-spacing: 0.3rem;
}

.lh12 {
  line-height: 1.2;
}

.lh15 {
  line-height: 1.5;
}

.lh18 {
  line-height: 1.8;
}


.lh2 {
  line-height: 2;
}

.lh2 {
  /* line-height: 1 !important; */
}

.lh3 {
  line-height: 3;
}

.bg_gray {
  background: #F5F5F5;
}

.bg_white {
  background: #fff;
}

.blue_box {
  display: inline-block;
  background: #DDE9FF;
  padding: 20px 20px;
  margin-top: 20px;
}

.rikunabi {
  display: inline-block;
  margin-bottom: 100px;
}

.photo_border {
  border: 1px solid #aaa;
  border-left: none;
}

.text_box.smalls {
  font-size: 1rem;
  line-height: 2.5;
}

h3.side_line {
  color: #00469B;
  line-height: 1.5;
  border-left: 8px #00469B solid;
  font-size: 2rem;
  padding: 0 0 0 0.8em;
  margin: 60px 0;
  font-weight: normal;
}

.dev.title_box.sp_80 {
  margin-bottom: 80px;
}

.blue_bg {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #fff;
  background-color: #00469B;
  margin-bottom: 30px;
  padding: 10px;
  font-weight: normal;
  margin-top: 0;
}

.h_blue_sideline {
  border-left: 4px solid #00469A;
}



h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

.blue_in {
  background: #EAF2FA;
}

sup{
  font-size: .8rem
}

sup{
  font-size: .8rem
}

.no_link{
  color: #aaa !important;
}

.story_menu_line a{
  color: #333;
}