@charset "UTF-8";

.no_link{
  cursor: default !important;
	-ms-filter: "alpha(opacity=50)" !important;
	-khtml-opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 0.5 !important;
	opacity: 0.5 !important;
  color: inherit !important;
}



.no_link:after{
  display: none !important;
}

/* ------------------ 背景 ------------------ */

.bg_gray01{
  background-color: #f9f9f3 !important;
}

.bg_gray02{
  background-color: #f5f5f5 !important;
}

/* ------------------ フォントカラー ------------------ */

.font_black01{
  color: #000000 !important;
}

.font_blue01{
  color: #142966 !important;
}

.font_red01{
  color: #e60012 !important;
}

.font_gray01{
  color: #666666 !important;
}

.font_gray02{
  color: #999999 !important;
}



/* ------------------ .arrow_wrap ------------------ */

.arrow_obj_wrap{
  display: block;
  position: relative;
  height: 40px;
  width: 160px;
  /*overflow:  hidden;*/
}


.arrow_obj_wrap .arrow_obj{
  top: 50%;
  margin: -10px 0 0 0;
  left: 0%;
  width: 100%;
  height: 10px;
  display: block;
  position: absolute;
  text-indent: 200%;
  white-space: nowrap;
  overflow:  hidden;
}

.arrow_obj_wrap.active .arrow_obj{
  left: 0% !important;
}

.normal .arrow_obj_wrap.active.end .arrow_obj{
  -webkit-transition: width 0.4s ease 0s;
  -moz-transition: width 0.4s ease 0s;
  -o-transition: width 0.4s ease 0s;
  -ms-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
}

.normal .arrow_obj_wrap.active.end:hover .arrow_obj,
.normal .btn:hover .arrow_obj_wrap.active.end .arrow_obj{
  width: 120%;
  left: 0;
}

.arrow_obj_wrap .arrow_obj:before,
.arrow_obj_wrap .arrow_obj:after{
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  background-color: #142966;
}

.arrow_obj_wrap .arrow_obj:before{
  width: 0%;
  left: 0;
  bottom: 0;
  -webkit-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  -moz-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  -o-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  -ms-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
}


.arrow_obj_wrap .arrow_obj:after{
  width: 0px;
  left: 100%;
  bottom: 10px;
  margin: 0 0 0 -10px;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  -moz-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  -o-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  -ms-transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
  transition: width 1s cubic-bezier(1,.01,.97,.65) 0s,background-color 0.4s ease 0s;
}

.arrow_obj_wrap.active .arrow_obj:before{
  width: 100%;
}

.arrow_obj_wrap.active .arrow_obj:after{
  width: 15px;
}

.arrow_obj_wrap.left .arrow_obj:after{
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 0;
  bottom: 10px;
  margin: 0 0 0 10px;
}

.arrow_obj_wrap.left .arrow_obj{
  left: 100%;
}


/* ------------------ .lead_text_wrap ------------------ */

.lead_text_wrap .lead_text{
  max-width: 620px;
  margin: 0 auto;
}

/* ------------------ .border_box ------------------ */

.border_box{
  margin: 30px 0;
  border: 1px solid #cccccc;
  padding: 25px;
}

.border_box:first-child{
  margin-top: 0;
}

.border_box:last-child{
  margin-bottom: 0;
}

/* ------------------ .color_box ------------------ */

.color_box{
  margin: 30px 0;
  background-color: #eeeeee;
  padding: 25px;
}

.color_box:first-child{
  margin-top: 0;
}

.color_box:last-child{
  margin-bottom: 0;
}

/* ------------------ .language_nav_list ------------------ */

.language_nav_list{
  display: flex;
  display: -webkit-flex;
  font-family:'Proxima N W01 Reg',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
}

.language_nav_list li{
  margin: 0 1em 0 0;
}

#header_sub .language_nav_list li{
  margin: 0 0.5em 0 0;
}

#header_sub .language_nav_list li:after{
  content: "/";
  margin: 0 0 0 0.5em;
}

.language_nav_list li a{
  color: #999999;
  text-decoration: none !important;
  -webkit-transition: color 0.4s ease 0s;
  -moz-transition: color 0.4s ease 0s;
  -ms-transition: color 0.4s ease 0s;
  -o-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}

.normal .language_nav_list li a:hover,
.normal .language_nav_list li a.active{
  color: #ffffff;
}


.language_nav_list li:last-child{
  margin-right: 0;
}

.language_nav_list li:last-child:after{
  display: none;
}

/* ------------------ .sns_list ------------------ */

.sns_list{
  font-size: 100px;
  line-height: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.sns_list li{
  font-size: 100%;
  margin: 0 0.25em 0 0;
}

.sns_list li:last-child{
  margin-right: 0;
}

.sns_list li a,
.sns_list li span{
  cursor: pointer;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left center;
}

.sns_list li.icon_facebook a{
  width: 0.08em;
  height: 0.17em;
  background-image: url(../img/template/icon_sns_facebook_blue@2x.png);
}


.sns_list li.icon_twitter a{
  width: 0.17em;
  height: 0.14em;
  margin: 0 -0.04em 0 0;
  background-image: url(../img/template/icon_sns_twitter_blue@2x.png);
}

.sns_list li.icon_instagram a{
  width: 0.16em;
  height: 0.16em;
  background-image: url(../img/template/icon_sns_instagram_blue@2x.png);
}

.sns_list li.icon_google a{
  width: 0.22em;
  height: 0.14em;
  background-image: url(../img/template/icon_sns_google_blue@2x.png);
}

.sns_list li.icon_pinterest a{
  width: 0.17em;
  height: 0.17em;
  background-image: url(../img/template/icon_sns_pinterest_blue@2x.png);
}

.sns_list li.icon_link{
  position: relative;
}

.sns_list li.icon_link .link-container {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    width: 150px;
}

.sns_list li.icon_link a,
.sns_list li.icon_link span{
  width: 0.16em;
  height: 0.17em;
  background-image: url(../img/template/icon_sns_link_blue@2x.png);
}

.sns_list li.icon_link input{
  font-size: 14px;
  vertical-align: bottom;
}

.sns_list li.icon_mail a{
  width: 0.15em;
  height: 0.12em;
  background-image: url(../img/template/icon_sns_mail_blue@2x.png);
}

.sns_list.white_type li.icon_facebook a{
  background-image: url(../img/template/icon_sns_facebook_white@2x.png);
}

.sns_list.white_type li.icon_twitter a{
  background-image: url(../img/template/icon_sns_twitter_white@2x.png);
}

.sns_list.white_type li.icon_instagram a{
  background-image: url(../img/template/icon_sns_instagram_white@2x.png);
}

.sns_list.white_type li.icon_google a{
  background-image: url(../img/template/icon_sns_google_white@2x.png);
}

.sns_list.white_type li.icon_pinterest a{
  background-image: url(../img/template/icon_sns_pinterest_white@2x.png);
}

.sns_list.white_type li.icon_link a{
  background-image: url(../img/template/icon_sns_link_white@2x.png);
}

.sns_list.white_type li.icon_mail a{
  background-image: url(../img/template/icon_sns_mail_white@2x.png);
}

.sns_list.gray_type li.icon_facebook a{
  background-image: url(../img/template/icon_sns_facebook_gray@2x.png);
}

.sns_list.gray_type li.icon_twitter a{
  background-image: url(../img/template/icon_sns_twitter_gray@2x.png);
}

.sns_list.gray_type li.icon_instagram a{
  background-image: url(../img/template/icon_sns_instagram_gray@2x.png);
}

.sns_list.gray_type li.icon_google a{
  background-image: url(../img/template/icon_sns_google_gray@2x.png);
}

.sns_list.gray_type li.icon_pinterest a{
  background-image: url(../img/template/icon_sns_pinterest_gray@2x.png);
}

.sns_list.gray_type li.icon_link a{
  background-image: url(../img/template/icon_sns_link_gray@2x.png);
}

.sns_list.gray_type li.icon_mail a{
  background-image: url(../img/template/icon_sns_mail_gray@2x.png);
}

/* ------------------ .imghover ------------------ */

.imghover{
  text-decoration: none !important;
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}

.normal .imghover:hover{
 -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
.sns_list li.icon_link input{
  font-size: 18px;
}
}

/* ------------------ .title ------------------ */

/* .title.type01 */

.title.type01{
  font-size: 40px;
  color: #142966;
  margin: 0 0 1.7em 0;
  text-align: center;
}

.title.type01 .text01{
  font-size: 100%;
  line-height: 1;
  display: block;
  letter-spacing: normal;
  margin: 0 0 0.66em 0;
  font-family: 'Noto Serif Japanese',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.title.type01 .text02{
  font-size: 13px;
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  font-family:'Proxima N W01 Reg',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* sp */
@media screen and (max-width: 900px) {
  .title.type01{ font-size: 34px; }
}

/* sp */
@media screen and (max-width: 700px) {
  
  .title.type01{ font-size: 28px; margin: 0 0 30px 0; }
  .title.type01 .text02{ font-size: 12px; }
  
}

/* .title.type02 */

.title.type02{
  font-size: 20px;
  text-align: center;
  color: #142966;
  letter-spacing: 0.1em;
  margin: 0 0 3.75em 0;
  font-family:'Proxima N W01 Reg',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* sp */
@media screen and (max-width: 700px) {
  
  .title.type02{ font-size: 16px; margin: 0 0 1.5em 0; }
  
}

/* .title.type03 */

.title.type03{
  font-size: 27px;
  text-align: center;
  margin: 0 0 1em 0;
}

/* sp */
@media screen and (max-width: 700px) {
  .title.type03{ font-size: 16px; margin: 0 0 1.5em 0; }
}


.title.type04{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 1.2em 0;
}

/* ------------------ .link_block ------------------ */

.link_block{
  display: block;
  text-decoration: none !important;
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}


/* ----------------------------------------------------------------------
.btn_zone
----------------------------------------------------------------------*/

.btn_zone{
  margin: 30px 0 30px 0;
}

.btn_zone:first-child{
  margin-top: 0;
}

.btn_zone:last-child{
  margin-bottom: 0;
}

.btn_area{
  margin: 0 -20px -20px 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: center;
  -webkit-align-content: center;
}

.btn_area .btn_wrap{
  position: relative;
  margin: 0 20px 20px 0;
}

.btn_area .btn_wrap .btn_block{
  display: block;
  height: 100%;
}

.btn_area .btn_wrap .btn{
  cursor: pointer;
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none !important;
}

.btn_area .btn_wrap .btn_content{
  display: block;
  position: relative;
  height: 100%;
}

.btn_area .btn_wrap .btn_content_in{
  position: relative;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  height: 100%;
}

.btn_area .btn_wrap .btn_text{
  position: relative;
  line-height: 1.6;
}

.btn_area .btn_wrap .btn_img{
  position: relative;
  margin-right: 1em;
  line-height: 0;
}

.btn_area .btn_wrap .btn_img .default_img{
  position: relative;
  z-index: 1;
}

.btn_area .btn_wrap .btn_img .hover_img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
	-webkit-transition: opacity 0.4s ease 0s;
	-moz-transition: opacity 0.4s ease 0s;
	-o-transition: opacity 0.4s ease 0s;
	-ms-transition: opacity 0.4s ease 0s;
}

.normal .btn_area .btn:hover .btn_img .hover_img{
  opacity: 1;
}

.btn_area .btn_wrap .btn_img:last-child{
  margin-right: 0;
}

.btn_area .btn_wrap .btn{
  transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
	-webkit-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
	-moz-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
	-o-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
	-ms-transition: background-color 0.4s ease 0s,color 0.4s ease 0s;
  width: 100%;
}

/* sp */
@media screen and (max-width: 700px) {
  .btn_zone{
    margin: 20px 0 20px 0;
  }
  
}

/* ボタン色 */

.btn_area .btn_wrap.color_gray01 .btn{
  color: #ffffff !important;
  background-color: #b0b0b0 !important;
}


.btn_area .btn_wrap.color_blue01 .btn{
  color: #ffffff !important;
  background-color: #0f1f4d !important;
}

/* .btn_area .btn_wrap.type_01 */

.btn_area .btn_wrap.type01{
  min-width: 270px;
  font-size: 13px;
  letter-spacing: normal;
  font-family: 'Proxima N W01 Reg','Noto Sans Japanese',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #142966;
  letter-spacing: 0.1em;
}

.btn_area .btn_wrap.type01 .btn{
}

.normal .btn_area .btn_wrap.type01:hover .btn{
  background-color: #142966;
  color: #ffffff;
}

.btn_area .btn_wrap.type01 .btn_content:before,
.btn_area .btn_wrap.type01 .btn_content:after,
.btn_area .btn_wrap.type01 .btn_content_in:before,
.btn_area .btn_wrap.type01 .btn_content_in:after{
  content:"";
  display: block;
  position: absolute;
  background-color: #142966;
  z-index: 2;
}

.btn_area .btn_wrap.type01 .btn_content_in{
  padding: 1.4em 1.5em;
}

.btn_area .btn_wrap.type01 .btn_content:before,
.btn_area .btn_wrap.type01 .btn_content_in:before{
  width: 0;
  height: 1px;
  transition: width 1s ease 0s;
	-webkit-transition: width 1s ease 0s;
	-moz-transition: width 1s ease 0s;
	-o-transition: width 1s ease 0s;
	-ms-transition: width 1s ease 0s;
}

.btn_area .btn_wrap.type01.active .btn_content:before,
.btn_area .btn_wrap.type01.active .btn_content_in:before{
  width: 100%;
}

.btn_area .btn_wrap.type01 .btn_content:after,
.btn_area .btn_wrap.type01 .btn_content_in:after{
  width: 1px;
  height: 0;
  transition: height 0.4s ease 1s;
	-webkit-transition: height 0.4s ease 1s;
	-moz-transition: height 0.4s ease 1s;
	-o-transition: height 0.4s ease 1s;
	-ms-transition: height 0.4s ease 1s;
}


.btn_area .btn_wrap.type01.active .btn_content:after,
.btn_area .btn_wrap.type01.active .btn_content_in:after{
  height: 100%;
}


.btn_area .btn_wrap.type01 .btn_content:after,
.btn_area .btn_wrap.type01 .btn_content:before{
  top: 0;
}

.btn_area .btn_wrap.type01 .btn_content:after{
  left: 0;
}

.btn_area .btn_wrap.type01 .btn_content:before{
  right: 0;
}

.btn_area .btn_wrap.type01 .btn_content_in:after,
.btn_area .btn_wrap.type01 .btn_content_in:before{
  bottom: 0;
}

.btn_area .btn_wrap.type01 .btn_content_in:before{
  left: 0;
}

.btn_area .btn_wrap.type01 .btn_content_in:after{
  right: 0;
}

/* .btn_area .btn_wrap.type_next */

.btn_area .btn_wrap.type_next{
  width: 100%;
  max-width: 800px;
  font-size: 30px;
  letter-spacing: normal;
  font-weight: 500;
  font-family:'Didot LT W01 Roman',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #142966;
}

.btn_area .btn_wrap.type_next .btn{
  background-color: #ffffff;
}

.normal .btn_area .btn_wrap.type_next:hover .btn{
  background-color: #142966;
  color: #ffffff;
}

.btn_area .btn_wrap.type_next .btn_content_in{
  padding: 0.6em 20px;
  border: 1px solid #142966;
}

.btn_area .btn_wrap.type_next .arrow_obj_wrap{
  position: absolute;
  top: 50%;
  right: 0px;
  width: 160px;
  margin: -17px -80px 0 0;
}

/* sp */
@media screen and (max-width: 700px) {
  
  .btn_area .btn_wrap.type_next{ font-size: 20px; }
  .btn_area .btn_wrap.type_next .arrow_obj_wrap{ display: none; }
}

/*  .btn_wrap .btn_text.type_more01*/

.btn_wrap .btn_text.type_more01{
  padding: 0 20px 0 0;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  color: #142a66;
}

.btn_wrap .btn_text.type_more01:after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #142a66;
  border-bottom: 1px solid #142a66;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -4px 0 0 0;
  -moz-transition: right 0.4s ease 0s;
  -webkit-transition: right 0.4s ease 0s;
  -ms-transition: right 0.4s ease 0s;
  -o-transition: right 0.4s ease 0s;
  transition: right 0.4s ease 0s;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.btn_wrap .btn_texttype_more01.down:after{
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn_wrap .btn_text.type_more01.back:after{
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0;
  right: auto;
}

.btn_wrap .btn_text.type_more01.back{
  padding: 0 0 0 20px;
}

.bg_blue .btn_wrap.type_more01 .btn_text:after{
  background-image: url(../img/icon/btn_more_white@2x.png);
}

.normal .btn_wrap .btn_text.type_more01:hover{
  opacity: 0.7;
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}

/* ----------------------------------------------------------------------
.list
----------------------------------------------------------------------*/

/* .list.type01 */

.list.type01 li{
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.list.type01 li:before{
  content: "\203b";
}

/* .list.type02 */

.list.type02 li{
  padding: 0 0 0 1em;
  text-indent: -1em;
  color: #2952cc;
}

.list.type02 li:before{
  content: "\30fb";
}

/* ----------------------------------------------------------------------
.table
----------------------------------------------------------------------*/

.table{
  display: table;
  width: 100%;
}

.table .table_tr{
  display: table-row;
}

.table .table_th,
.table .table_td{
  display: table-cell;
  vertical-align: top;
}

@media all and (min-width: 701px ) and (max-width: 989px) {

}

@media all and (max-width: 989px) {

}

@media all and (max-width: 700px ){
  .table{
    display: block;
  }

  .table .table_tr{
    display: block;
  }

  .table .table_th,
  .table .table_td{
    display: block;
  }
}

/* ----------------------------------------------------------------------
.check_list
----------------------------------------------------------------------*/

.check_list{
  letter-spacing: -0.4em;
  margin: 0 -1em -1.5em 0;
	padding: 2px 0 0 0;
}

.check_list li{
  display: inline-block;
  vertical-align:  top;
  letter-spacing: normal;
  white-space: nowrap;
  margin: 0 1em 1.5em 0;
  line-height: 1;
}

.check_list.block_type{
  margin: 0 0 0 0;
}

.check_list.block_type li{
  display: block;
  margin: 0 0 20px 0;
}

.check_list.block_type li:last-child{
  margin-bottom: 0;
}

.check_list li input{
  display: inline-block;
  vertical-align:  middle;
}

.check_list li span{
  display: inline-block;
  vertical-align:  middle;
  /*margin: 0 0 0 1em;*/
	margin: 0 0 0 0.5em;
}

/* ----------------------------------------------------------------------
.select_list_wrap
----------------------------------------------------------------------*/

.select_list{
  letter-spacing: -0.4em;
  margin: 0 -30px -20px 0;
}

.select_list li{
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 30px 20px 0;
  font-size: 12px;
}

.select_list li .select_content_wrap{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
	margin: 0 -1em -1em 0;
}

.select_list li .select_content{
  padding: 0 1em 1em 0;
}

.select_list li .select_content:last-child{
  margin-right: 0;
}

.select_list li .select_list_title{
  padding: 0 1em 1em 0;
}

@media all and (max-width: 700px ){
  .select_list li .select_list_title{
    width: 100%;
    padding: 0 1em 10px 0;
  }
  .select_list li{ display: block; margin-right: 0; }
}

/* ----------------------------------------------------------------------
.placeholder_text_wrap
----------------------------------------------------------------------*/

.placeholder_text_wrap{
  position: relative;
}

.placeholder_text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 1.28em;
  color: #999999;
  line-height: 1.4;
}

.placeholder_text_wrap textarea{
  position: relative;
  z-index: 1;
}

/* ----------------------------------------------------------------------
.top_block_wrap
----------------------------------------------------------------------*/

.top_block_wrap{
  position: relative;
  margin-bottom: 150px;
}

.top_block_wrap:last-child{
   margin-bottom: 0px;
}

.top_block_bg_wrap{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 5.3%;
}

.top_block_bg_wrap .top_block_bg{
  position: relative;
  display: block;
  height: 68%;
  width: 100%;
}

#top_shop .top_block_bg_wrap .top_block_bg{
  height: 86%;
}

#top_banner .top_block_bg_wrap{
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

#top_banner .top_block_bg_wrap .top_block_bg{
  width: 70%;
  height: 86%;
}

@media screen and (min-width: 701px) {
  
#top_about02 .top_block_wrap .top_block .top_block_img{
  width: 47%;
}

#top_about02 .top_block_wrap .top_block .top_block_text{
  width: 53%;
}

#top_shop .top_block_wrap .top_block .top_block_img{
  width: 53%;
}

#top_shop .top_block_wrap .top_block .top_block_text{
  width: 47%;
}

}

.top_block_wrap .top_block:first-child{
  padding-top: 0;
}

.top_block_bg{
  background-color: #f5f5f5;
}

.bg_gray01 .top_block_bg,
.bg_gray02 .top_block_bg{
  background-color: #ffffff;
}

.top_block_wrap .top_block{
  position: relative;
  padding-top: 150px;
}

.top_block_wrap .top_block:last-child{
   margin-bottom: 0px;
}

.top_block_wrap .top_block_in{
  position: relative;
  z-index: 2;
}

.top_block_wrap .top_block_content{
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
}

.top_block_wrap .top_block .top_block_img,
.top_block_wrap .top_block .top_block_text{
  width: 50%;
}

.top_block_wrap .top_block .top_block_img{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.top_block_wrap .top_block .top_block_text{
  max-width: 750px;
}


.top_block_img_in{
  position: relative;
  z-index: 2;
  margin: 0 0 0 auto;
}

.top_block_wrap .top_block:nth-child(2n) .top_block_img_in{
  margin: 0 auto 0 0;
}

.top_block_img_in img{
  max-width: none;
  width: 100%;
  height: auto;
}

.top_block_wrap .top_block .top_block_img{
  order: 1;
  -webkit-order: 1;
}

.top_block_wrap .top_block .top_block_img .img_cover{
  height: 100%;
}

.top_block_wrap .top_block .top_block_text{
  order: 2;
  -webkit-order: 2;
  padding: 30px 30px;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  -webkit-align-content: center;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #142966;
  font-size: 15px;
}


.top_block_wrap .top_block .top_block_text_in{
  position: relative;
  z-index: 2;
  max-width: 420px;
  margin: 0 auto;
}

.top_block_wrap .top_block:nth-child(2n) .top_block_img{
  order: 2;
  -webkit-order: 2;
}
.top_block_wrap .top_block:nth-child(2n) .top_block_text{
  order: 1;
  -webkit-order: 1;
}

.top_block_wrap .top_block .btn_zone{
  margin-top: 40px;
}


.top_block_wrap .top_block .btn_area{
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

@media screen and (max-width: 700px) {
  .top_block_wrap{ margin-bottom: 60px; }
  .top_block_wrap .top_block .btn_zone{ margin-top: 30px; }
  .top_block_wrap .top_block .btn_wrap{ width: auto; }
  .top_block_wrap .top_block .top_block_text,
  .top_block_wrap .top_block .top_block_img{
    position: relative;
    width:  100%;
  }
  .top_block_wrap .top_block .top_block_img{
    order: 1 !important;
    -webkit-order: 1 !important;
    padding: 0 15px;
  }
  
  .top_block_wrap .top_block .top_block_img_in{
    margin: 0 auto !important;
  }
  
  .top_block_wrap .top_block .top_block_img .img_cover{
    height: 0;
    padding-bottom: 66.6%;
  }
  .top_block_wrap .top_block .top_block_text{
    order: 2 !important;
    -webkit-order: 2 !important;
    padding: 35px 20px 0px 20px;
  }
  .top_block_wrap .top_block .top_block_text_in{
    max-width: none;
  }
  
  .top_block_wrap .top_block_content{
    display: block;
  }
  
  
  .top_block_wrap .top_block .top_block_img_content_wrap{
    position: relative;
    margin: 0 auto;
  }
  
  .top_block_wrap .top_block .top_block_img_content{
    width: 80%;
    margin: 0 auto !important;
  }
  /*.top_block_wrap .top_block:nth-child(2n) .top_block_img_content{
    margin: 0 0 0 auto;
  }*/
  .top_block_wrap .top_block{
    padding-top: 80px;
  }
  
  .top_block_bg_wrap .top_block_bg{
    width: 100% !important;
    height: 86% !important;
    
  }
  
  .top_block_bg_wrap{
    padding: 0 !important;
  }
  
}


/* ----------------------------------------------------------------------
.faq_list_wrap
----------------------------------------------------------------------*/

.faq_list_wrap{
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  border-top: 1px solid #cccccc;
}

table.about_table{
  width: 100%;
  color: #000000;
  margin: 1em 0;
}

table.about_table:first-child{
  margin-top: 0;
}

table.about_table:last-child{
  margin-bottom: 0;
}

table.about_table th,
table.about_table td{
  padding: 0.5em 1em;
}

table.about_table th{
  white-space: nowrap;
  color: #2952cc;
}

table.about_table th:first-child,
table.about_table td:first-child{
  padding-left: 0;
}

table.about_table th:last-child,
table.about_table td:last-child{
  padding-right: 0;
}

table.about_table tr:first-child th,
table.about_table tr:first-child td{
  padding-top: 0;
}

table.about_table tr:last-child th,
table.about_table tr:last-child td{
  padding-bottom: 0;
}

@media screen and (max-width: 700px) {
  table.about_table,
  table.about_table tr,
  table.about_table th,
  table.about_table td{
    display: block;
    width: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.faq_list_wrap .faq_list{
  border-bottom: 1px solid #cccccc;
  padding: 35px 30px;
}

.faq_list_wrap .faq_list .faq_question,
.faq_list_wrap .faq_list .faq_answer{
  position: relative;
  padding-left: 155px;
  margin: 0 0 1.6em 0;
}

.faq_list_wrap .faq_list .faq_question:last-child,
.faq_list_wrap .faq_list .faq_answer:last-child{
  margin-bottom: 0;
}

.faq_list_wrap .faq_list .faq_question{
  font-weight: 400;
}

.faq_list_wrap .faq_list .faq_answer{
  color: #2952cc;
}

.faq_list_wrap .faq_list .faq_question:after,
.faq_list_wrap .faq_list .faq_answer:after{
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 40px;
  line-height: 1;
  font-family:'Didot LT W01 Roman',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.faq_list_wrap .faq_list .faq_question:after{
  content: "Q";
  color: #142966;
}

.faq_list_wrap .faq_list .faq_answer:after{
  content: "A";
  color: #2952cc;
}

@media screen and (max-width: 700px) {
  .faq_list_wrap{ font-size: 14px; }
  .faq_list_wrap .faq_list{ padding: 20px 15px; }
  .faq_list_wrap .faq_list .faq_question:after,
  .faq_list_wrap .faq_list .faq_answer:after{
    top: 0;
    font-size: 25px;
  }
  .faq_list_wrap .faq_list .faq_question,
  .faq_list_wrap .faq_list .faq_answer{
    padding-left: 40px;
  }
}


/* ----------------------------------------------------------------------
.infomation_block
----------------------------------------------------------------------*/

.infomation_block{
  display: -webkit-flex;
  display: flex;
}

.infomation_block .infomation_block_title,
.infomation_block .infomation_block_in{
  width: 50%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.infomation_block .infomation_block_title{
  font-family:'Didot LT W01 Roman',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1;
  font-size: 64px;
  letter-spacing: -0.025em;
  color: #cccccc;
  padding: 0 20px 0 0;
}

@media screen and (max-width: 900px) {
  .infomation_block{ display: block; }
  .infomation_block .infomation_block_title,
  .infomation_block .infomation_block_in{
    width: auto;
  }
  .infomation_block .infomation_block_title{
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 700px) {
  
  .infomation_block .infomation_block_title{ font-size: 40px; padding: 0; margin: 0 0 20px 0; }
}

/* ----------------------------------------------------------------------
.item_list_zone
----------------------------------------------------------------------*/
.item_list_zone{
  max-width: 1000px;
  margin: 0 auto;
}
.item_list_zone .item_list_wrap{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0px -90px 0;
}

.item_list_zone .item_list{
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding: 0 0px 90px 0;
  width: 50%;
  text-align: center;
}
.item_list_zone .item_list figure{
  margin: 0 auto;
  padding: 0 10%;
}

.item_list_zone .item_list_text{
  font-size: 11px;
  color: #142966;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 700px) {
  .item_list_zone .item_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .item_list_zone .item_list{
    padding: 0 30px 30px 0;
    width: 100%;
  }
  .item_list_zone .item_list figure{
   padding: 0; 
  }
}

/* ----------------------------------------------------------------------
.item_info
----------------------------------------------------------------------*/

.item_info{
  margin: 0 0 159px 0;
}

.item_info:last-child{
  margin-bottom: 0;
}

.item_info .item_info_img_wrap{
  margin: 0 0 55px 0;
}

.item_info .item_info_img{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px -40px 0;
}

.item_info .item_info_img li{
  padding: 0 40px 40px 0;
  width: 50%;
}

.item_info .lead_text_wrap .lead_text{
  font-size: 15px;
  max-width: 810px;
}

.item_info .item_info_title{
  font-size: 27px;
  margin: 0 0 0.6em 0;
  color: #142966;
}

@media screen and (max-width: 700px) {
  
  .item_info{
    margin: 0 0 60px 0;
  }
  
  .item_info .item_info_img_wrap{
    margin: 0 0 25px 0;
  }
  .item_info .item_info_img{
    margin: 0 0px 0px 0;
  }

  .item_info .item_info_img li{
    padding: 0 0px 0px 0;
    width: 100%;
  }
  .item_info .item_info_title{
    font-size: 18px;
  }
  
}


/* ----------------------------------------------------------------------
.price_list_wrap 
----------------------------------------------------------------------*/

.price_list_wrap{
  display: table;
  width: 100%;
  border-top: 1px solid #cccccc;
  max-width: 1200px;
  margin: 0 auto;
}

.price_list_wrap .price_list{
  display: table-row;
}

.price_list_wrap .price_list:nth-child(2n + 1){
  background-color: #f5f5f5;
}

.price_list_wrap .price_list .cel{
  display: table-cell;
  vertical-align:  top;
  padding: 30px;
  border-bottom: 1px solid #cccccc;
}

.price_list_wrap .price_list .title.cel{
  width: 260px;
  white-space: nowrap;
}

.price_list_wrap .price_list .title.cel .price_title{
  font-size: 16px;
  line-height: 1;
  font-weight:400;
  margin-bottom: 1em;
  color: #142966;
}

.price_list_wrap .price_list .title.cel p{
  font-size: 14px;
  color: #2952cc;
}

.price_list_wrap .price_list .option.cel table{
  width: 100%;
}

.price_list_wrap .price_list .option.cel table th,
.price_list_wrap .price_list .option.cel table td{
  vertical-align:  top;
}

.price_list_wrap .price_list .option.cel table th{
  padding-right: 1em;
  
}

.price_list_wrap .price_list .option.cel table td{
  text-align: right;
  white-space: nowrap;
}

@media screen and (max-width: 700px) {
  .price_list_wrap,
  .price_list_wrap .price_list,
  .price_list_wrap .price_list .cel{ display: block; width: auto !important; }
  .price_list_wrap{ margin: 0; width: auto; }
  .price_list_wrap .price_list .cel{ padding: 25px 20px; }
  .price_list_wrap .price_list .title.cel{ padding-bottom: 0; border-bottom: none; }
  .price_list_wrap .price_list .title.cel .price_title{ margin-bottom: 0.5em; }
}

/* ----------------------------------------------------------------------
.fix_figure_wrap
----------------------------------------------------------------------*/

.fix_figure_wrap{
  overflow:  hidden;
  position: relative;
  min-height: 800px;
  margin: 0 -20px;
}

.fix_figure_wrap .fix_figure{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* pc */
@media all and (min-width: 990px) {
  
}

/* pad莉･荳� */
@media all and (max-width: 989px) {
}

/* pad */
@media all and (min-width: 701px ) and (max-width: 989px) {
}

/* sp */
@media all and (max-width: 700px) {
  .fix_figure_wrap{ min-height: 400px; }
}


/* ----------------------------------------------------------------------
.cms_list_area 
----------------------------------------------------------------------*/

.cms_list_area{
  margin: 50px 0;
}

.cms_list_area:first-child{
  margin-top: 0;
}

.cms_list_area:last-child{
  margin-bottom: 0;
}

.cms_list_area .cms_list_wrap{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px -50px 0 0;
}

.cms_list_wrap.swiper-wrapper{
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.cms_list_area .cms_list_in{
  height: 100%;
}

.cms_list_area .cms_list_block{
  height: 100%;
}

.cms_list_area .link_block{
  height: 100%;
}

.cms_list_area .cms_list_content{
  height: 100%;
}

.cms_list_area .cms_list_content > .image_wrap{
  position: relative;
  overflow:  hidden;
  margin: 0 0 20px 0;
}

.cms_list_area .cms_list_content > .image_wrap:last-child{
  margin-bottom: 0;
}

.cms_list_area .cms_list_content > .image_wrap .img_cover{
  padding: 0 0 66.6% 0;
  height: 0;
  background-color: #e6e6e6;
}

/*  ----------------------------------------- CMSテキスト類 ----------------------------------------- */

.cms_text_head{
  display: flex;
  display: -webkit-flex;
  font-size: 13px;
  line-height: 1;
  margin: 0 0 15px 0;
}

.cms_text_head .cms_date{
  color: #999999;
  font-family:'Proxima N W01 Reg',YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 1em 0 0;
}

.cms_text_head .cms_category{
  color: #2952cc;
  letter-spacing: -0.4em;
}

.cms_text_head .cms_category li{
  display: inline-block;
  vertical-align:  top;
  letter-spacing: normal;
  padding: 0 0.5em 0 0;
}

.cms_list_area .text_wrap .cms_title{
  font-size: 18px;
  margin: 0 0 0.6em 0;
}

.cms_list_area .text_wrap{ font-size: 14px; color: #333333; }

/* sp */
@media screen and (max-width: 700px) {
  .cms_list_area .text_wrap{ font-size: 13px; }
}

/*  .cms_list_area.type_horizontal  */

.cms_list_area.type_horizontal .cms_list{
  width: 100%;
}

.cms_list_area.type_horizontal .cms_list:last-child{
  margin-bottom: 0;
}

.cms_list_area.type_horizontal .cms_list_content{
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.cms_list_area.type_horizontal .cms_list_content .image_wrap{
  margin: 0 !important;
  width: 50%;
}

.cms_list_area.type_horizontal .cms_list_content .text_wrap{
  padding: 0 0 0 50px;
  margin: 0;
  width: 50%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

/* pc */
@media all and (min-width: 1001px) {
  .cms_list_area.pc_type_horizontal .cms_list{
    width: 100%;
  }

  .cms_list_area.pc_type_horizontal .cms_list:last-child{
    margin-bottom: 0;
  }

  .cms_list_area.pc_type_horizontal .cms_list_content{
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }

  .cms_list_area.pc_type_horizontal .cms_list_content .image_wrap{
    margin: 0 !important;
    width: 47.5%;
  }

  .cms_list_area.pc_type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 50px;
    margin: 0;
    width: 47.5%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
  .cms_list_area.pad_type_horizontal .cms_list{
    width: 100%;
  }

  .cms_list_area.pad_type_horizontal .cms_list:last-child{
    margin-bottom: 0;
  }

  .cms_list_area.pad_type_horizontal .cms_list_content{
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }

  .cms_list_area.pad_type_horizontal .cms_list_content .image_wrap{
    margin: 0 !important;
    width: 47.5%;
  }

  .cms_list_area.pad_type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 20px;
    margin: 0;
    width: 47.5%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
}

/* sp */
@media screen and (max-width: 700px) {
  .cms_list_area.sp_type_horizontal .cms_list{
    width: 100%;
  }

  .cms_list_area.sp_type_horizontal .cms_list:last-child{
    margin-bottom: 0;
  }

  .cms_list_area.sp_type_horizontal .cms_list_content{
    display: -webkit-flex;
    display: flex;
  }

  .cms_list_area.sp_type_horizontal .cms_list_content .image_wrap{
    margin: 0 !important;
    min-width: 63px;
    max-width: 63px;
  }

  .cms_list_area.sp_type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 20px;
    margin: 0;
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  
  .cms_list_area.type_horizontal .cms_list_content .text_wrap{
    padding: 0 0 0 20px;
  }
  
}

/* .cms_list_areaカラム */

/* pc */
@media all and (min-width: 1001px) {
  
  .cms_list_area.pc_max5 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pc_max5 .cms_list{
    width: 20%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pc_max5 .cms_list_in{
    padding: 0 0px 30px 0;
  }

  .cms_list_area.pc_max4 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pc_max4 .cms_list{
    width: 25%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pc_max4 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pc_max3 .cms_list_wrap{
    margin: 0 -50px -50px 0;
  }

  .cms_list_area.pc_max3 .cms_list{
    width: 33.3%;
    padding: 0 50px 0 0;
  }

  .cms_list_area.pc_max3 .cms_list_in{
    padding: 0 0 50px 0;
  }

  .cms_list_area.pc_max2 .cms_list_wrap{
    margin: 0 -50px -50px 0;
  }

  .cms_list_area.pc_max2 .cms_list{
    width: 50%;
    padding: 0 50px 0 0;
  }

  .cms_list_area.pc_max2 .cms_list_in{
    padding: 0 0 50px 0;
  }

  .cms_list_area.pc_max1 .cms_list_wrap{
    margin: 0 -50px -50px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .cms_list_area.pc_max1 .cms_list{
    width: 100%;
    padding: 0 50px 0 0;
  }

  .cms_list_area.pc_max1 .cms_list_in{
    padding: 0 0 50px 0;
  }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
  .cms_list_area.pad_max5 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max5 .cms_list{
    width: 20%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max5 .cms_list_in{
    padding: 0 0px 30px 0;
  }

  .cms_list_area.pad_max4 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max4 .cms_list{
    width: 25%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max4 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pad_max3 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max3 .cms_list{
    width: 33.3%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max3 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pad_max2 .cms_list_wrap{
    margin: 0 -30px -30px 0;
  }

  .cms_list_area.pad_max2 .cms_list{
    width: 50%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max2 .cms_list_in{
    padding: 0 0 30px 0;
  }

  .cms_list_area.pad_max1 .cms_list_wrap{
    margin: 0 -30px -30px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .cms_list_area.pad_max1 .cms_list{
    width: 100%;
    padding: 0 30px 0 0;
  }

  .cms_list_area.pad_max1 .cms_list_in{
    padding: 0 0 30px 0;
  }
}

/* sp */
@media screen and (max-width: 700px) {
  .cms_list_area.sp_max5 .cms_list_wrap{
    margin: 0 -15px -25px 0;
  }

  .cms_list_area.sp_max5 .cms_list{
    width: 20%;
    padding: 0 15px 0 0;
  }

  .cms_list_area.sp_max5 .cms_list_in{
    padding: 0 0px 25px 0;
  }

  .cms_list_area.sp_max4 .cms_list_wrap{
    margin: 0 -15px -25px 0;
  }

  .cms_list_area.sp_max4 .cms_list{
    width: 25%;
    padding: 0 15px 0 0;
  }

  .cms_list_area.sp_max4 .cms_list_in{
    padding: 0 0 25px 0;
  }

  .cms_list_area.sp_max3 .cms_list_wrap{
    margin: 0 -15px -25px 0;
  }

  .cms_list_area.sp_max3 .cms_list{
    width: 33.3%;
    padding: 0 15px 0 0;
  }

  .cms_list_area.sp_max3 .cms_list_in{
    padding: 0 0 25px 0;
  }

  .cms_list_area.sp_max2 .cms_list_wrap{
    margin: 0 -15px -25px 0;
  }

  .cms_list_area.sp_max2 .cms_list{
    width: 50%;
    padding: 0 15px 0 0;
  }

  .cms_list_area.sp_max2 .cms_list_in{
    padding: 0 0 25px 0;
  }

  .cms_list_area.sp_max1 .cms_list_wrap{
    margin: 0 -15px -25px 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .cms_list_area.sp_max1 .cms_list{
    width: 100%;
    padding: 0 15px 0 0;
  }

  .cms_list_area.sp_max1 .cms_list_in{
    padding: 0 0 25px 0;
  }
}

/* ----------------------------------------------------------------------
.cel_block_wrap
----------------------------------------------------------------------*/

.cel_block_wrap{
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.cel_block_wrap .cel_block figure{
  position: relative;
}

.cel_block_wrap .cel_block figure figcaption{
  position: absolute;
  left: 0;
  bottom: 15px;
  line-height: 1;
  color: #ffffff;
  width: 100%;
  padding: 0 15px;
  z-index: 2;
  text-align: right;
  font-size: 14px;
}


/* pc */
@media all and (min-width: 1001px) {
  .cel_block_wrap.pc_max6 .cel_block{
    width: 16.6%;
  }

  .cel_block_wrap.pc_max5 .cel_block{
    width: 20%;
  }

  .cel_block_wrap.pc_max4 .cel_block{
    width: 25%;
  }

  .cel_block_wrap.pc_max3 .cel_block{
    width: 33.3%;
  }

  .cel_block_wrap.pc_max2 .cel_block{
    width: 50%;
  }

  .cel_block_wrap.pc_max1 .cel_block{
    width: 100%;
  }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
  .cel_block_wrap.pad_max6 .cel_block{
    width: 16.6%;
  }

  .cel_block_wrap.pad_max5 .cel_block{
    width: 20%;
  }

  .cel_block_wrap.pad_max4 .cel_block{
    width: 25%;
  }

  .cel_block_wrap.pad_max3 .cel_block{
    width: 33.3%;
  }

  .cel_block_wrap.pad_max2 .cel_block{
    width: 50%;
  }

  .cel_block_wrap.pad_max1 .cel_block{
    width: 100%;
  }
}

/* sp */
@media screen and (max-width: 700px) {
  .cel_block_wrap.sp_max6 .cel_block{
    width: 16.6%;
  }

  .cel_block_wrap.sp_max5 .cel_block{
    width: 20%;
  }

  .cel_block_wrap.sp_max4 .cel_block{
    width: 25%;
  }

  .cel_block_wrap.sp_max3 .cel_block{
    width: 33.3%;
  }

  .cel_block_wrap.sp_max2 .cel_block{
    width: 50%;
  }

  .cel_block_wrap.sp_max1 .cel_block{
    width: 100%;
  }
}

/* ----------------------------------------------------------------------
.row_content
----------------------------------------------------------------------*/

.row_content {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
	margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -12px;
  margin-right: -12px;
  width: 100%;
}

.row_content > *{
  margin-left: 12px;
  margin-right: 12px;
}

.row_content .row_content{
  margin-top: 0px;
  margin-bottom:0px;
  width: calc(100% + 24px);
}

.row_content .col{
  position: relative;
  padding: 12px;
}


.row_content.cell_type .col{
  flex-grow: 1;
  -webkit-flex-grow: 1;
}

.row_content .col:after,
.row_content:after{
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: both;
  visibility: hidden;
}


.row_content > .col{
  margin-left: 0;
  margin-right: 0;
}

/* .googlemap_wrap */

.googlemap_wrap{
  position: relative;
}

.googlemap_wrap .googlemap{
  padding-bottom: 100%;
}

.googlemap_wrap .googlemap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pc */
@media all and (min-width: 1001px) {
}

/* pad以下 */
@media screen and (max-width: 1000px) {
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 1000px) {
}

/* sp */
@media screen and (max-width: 700px) {
}