<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');

*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

*::before,
*::after{
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

input,
select,
textarea{
  border: none;
  background: none;
  border-radius: 0;
  resize: none;
  font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
  color:#222222;
  letter-spacing: 0.05em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  font-feature-settings: 'palt';
  touch-action: manipulation;
  display: block;
  
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button{
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

body{
  font-feature-settings: 'palt';
  color: #222222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

img{
  display: block;
  object-position: center;
}

#body_wrap{
  overflow: hidden;
}

main{
  padding-top: 140px;
  position: relative;
}

main::before{
  content:'';
  width:100%;
  height:100%;
  z-index: -5;
  background-color: #fffaed;
  position: absolute;
  top:0;
  left:0;
}

a{
  color: #222222;
}

.fax a{
  pointer-events: none;
}

@media (any-hover:hover){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*
------------------------------------
ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³é–¢ä¿‚
------------------------------------
*/

.common_hover_opa{
  transition: 0.4s;
}


@media (any-hover:hover){
  .common_hover_opa:hover{
    opacity: 0.5;
  }
  
}

/*
------------------------------------
å…±é€šãƒ‘ãƒ¼ãƒ„
------------------------------------
*/

.hide{
  display: none!important;
}
.container{
  max-width: 1240px;
  padding:0 20px;
  margin:0 auto;
}

.common_no_result{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}


.common_border_bottom_red{
  color: #e83331;
  text-decoration: underline;
  text-decoration-color: #e83331;
  text-underline-offset: 8px;
}

/*
------------------------------------
ã‚»ã‚¯ã‚·ãƒ§ãƒ³ã‚¿ã‚¤ãƒˆãƒ«ã‚»ãƒƒãƒˆ
------------------------------------
*/
.common_sec_title_set{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 28px;
  position: relative;
}

.common_sec_title_set::before,
.common_sec_title_set::after{
  content:'';
  width: 110px;
  background-color: #1a2348;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.common_sec_title_set::before{
  height:2px;
  bottom:10px;
}
.common_sec_title_set::after{
  height:4px;
  bottom:0px;
}

.common_sec_title_set .en_title{
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #1a2348;
}

.common_sec_title_set .ja_title{
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}

.common_sec_title_set .en_title + .ja_title{
  margin-top: 6px;
}


/*
------------------------------------
ä¸‹ç·šåŠåˆ†ä»˜ãã®ã‚¿ã‚¤ãƒˆãƒ«
------------------------------------
*/
.common_half_border_bototm_title{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
}

.common_half_border_bototm_title::after{
  content:'';
  margin-top: 12px;
  width: 60px;
  height: 3px;
  background-color: #1a2348;
}

/*
------------------------------------
é’è‰²ã®çŸ¢å°ä»˜ããƒœã‚¿ãƒ³
------------------------------------
*/
.common_blue_button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 80px;
  background-color: #1a2348;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  position: relative;
  transition-duration: 0.4s;
  margin:60px auto 0;
}

.common_blue_button::after{
  content:'';
  width: 24px;
  height: 24px;
  background-image: url('../img/common/icon_radi_arrow_right_white.png');
  border-radius: 50%;
  position: absolute;
  right:30px;
  top:0;
  bottom:0;
  margin:auto;
}

@media(any-hover:hover){
  .common_blue_button:hover{
    opacity: 0.5;
  }
}

/*
------------------------------------
ãŠå®¢æ§˜ã®å£°
------------------------------------
*/
.common_voice_list .voice_card{
  padding: 36px 46px 48px 46px;
  border: solid 3px #1a2348;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
}

.common_voice_list .voice_card + .voice_card{
  margin-top: 30px;
}

.common_voice_list .voice_card .voice_thumb{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 48px;
}

.common_voice_list .voice_card .voice_thumb.man{
  background-image: url('../img/voice/voice_man.jpg');
}
.common_voice_list .voice_card .voice_thumb.woman{
  background-image: url('../img/voice/voice_woman.jpg');
}

.common_voice_list .voice_card .cat_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  display: none!important;
}

.common_voice_list .voice_card .cat_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 30px;
  border-radius: 100px;
  background-color: #1a2348;
  padding:3px 14px;
  line-height: 1.3;
  color: #fff;
}

.common_voice_list .voice_card .cat_list + .voice_info_flex{
  margin-top: 20px;
}

.common_voice_list .voice_card .voice_info_flex{
  display: flex;
  align-items: center;
}

.common_voice_list .voice_card .star_list{
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.common_voice_list .voice_card .star{
  width:28px;
  height:27px;
  background-size: contain;
  background-image: url('../img/voice/voice_star_off.png');
}
.common_voice_list .voice_card .star.on{
  background-image: url('../img/voice/voice_star_on.png');
}

.common_voice_list .voice_card .star + .star{
  margin-left: 5px;
}

.common_voice_list .voice_card .voice_info{
  margin-left: 24px;
  font-size: 18px;
  line-height: 1.2;
}

.common_voice_list .voice_card .voice_title{
  margin-top: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.common_voice_list .voice_card .voice_text{
  margin-top: 15px;
  font-size: 18px;
  line-height: 2.11;
}

/*
------------------------------------
æ–°ç€æƒ…å&nbsp;±ä¸€è¦§
------------------------------------
*/
.common_news_list{
  display: flex;
  flex-wrap: wrap;
  gap:40px 26px;
  
}

.common_news_list .news_item{
  width:280px;
}

.common_news_list .news_card{
  display: block;
  height:100%;
  min-height: 300px;
  border: solid 3px #1a2348;
  background-color: #fff;
}

.common_news_list .news_card .thumb{
  position: relative;
  aspect-ratio:1/0.525;
}

.common_news_list .news_card .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.common_news_list .news_card .news_text_area{
  padding:20px 20px 20px;
}

.common_news_list .news_card .news_date{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #1a2348;
}

.common_news_list .news_card .news_title{
  margin-top: 6px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
}

.common_news_list .news_card .cat_list{
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:10px;
}

.common_news_list .news_card .cat_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  min-height: 30px;
  border-radius: 100px;
  background-color: #1a2348;
  padding:3px 14px;
  line-height: 1.3;
  color: #fff;
}

/*
------------------------------------
ãƒšãƒ¼ã‚¸ãƒãƒ¼ã‚·ãƒ§ãƒ³
------------------------------------
*/
.common_page_nation{
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px 12px;
  font-family: 'Roboto', sans-serif;;
  font-weight: bold;
  line-height: 1;

}

.common_page_nation span.current{/*ç¾åœ¨ã®ãƒšãƒ¼ã‚¸ãƒœã‚¿ãƒ³*/
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  height: 40px;
  padding:0 3px;
  border: solid 3px #1a2348;
  background-color: #1a2348;
  color:#fff;
  
}

.common_page_nation a.page-numbers{/*æŒ‡å®šã®ãƒšãƒ¼ã‚¸ç§»å‹•ãƒœã‚¿ãƒ³*/
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  height: 40px;
  padding:0 3px;
  border: solid 3px #1a2348;
  background-color: #fff;
  color:#1a2348;
  transition-duration: 0.4s;
}


.common_page_nation a.page-numbers.prev::after,
.common_page_nation a.page-numbers.next::after{
  content:'';
  width: 8px;
  height: 12px;
  transition-duration: 0.4s;
}

.common_page_nation a.page-numbers.prev{
  margin-right: 32px;
}
.common_page_nation a.page-numbers.prev::after{
  background-image: url('../img/common/icon_angle_left_blue.png');
}

.common_page_nation a.page-numbers.next{
  margin-left: 32px;
}
.common_page_nation a.page-numbers.next::after{
  background-image: url('../img/common/icon_angle_right_blue.png');
}

@media(any-hover:hover){
  .common_page_nation a.page-numbers.prev:hover::after{
    background-image: url('../img/common/icon_angle_left_white.png');
  }
  .common_page_nation a.page-numbers.next:hover::after{
    background-image: url('../img/common/icon_angle_right_white.png');
  }
}


@media(any-hover:hover){
  .common_page_nation a.page-numbers:hover{
    background-color: #1a2348;
    color:#fff;
  }
}



/*
------------------------------------
å¤§ã‚«ãƒ†ã‚´ãƒªãƒ¼ãƒªã‚¹ãƒˆ
------------------------------------
*/
.common_product_category_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:25px;
}

.common_product_category_list .product_category_card{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  height: 60px;
  border: solid 3px #1a2348;
  background-color: #fff;
  padding:0 10px;
  transition-duration: 0.4s;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a2348;
}

.common_product_category_list .product_category_card.active{
  background-color: #1a2348;
  color:#fff;
}

@media(any-hover:hover){
  .common_product_category_list .product_category_card:hover{
    background-color: #1a2348;
    color:#fff;
  }
}

/*
------------------------------------
FAQãƒªã‚¹ãƒˆ
------------------------------------
*/
.common_faq_list{

}

.common_faq_list .faq_block{
  border: solid 3px #1a2348;
  background-color: #fff;
}

.common_faq_list .faq_block + .faq_block{
  margin-top: 30px;
}

.common_faq_list .faq_block .faq_question{
  position: relative;
  padding:24px 110px 24px 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.common_faq_list .faq_block .faq_question::before{
  display: flex;
  justify-content: center;
  align-items: center;
  content:'Q';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1a2348;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing:0;
  color: #fff;
  position: absolute;
  left:30px;
  top:25px;
}

.common_faq_list .faq_block .faq_question::after{
  content:'ï¼‹';
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  color: #1a2348;
  position: absolute;
  right:36px;
  top:38px;
  transition-duration: 0.4s;
}
.common_faq_list .faq_block .faq_question.active::after{
  content:'ï¼';
}

.common_faq_list .faq_block .faq_answer{
  position: relative;
  border-top: 2px solid #ddd;
  padding:24px 110px 16px 100px;
  line-height: 2;
  min-height: 100px;
  display: none;
}

.common_faq_list .faq_block .faq_answer::before{
  display: flex;
  justify-content: center;
  align-items: center;
  content:'A';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fdd20e;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 1;
  letter-spacing:0;
  color: #1a2348;
  position: absolute;
  left:30px;
  top:25px;
}

/*
------------------------------------
å•†å“ãƒªã‚¹ãƒˆ
------------------------------------
*/
.common_product_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
  gap:40px 0;
}

.common_product_list .product_item{
  width: 580px;
  min-height: 100%;
}

.common_product_list .product_card{
  width: 100%;
  height: 100%;
  min-height:300px;
  display: flex;
  justify-content: center;
  padding:36px;
  border: solid 3px #1a2348;
  background-image:url('../img/common/product_card_bg.jpg');
  position: relative;
}

.common_product_list .thumb{
  width: 220px;
  height: 220px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 30px;
}

.common_product_list .thumb img{
  width:80%;
  height:80%;
  object-fit: contain;
}

.common_product_list .product_textarea{
  width:100%;

}

.common_product_list .product_name{
  padding-bottom: 6px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 3px solid #1a2348;
}

.common_product_list .product_cat_head{
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.common_product_list .product_cat_head::before{
  content:'';
  width: 23px;
  height: 31px;
  background-image: url('../img/common/icon_tag_orange.png');
  flex-shrink: 0;
  margin-right: 8px;
}

.common_product_list .product_cat_list{
  margin-top: 4px;
  font-weight: bold;
  line-height: 1.5;
}

.common_product_list .product_more{
  
  width: fit-content;
  display: flex;
  align-items: center;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1;
  color: #1a2348;
  position: absolute;
  right:40px;
  bottom:36px;
  z-index: 2;
}

.common_product_list .product_more::after{
  content:'';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-image: url('../img/common/icon_radi_arrow_right_blue.png');
  flex-shrink: 0;
  margin-left: 6px;
}


/*
------------------------------------
è²·å–å¼·åŒ–å•†å“ãƒªã‚¹ãƒˆ
------------------------------------
*/
.common_purchase_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:30px 0;
}

.common_purchase_list .purchase_item{
  width:580px;
}

.common_purchase_list .purchase_card{
  display: flex;
  align-items: flex-start;
  min-height:270px;
  height:100%;
  border: solid 3px #1a2348;
  background-image: url('../img/common/product_card_bg.jpg');
  
  padding:36px 36px 16px;
  position: relative;
}

.common_purchase_list .purchase_card .thumb{
  width: 190px;
  height: 190px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
}

.common_purchase_list .purchase_card .thumb img{
  width:80%;
  height:80%;
  object-fit: contain;
}

.common_purchase_list .purchase_card .purchase_status{
  
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding:0 8px;
  white-space: nowrap;
  height: 28px;
  background-color: #ff9600;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top:0;
  right:0;
  z-index: 2;
}

.common_purchase_list .purchase_card .purchase_text_area{

}

.common_purchase_list .purchase_card .purchase_maker{
  font-size: 18px;
  line-height: 1.3;
}

.common_purchase_list .purchase_card .purchase_cat_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 12px;
  gap:10px;
}

.common_purchase_list .purchase_card .purchase_cat_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:5px 15px;
  border-radius: 100px;
  background-color: #1a2348;
  line-height: 1.2;
  color: #fff;
}

.common_purchase_list .purchase_card .purchase_name{
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.common_purchase_list .purchase_card .purchase_price{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.common_purchase_list .purchase_card .purchase_price span{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #e83331;
  padding-left: 6px;
}

.common_purchase_list .purchase_card .purchase_price span.num{
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  padding-right: 4px;
}

/*
------------------------------------
è²·å–å®Ÿç¸¾
------------------------------------
*/

.common_result_list{
  display: flex;
  flex-wrap: wrap;
  gap:40px 30px;
}

.common_result_card{
  display: block;
  width: 380px;
  height: 100%;
  min-height: 480px;
  border: solid 3px #1a2348;
  background-color: #fffaed;
  position: relative;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .common_result_card:hover{
    opacity: 0.5;
  }
}

.common_result_card .thumb{
  aspect-ratio: 1/0.63;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common_result_card .thumb img{
  width:70%;
  height:80%;
  object-fit: contain;
}

.common_result_card .result_status{
  
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding:0 8px;
  white-space: nowrap;
  height: 28px;
  background-color: #ff9600;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom:0;
  right:0;
  z-index: 2;
}

.common_result_card .result_text_area{
  margin-top: 30px;
  padding:0 28px 16px;
}

.common_result_card .result_maker{
  font-size: 18px;
  line-height: 1.3;
}

.common_result_card .result_cat_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 12px;
  gap:10px;
}

.common_result_card .result_cat_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:5px 15px;
  border-radius: 100px;
  background-color: #1a2348;
  line-height: 1.2;
  color: #fff;
}

.common_result_card .result_name{
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.common_result_card .result_price{
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.3;
}

.common_result_card .result_price span{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  color: #e83331;
  padding-left: 6px;
}

.common_result_card .result_price span.num{
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  padding-right: 4px;
}


/*
------------------------------------
åˆ©ç”¨ã‚¬ã‚¤ãƒ‰ ã‚³ãƒ³ãƒ†ãƒ³ãƒ„
------------------------------------
*/

.common_guide_contents .area_head{
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom:2px solid #1a2348;
}

.common_guide_contents .purchase_area{
  margin-top: 48px;
}

.common_guide_contents .purchase_area .purchase_guide{
  margin-top: 16px;
  font-size: 18px;
  line-height: 2.11;
}

.common_guide_contents .purchase_area .purchase_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
}

.common_guide_contents .purchase_area .purchase_box{
  width: 580px;
  padding: 28px 40px;
  background-color: #fff;
  border: solid 3px #1a2348;
  position: relative;
}

.common_guide_contents .purchase_area .purchase_box::before{
  content:'';
  height:10px;
  background-color: #fff;
  position: absolute;
  top:-4px;
  left:0;
  right:0;
  margin:auto;
}

.common_guide_contents .purchase_area .purchase_box01::before{
  width:160px;
}
.common_guide_contents .purchase_area .purchase_box02::before{
  width:280px;
}

.common_guide_contents .purchase_area .purchase_head{
  width:100%;
  position: absolute;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #1a2348;
  z-index: 1;
  top:-16px;
  left:0;
}

.common_guide_contents .purchase_area .purchase_text{
  font-size: 18px;
  line-height: 2.11;
}

.common_guide_contents .purchase_area .purchase_remark{
  margin-top: 12px;
}

.common_guide_contents .purchase_area .purchase_list{
  padding-top: 36px;
}

.common_guide_contents .purchase_area .purchase_list li{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.56;
}

.common_guide_contents .purchase_area .purchase_list li::before{
  content:'';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:2px solid #1a2348;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 16px;
}

.common_guide_contents .purchase_area .purchase_list li + li{
  margin-top: 28px;
}

.common_guide_contents .maker_area{
  margin-top: 80px;
}

.common_guide_contents .maker_area .maker_list{
  margin-top: 16px;
  font-size: 18px;
  line-height: 2.11;
}

.common_guide_contents .maker_area .maker_remark{
  margin-top: 20px;
}

.common_guide_contents .link_list{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.common_guide_contents .link_list .link{
  width: 580px;
  min-height: 140px;
  padding:16px 30px;
  border: solid 3px #1a2348;
  background-color: #fdd20e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common_guide_contents .link_list .link::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  flex-shrink: 0;
  margin-left: 8px;
}

.common_guide_contents .link_list .link_contents{
  display: flex;
  align-items: center;
}

.common_guide_contents .link_list .link_icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 3px #1a2348;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.common_guide_contents .link_list .store .link_icon::after{
  content:'';
  width: 66px;
  height: 53px;
  background-image: url('../img/common/icon_menu_shop.png');
}
.common_guide_contents .link_list .delivery .link_icon::after{
  content:'';
  width: 58px;
  height: 66px;
  background-image: url('../img/common/icon_menu_delivery.png');
}

.common_guide_contents .link_list .link_text01{
  line-height: 1.5;
}
.common_guide_contents .link_list .link_text02{
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.common_guide_contents .link_list .link_text01 + .link_text02{
  margin-top: 6px;
}


/*
------------------------------------
ãƒ˜ãƒƒãƒ€ãƒ¼
------------------------------------
*/
header{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 20;
  background-color: #fffaed;
}

header a{
  transition-duration: 0.4s;
}

@media (any-hover:hover){
  header a:hover{
    opacity: 0.5;
  }
}


header .header_inner{
  
}

header .header_flex{
  padding-right: 30px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
}

header .header_flex::before{
  content:'';
  width:100%;
  height:10px;
  background-color: #1a2348;
  position: absolute;
  top:0;
  left:0;
  z-index: 21;
}

header .header_logo{
  position: absolute;
  top:0;
  left:0;
  z-index: 22;
  width: 340px;
  height: 100px;
  background-color: #1a2348;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_logo img{
  width:280px;
}

header .header_right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .header_nav{

}

header .header_nav .parent_list{
  display: flex;
  align-items: flex-start;
}

header .header_nav .parent_item{
  height:130px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding:0 6px;
  min-width: 116px; */
  padding:0 3px;
  min-width: 127px;
}

header .header_nav .parent_item + .parent_item{
  /* margin-left: 56px; */

}

header .header_nav .parent_link{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;

}

header .header_nav .parent_link p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #1a2348;
  white-space: nowrap;
  margin-top: 14px;
}

header .header_nav .parent_icon{
  height:58px;
  margin:0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_nav .parent_icon.beginner img{
  height: 58px;
}
header .header_nav .parent_icon.store img{
  height: 55px;
}
header .header_nav .parent_icon.delivery img{
  height: 53px;
}
header .header_nav .parent_icon.products img{
  height: 54px;
  transform: translateX(-8px);
}
header .header_nav .parent_icon.shop img{
  height: 54px;
}
header .header_nav .parent_icon.news img{
  height: 58px;
}
header .header_nav .parent_icon.price img{
  height: 58px;
}
header .header_nav .parent_icon.results img{
  height: 56px;
}


header .button_list{
  padding:10px 0;
  display: flex;
  margin-left: 40px;
}

header .button_list .button{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  height: 100px;
  border: solid 3px #1a2348;
  padding:0 4px;
}

header .button_list .button .button_icon{
  height:43px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .button_list .button p{
  margin-top: 9px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #1a2348;
}


header .button_list .button + .button{
  margin-left: 10px;
}

header .button_list .button.mail{
  background-color: #ff9600;
}
header .button_list .button.mail .button_icon::after{
  content:'';
  width: 45px;
  height: 26px;
  background-image: url('../img/common/icon_mail_orange.png');
}

header .button_list .button.line{
  background-color: #fff;
}
header .button_list .button.line .button_icon::after{
  content:'';
  width: 43px;
  height: 43px;
  background-image: url('../img/common/icon_header_line.png');
}


@media screen and (max-width:1700px){
  main{
    padding-top: 115px;
  }
  header .header_flex::before{
    height:8px;
  }
  
  header .header_logo{
    width: 272px;
    height: 80px;
  }
  
  header .header_logo img{
    width:224px;
  }
  
  header .header_nav .parent_item{
    height:105px;;
    align-items: center;
    padding:0 6px;
    min-width: 96px;
  }

  header .header_nav .parent_link p{
    font-size: 15px;
    margin-top: 10px;
  }
  
  header .header_nav .parent_icon{
    height:48px;
  }
  
  header .header_nav .parent_icon.beginner img{
    height: 47px;
  }
  header .header_nav .parent_icon.store img{
    height: 44px;
  }
  header .header_nav .parent_icon.delivery img{
    height: 43px;
  }
  header .header_nav .parent_icon.products img{
    height: 44px;
  }
  header .header_nav .parent_icon.shop img{
    height: 44px;
  }
  header .header_nav .parent_icon.news img{
    height: 47px;
  }
  header .header_nav .parent_icon.price img{
    height: 47px;
  }
  header .header_nav .parent_icon.results img{
    height: 45px;
  }

  header .button_list{
    padding:8px 0;
    margin-left: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .button_list .button{
    height: 80px;
  }

  header .button_list .button p{
    margin-top: 8px;
    font-size: 15px;
  }

}

@media screen and (max-width:1400px){
  header .header_flex {
    padding-right: 16px;
}
  
  header .header_nav .parent_item{
    padding:0 4px;
    min-width: 78px;
  }

  header .header_nav .parent_link p{
    font-size: 13px;
    margin-top: 8px;
  }
  
  header .header_nav .parent_icon{
    height:40px;
  }
  
  header .header_nav .parent_icon.beginner img{
    height:39px;
  }
  header .header_nav .parent_icon.store img{
    height: 36px;
  }
  header .header_nav .parent_icon.delivery img{
    height: 35px;
  }
  header .header_nav .parent_icon.products img{
    height: 36px;
  }
  header .header_nav .parent_icon.shop img{
    height: 36px;
  }
  header .header_nav .parent_icon.news img{
    height: 37px;
  }
  header .header_nav .parent_icon.price img{
    height: 37px;
  }
  header .header_nav .parent_icon.results img{
    height:36px;
  }

  header .button_list{
    margin-left: 12px;
  }

}


/*
------------------------------------
ãƒ•ãƒƒã‚¿ãƒ¼
------------------------------------
*/

footer{

}

footer a{
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  footer a:hover{
    opacity: 0.5;
  }
}

footer .footer_inner{
  max-width: 1240px;
  padding:0 20px;
  margin:0 auto;
}

footer .footer_area01{
  padding:50px 0 32px;
  background-color: #fffaed;
  position: relative;
}

footer .page_top{
  position: absolute;
  cursor: pointer;
  width: 60px;
  border-radius: 50%;
  top:-32px;
  right:56px;
  z-index: 3;
}

footer .page_top img{
  width: 100%;
  border-radius: 50%;
}

footer .footer_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .footer_logo{
  display: block;
  width:256px;
}
footer .footer_logo img{
  width: 100%;
}

footer .footer_text01{
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.3;
}

footer .footer_text02{
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.56;
}

footer .footer_text03{
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.71;
}

footer .footer_nav{
  display: flex;
  align-items: flex-start;
}

footer .footer_nav_left{
  display: flex;
  align-items: flex-start;
}

footer .footer_nav .parent_menu{
  margin-right: 72px;
}

footer .footer_nav .parent_item + .parent_item{
  margin-top: 24px;
}

footer .footer_nav .parent_link{
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
footer .footer_nav .parent_link::before{
  content:'';
  width: 9px;
  height: 16px;
  background-image:url('../img/common/icon_angle_right_blue.png');
  flex-shrink: 0;
  margin-right: 20px;
}

footer .footer_nav .child_menu{
  margin-top: 24px;
  padding-left: 2px;
}

footer .footer_nav .child_item + .child_item{
  margin-top: 16px;
}

footer .footer_nav .child_link{
  line-height: 1.3;
  display: flex;
  align-items: center;
}

footer .footer_nav .child_link::before{
  content:'';
  width: 7px;
  height: 12px;
  background-image:url('../img/common/icon_angle_right_blue.png');
  flex-shrink: 0;
  margin-right: 20px;
}

footer .footer_area02{
  padding:20px 0;
  background-color: #1a2348;
}

footer .footer_area02_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer_copy{
  color:#fff;
}

footer .footer_area02_right{
  display: flex;
  align-items: center;
  gap:0 32px;
}

footer .footer_area02_right a{
  display: flex;
  align-items: center;
  color:#fff;
}

footer .footer_area02_right a::before{
  content:'';
  width: 7px;
  height: 12px;
  background-image: url('../img/common/icon_angle_right_white.png');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 9px;
}

footer .footer_area02_right a[target="_blank"]::after{
  content:'';
  width: 14px;
  height: 14px;
  background-image: url('../img/common/icon_link_white.png');
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-left: 6px;
}
/*
------------------------------------
æ¤œç´¢ã‚¨ãƒªã‚¢ã‚»ã‚¯ã‚·ãƒ§ãƒ³
------------------------------------
*/
.common_search_section{
  padding:94px 0 100px;
  background-image: url('../img/common/common_blue_bg.jpg');
}

.common_search_section .search_head_frame{
  width: fit-content;
  margin:0 auto;
  position: relative;
  padding:0 15px 12px;
  transform: translateX(75px);
}

.common_search_section .search_head_frame::before{
  content:'';
  width: 144px;
  height: 177px;
  background-image: url('../img/top/top_search_chara.png');
  position: absolute;
  top:-32px;
  left:-164px;
  z-index: 1;
}

.common_search_section .search_head_frame::after{
  content:'';
  width: 100%;
  height: 36px;
  background-color: #fdd20e;
  position: absolute;
  left:0;
  bottom:0;
}
.common_search_section .search_head{
  position: relative;
  z-index: 2;
  width:690px;
}

.common_search_section .search_head img{
  width:100%;
  
}

.common_search_section .search_box{
  padding:60px 80px;
  margin-top: 28px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

.common_search_section .search_line + .search_line{
  margin-top: 30px;
}

.common_search_section .search_label{
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.common_search_section .search_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.common_search_section .search_flex .search_block{
  width: 48%;
}

.common_search_section .select_frame{
  position: relative;
  margin-top: 20px;
}

.common_search_section .select_frame::after{
  content:'';
  width:0;
  height:0;
  border-style:solid;
  border-width: 9px 9px 0 9px;
  border-color: #1a2348 transparent transparent transparent;
  position: absolute;
  pointer-events: none;
  right:18px;
  top:0;
  bottom:0;
  margin:auto;
}

.common_search_section .select_frame select{
  display: block;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  padding-right: 48px;
  border: solid 3px #1a2348;
  background-color: #fffaed;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: left;
}


.common_search_section .text_frame{
  margin-top: 20px;
}

.common_search_section .text_frame input{
  display: block;
  width: 100%;
  height: 60px;
  padding:0 20px;
  font-size: 18px;
  line-height: 1.33;
  text-align: left;
  border: solid 3px #1a2348;
  background-color: #fffaed;
}

.common_search_section .search_button{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 420px;
  height: 80px;
  background-color: #1a2348;
  margin:40px auto 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding-right: 20px;
}

.common_search_section .search_button::after{
  content:'';
  width: 12px;
  height: 20px;
  background-image: url('../img/common/icon_angle_right_white.png');
  position: absolute;
  right:30px;
  top:0;
  bottom:0;
  margin:auto;
}

.common_search_section .search_button .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 15px;
}

.common_search_section .search_button .icon::after{
  content:'';
  width: 29px;
  height: 29px;
  background-image: url('../img/common/icon_menu_search.png');
}
/*
------------------------------------
é¸ã¹ã‚‹è²·å–æ–¹æ³•ã‚»ã‚¯ã‚·ãƒ§ãƒ³
------------------------------------
*/
.common_purchase_section{
  padding-top: 100px;
  padding-bottom: 100px;
  
}

.common_purchase_section .link_list{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.common_purchase_section .link_list .link{
  width: 580px;
  min-height: 140px;
  padding:16px 30px;
  border: solid 3px #1a2348;
  background-color: #fdd20e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.common_purchase_section .link_list .link::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  flex-shrink: 0;
  margin-left: 8px;
}

.common_purchase_section .link_list .link_contents{
  display: flex;
  align-items: center;
}

.common_purchase_section .link_list .link_icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 3px #1a2348;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.common_purchase_section .link_list .store .link_icon::after{
  content:'';
  width: 66px;
  height: 53px;
  background-image: url('../img/common/icon_menu_shop.png');
}
.common_purchase_section .link_list .delivery .link_icon::after{
  content:'';
  width: 58px;
  height: 66px;
  background-image: url('../img/common/icon_menu_delivery.png');
}

.common_purchase_section .link_list .link_text01{
  line-height: 1.5;
}
.common_purchase_section .link_list .link_text02{
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.common_purchase_section .link_list .link_text01 + .link_text02{
  margin-top: 6px;
}


.common_purchase_section .contact_area{
  margin-top: 80px;
  position: relative;
  padding:20px 414px 40px 56px;
  background-image: url('../img/common/purchase_bg.jpg');
}

.common_purchase_section .contact_area::after{
  content:'';
  width: 384px;
  height: 466px;
  background-image: url('../img/common/purchase_chara.png');
  position: absolute;
  right:20px;
  bottom:0px;
}

.common_purchase_section .contact_text01{
  width: fit-content;
  margin:0 auto;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  position: relative;
  
}

.common_purchase_section .contact_text01 .baloon{
  position: absolute;
  width:132px;
  z-index: 2;
  left:-122px;
  top:-48px;
}

.common_purchase_section .contact_text01 .baloon img{
  width: 100%;
}


.common_purchase_section .contact_text01 strong{
  font-size: 63px;
  font-weight: bold;
  line-height: 0.48;
  color: #fdd20e;
  text-decoration: underline;
  text-underline-offset: 15px;
}


.common_purchase_section .tel_block{
  height: 80px;
  border: solid 3px #1a2348;
  background-color: #fff;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common_purchase_section .tel_block .num{
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height:1;
  color: #e83331;
  flex-shrink: 0;
  
}
.common_purchase_section .tel_block .num::before{
  content:'';
  width: 30px;
  height: 38px;
  background-image: url('../img/common/icon_tel_orange.png');
  flex-shrink:0;
  margin-right: 10px;
}

.common_purchase_section .tel_block .tel_text{
  margin-left: 18px;
  line-height: 1.38;
}

.common_purchase_section .button_list{
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.common_purchase_section .button_list .button{
  width: 100%;
  height: 100px;
  position: relative;
  border: solid 3px #1a2348;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: #1a2348;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common_purchase_section .button_list .button::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  flex-shrink: 0;
  position: absolute;
  right:50px;
  top:0;
  bottom:0;
  margin:auto;
}

.common_purchase_section .button_list .button p{
  display: flex;
  align-items: center;
}
.common_purchase_section .button_list .button p::before{
  content:'';
  flex-shrink: 0;
}

.common_purchase_section .button_list .button.line{
  background-color: #4fc714;
  width: 100%;
}
.common_purchase_section .button_list .button.line p::before{
  width: 52px;
  height: 52px;
  background-image: url('../img/common/icon_line.png');
  margin-right: 20px;
}

.common_purchase_section .button_list .button.mail{
  background-color: #ff9600;
}
.common_purchase_section .button_list .button.mail p::before{
  width: 45px;
  height: 26px;
  background-image: url('../img/common/icon_mail_orange.png');
  margin-right: 8px;
}


/*
------------------------------------
å…±é€šã®ãŠå•ã„åˆã‚ã›ã‚»ã‚¯ã‚·ãƒ§ãƒ³
------------------------------------
*/

.common_contact_section{
  padding:100px 0;
  background-image: url('../img/common/common_blue_bg.jpg');
}

.common_contact_section .common_sec_title_set,
.common_contact_section .common_sec_title_set .en_title{
  color:#fff;
}
.common_contact_section .common_sec_title_set::before,
.common_contact_section .common_sec_title_set::after{
  background-color: #fff;
}

.common_contact_section .contact_box{
  max-width: 1080px;
  margin:60px auto 0;
  background-color: #fff;
  padding:50px 0 40px;
  position: relative;
}

.common_contact_section .contact_box::before,
.common_contact_section .contact_box::after{
  content:'';
  position: absolute;
  bottom:0;
  z-index: 2;
}

.common_contact_section .contact_box::before{
  width: 136px;
  height: 127px;
  background-image: url('../img/common/contact_chara01.png');
  left:92px;
}
.common_contact_section .contact_box::after{
  width: 180px;
  height: 129px;
  background-image: url('../img/common/contact_chara02.png');
  right:58px;
}

.common_contact_section .contact_text01{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.common_contact_section .contact_button{
  display: flex;
  align-items: center;
  position: relative;
  max-width: 560px;
  height:100px;
  margin:24px auto 0;
  border: solid 3px #1a2348;
  background-color: #e83331;
  padding-left: 100px;
}
.common_contact_section .contact_button p{
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
}

.common_contact_section .contact_button p::before{
  content:'';
  width: 50px;
  height: 29px;
  background-image: url('../img/common/icon_mail_orange.png');
  flex-shrink: 0;
  margin-right: 14px;
  margin-top: 3px;
}

.common_contact_section .contact_button::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_white.png');
  position: absolute;
  right:30px;
  top:0;
  bottom:0;
  margin:auto;
}

/*
------------------------------------
ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸
------------------------------------
*/
body.top_body{
  
}
main.top_main{

}

.top_section{
  position: relative;
}

.top_mv_section{
  
}

.top_mv_section .flex{
  display: flex;
}

.top_mv_section .top_mv_left {
  width: 50%;
  aspect-ratio: 1 / 0.7;
}

.top_mv_section .top_mv_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_mv_section .top_swiper_block {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.top_mv_section .top_mv_slide {
  width: 100%;
  aspect-ratio: 1 / 0.7;
}

.top_mv_section .top_mv_slide a{
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .top_mv_section .top_mv_slide a:hover{
    opacity: 0.5;
  }
}

.top_mv_section .top_mv_slide .top_mv_card {
  width: 100%;
  height: 100%;
  display: block;
}

.top_mv_section .top_mv_slide .top_mv_card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_mv_section .swiper_pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 15;
}

.top_mv_section .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  opacity: 1;
  background: #cac2ad;
  transition-duration: 0.4s;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #1a2348;
}

.top_mv_section .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fdd20e;
}

@media(any-hover:hover){
  .top_mv_section .swiper-pagination-bullet:hover{
    opacity: 1;
    background-color: #fdd20e;
    
  }
}

.top_sale_section{
  padding:30px 0;
  background-image: url('../img/top/top_sale_bg.jpg');
}

.top_sale_section .flex{
  display: flex;
  justify-content: center;
}

.top_sale_section .button{
  display: flex;
  align-items: center;
  width: 520px;
  height: 100px;
  background-color: #fdd20e;
  position: relative;
  margin:0 20px;
  padding-left: 98px;
  font-size: 32px;
  font-weight: 900;
  line-height: 0.75;
}

.top_sale_section .button::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  position: absolute;
  right:30px;
  top:0;
  bottom:0;
  margin:auto;
} 

.top_sale_section .button_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border: solid 3px #1a2348;
  background-color: #fff;
  flex-shrink: 0;
  margin-right: 12px;
  border-radius: 50%;
}

.top_sale_section .store .button_icon::after{
  content:'';
  width: 45px;
  height: 36px;
  background-image: url('../img/common/icon_menu_shop.png');
}
.top_sale_section .delivery .button_icon::after{
  content:'';
  width: 40px;
  height: 46px;
  background-image: url('../img/common/icon_menu_delivery.png');
}


.top_beginner_section{
  padding:170px 0 70px;
  background-image: url('../img/common/common_yellow_bg.jpg');
  position: relative;
  overflow: hidden;
} 

.top_beginner_section::before,
.top_beginner_section::after{
  content:'';
  width:480px;
  height: 840px;
  top:-100px;
  position: absolute;
}

.top_beginner_section::before{
  background-image: url('../img/top/top_beginner_bg_left.jpg');
  right:calc(50% + 480px);
}
.top_beginner_section::after{
  background-image: url('../img/top/top_beginner_bg_right.jpg');
  left:calc(50% + 480px);
}

.top_beginner_section .beginner_frame{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1920px;
  margin:0 auto;
  position: relative;
}


.top_beginner_section .beginner_contents{
  max-width: 960px;
  margin:0 auto;
  padding:0 90px;
}

.top_beginner_section .beginner_head_frame{
  position: relative;
}

.top_beginner_section .beginner_head_frame::before{
  content:'';
  width:335px;
  height:178px;
  background-image: url('../img/top/top_beginner_chara.png');
  position: absolute;
  top:-120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.top_beginner_section .beginner_head{
  max-width:727px;
  margin:0 auto;
  position: relative;
  z-index: 3;
}

.top_beginner_section .beginner_head img{
  width: 100%;
}

.top_beginner_section .beginner_text{
  margin-top: 24px;
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
}

.top_beginner_section .beginner_button{
  margin:56px auto 0;
}


.top_product_section{
  padding:100px 0;
}

.top_product_section .common_product_list{
  margin-top: 60px;
}

.top_result_section{
  padding:100px 0;
  background-image: url('../img/common/common_yellow_bg.jpg');
  position: relative;
} 

.top_result_section .swiper_block{
  margin-top: 60px;
}

.top_result_section .swiper_result_button{
  cursor: pointer;
  width:40px;
  height:40px;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  top:0;
  bottom:0;
  margin:auto;
}

.top_result_section .swiper_result_prev{
  background-image: url('../img/common/swipe_prev.png');
  right:calc(50% + 610px);
}
.top_result_section .swiper_result_next{
  background-image: url('../img/common/swipe_next.png');
  left:calc(50% + 610px);
}

.top_result_section .result_slide{
  width:410px;
  padding:0 15px;
}

.top_result_section .common_result_card{
  width: 100%;
  pointer-events: none;
}

.top_result_section .common_result_card::before{
  content:'';
  width:100%;
  height:100%;
  background-color:#28345a ;
  position: absolute;
  top:0;
  left:0;
  z-index:2;
  opacity: 0.6;
}

.top_result_section .swiper-slide-active .common_result_card,
.top_result_section .swiper-slide-active + .result_slide .common_result_card,
.top_result_section .result_slide:has(+ .swiper-slide-active) .common_result_card
{
  pointer-events: auto;
}


.top_result_section .swiper-slide-active .common_result_card::before,
.top_result_section .swiper-slide-active + .result_slide .common_result_card::before,
.top_result_section .result_slide:has(+ .swiper-slide-active) .common_result_card::before{
  opacity: 0;
}

.top_purchase_section{
  padding:100px 0;
  background-image: url('../img/common/common_yellow_bg.jpg');
}

.top_purchase_section .purchase_area{
  margin-top: 60px;
}

.top_purchase_section .tab_list{
  display: flex;
  justify-content: space-between;
}

.top_purchase_section .tab_list .tab{
  width: 195px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: solid 3px #1a2348;
  border-bottom: none;
  background-color: #fffaed;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a2348;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .top_purchase_section .tab_list .tab:hover{
    background-color: #1a2348;
    color: #fff;
  }
}

.top_purchase_section .tab_list .tab.active{
  background-color: #1a2348;
  color: #fff;
  pointer-events: none;
}

.top_purchase_section .purchase_frame{
  background-color: #fff;
  padding:56px;
  border: 3px solid #1a2348;
}

.top_purchase_section .common_purchase_list .purchase_item{
  width:530px;
}

.top_purchase_section .common_purchase_list .purchase_card{
  background:#fffaed;
}

.top_voice_section{
  padding:100px 0;
  background-image: url('../img/common/common_skin_bg.jpg');
} 

.top_voice_section .common_voice_list{
  margin-top: 60px;
}

.top_shop_section{
  padding:100px 0;
  background-image: url('../img/top/top_shop_bg.jpg');
} 

.top_shop_section .common_sec_title_set,
.top_shop_section .common_sec_title_set .en_title{
  color:#fff;
}
.top_shop_section .common_sec_title_set::before,
.top_shop_section .common_sec_title_set::after{
  background-color: #fff;
}

.top_shop_section .shop_text{
  display: flex;
  justify-content: center;
  margin-top: 40px;
  font-size: 18px;
  line-height: 2.11;
  color: #fff;
}
.top_shop_section .shop_button{
  border: solid 3px #fff;
  margin:48px auto 0;
}

.top_news_section{
  padding:100px 0;
}

.top_news_section .news_frame{
  margin-top: 60px;
  background-color: #fff;
  border: solid 3px #1a2348;
  padding:32px 60px 60px;
}

.top_news_section .news_list{

}

.top_news_section .news_list .news_item{
  border-bottom: 2px solid #1a2348;
}

.top_news_section .news_list .news_card{
  padding:24px 48px 24px 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.top_news_section .news_list .news_card::after{
  content:'';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-image: url('../img/common/icon_radi_arrow_right_blue.png');
  position: absolute;
  right:20px;
  top:28px;
}

.top_news_section .news_list .news_left{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 28px;
}

.top_news_section .news_list .news_date{
  flex-shrink: 0;
  width:118px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #1a2348;
  padding-right: 6px;
}

.top_news_section .news_list .news_cat{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 30px;
  border-radius: 15px;
  background-color: #1a2348;
  padding:0 4px;
  flex-shrink: 0;
  line-height: 1.3;
  color: #fff;
}

.top_news_section .news_list .news_title{
  font-size: 18px;
  line-height: 1.5;
  width: 100%;
}

.top_link_section{
  padding:100px 0;
  background-image:url('../img/top/top_link_bg.jpg');
}

.top_link_section .link_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top_link_section .link{
  width: 580px;
  min-height: 180px;
  padding:72px 16px 24px;
  position: relative;
  border: solid 3px #1a2348;
  background-color: #fdd20e;
}

.top_link_section .link .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 3px #1a2348;
  background-color: #fff;
  position: absolute;
  left:0;
  right:0;
  top:-40px;
  margin:auto;
}

.top_link_section .link .icon.recruit::after{
  content:'';
  width: 60px;
  height: 51px;
  background-image: url('../img/common/icon_menu_recruit.png');
}
.top_link_section .link .icon.company::after{
  content:'';
  width: 59px;
  height: 57px;
  background-image: url('../img/common/icon_menu_company.png');
}

.top_link_section .link .link_text{
  display: flex;
  justify-content: center;
  line-height: 1.5;
}

.top_link_section .link .link_title{
  display: flex;
  justify-content: center;
  margin-top:8px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
}

/*
------------------------------------
ä¸‹å±¤mv
------------------------------------
*/

.page_mv_section{
  padding:75px 0;
  background-image: url('../img/common/common_title_sec_bg.jpg');
}

/*
------------------------------------
ãƒ‘ãƒ³ã‚¯ã‚º
------------------------------------
*/

.common_bread_section{
  padding:20px 0 10px;
}

.common_bread_section .bread_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:24px;
  line-height: 1.2;
  font-size: 18px;

}

.common_bread_section .bread_list a{
  color: #1a2348;
  transition-duration: 0.4s;
  text-decoration: underline;
  text-underline-offset: 8px;
}

@media(any-hover:hover){
  .common_bread_section .bread_list a:hover{
    opacity: 0.5;
  }
}

.common_bread_section .bread_list .arrow{
  width: 9px;
  height: 16px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  margin-top: 1px;
}

/*
------------------------------------
æ–°ç€æƒ…å&nbsp;±ä¸€è¦§
------------------------------------
*/

body.archive_news_body{
  object-fit: cover;
}

main.archive_news_main{

}

.archive_news_section01{
  padding-top: 72px;
  padding-bottom: 120px;
}

.archive_news_section01 .news_category_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:25px;
}

.archive_news_section01 .news_category_list .news_category_card{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  height: 60px;
  border: solid 3px #1a2348;
  background-color: #fff;
  padding:0 10px;
  transition-duration: 0.4s;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a2348;
}

.archive_news_section01 .news_category_list .news_category_card.active{
  background-color: #1a2348;
  color:#fff;
}

@media(any-hover:hover){
  .archive_news_section01 .news_category_list .news_category_card:hover{
    background-color: #1a2348;
    color:#fff;
  }
}

.archive_news_section01 .common_news_list{
  margin-top: 80px;
}



/*
------------------------------------
æ–°ç€æƒ…å&nbsp;±è©³ç´°
------------------------------------
*/

body.single_news_body{
  object-fit: cover;
}

main.single_news_main{

}

.single_news_section01{
  padding-top: 72px;
  padding-bottom: 120px;
}

.single_news_section01 .news_frame{
  max-width: 860px;
  margin:0 auto;
}

.single_news_section01 .info_flex{
  display: flex;
  align-items: flex-start;
}

.single_news_section01 .info_flex .news_date{
  flex-shrink: 0;
  margin-right: 20px;
  padding-top: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #1a2348;
}

.single_news_section01 .cat_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:10px;
}

.single_news_section01 .cat_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 30px;
  padding:4px 10px;
  border-radius: 100px;
  background-color: #1a2348;
  line-height: 1.3;
  color: #fff;
}

.single_news_section01 .news_title{
  margin-top: 12px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
}

.single_news_section01 .news_single_block{
  margin-top: 40px;
}

.common_single_block{

}

.common_single_block .wp-block-image{
  margin-top: 40px;
}

.common_single_block .wp-block-image img{
  max-width: 100%;
}

.common_single_block h2{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.71;
  position: relative;
  padding-bottom: 20px;
  margin-top: 44px;
}

.common_single_block h2::before,
.common_single_block h2::after{
  content:'';
  width: 100%;
  position: absolute;
  left:0;
  background-color: #1a2348;
}

.common_single_block h2::before{
  height:2px;
  bottom:7px;
}
.common_single_block h2::after{
  height:3px;
  bottom:0;
}

.common_single_block h3{
  padding-left: 20px;
  margin-top: 44px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.77;
  border-left: 3px solid #1a2348;
}



.common_single_block h4{
  margin-top: 44px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.83;
  padding:12px 20px;
  background-color: #fff;
  border-bottom: 3px solid  #1a2348;
}


.common_single_block h5{
  margin-top: 44px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.77;
  padding-left: 32px;
  position: relative;
}

.common_single_block h5::before{
  content:'';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: solid 2px #1a2348;
  background-color: #fff;
  position: absolute;
  left:0;
  top:10px;
}

.common_single_block h6{
  margin-top: 44px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
}

.common_single_block p{
  margin-top: 40px;
  font-size: 18px;
  line-height: 2.11;
}

.common_single_block ul{
  margin-top: 48px;
}

.common_single_block ul li{
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding-left: 28px;
}

.common_single_block ul li::before{
  content:'';
  width:12px;
  height:12px;
  border-radius: 50%;
  border:2px solid #1a2348;
  background-color: #fff;
  position: absolute;
  left:0;
  top:8px;
}

.common_single_block ul li + li{
  margin-top: 8px;
}

.common_single_block ol{
  margin-top: 48px;
}

.common_single_block ol li{
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding-left: 28px;
  counter-increment: cnt;
}

.common_single_block ol li::before {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  content: counter(cnt)".";
  color: #1a2348;
  position: absolute;
  left:0;
  top:0;
}

.common_single_block ol li + li{
  margin-top: 8px;
}

.common_single_block pre{
  margin-top: 56px;
  padding:28px 44px;
  font-size: 18px;
  line-height: 2.11;
  background-color: #fff;
  border: solid 3px #1a2348;
}

.common_single_block .wp-block-table{
  margin-top: 60px;
}

.common_single_block table{
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  overflow: hidden;
  border: solid 3px #1a2348;
}

.wp-block-table table{
  table-layout: auto!important;
}
.common_single_block table tr{
  
}

.common_single_block table td{
  padding:24px 16px;
  font-size: 18px;
  line-height: 1.3;
  background-color: #ffff;
  border:none;
  border-bottom: solid 1px #ccc;
}

.common_single_block table tr:last-child td{
  border-bottom:none;
}

.common_single_block table td:first-child{
  background-color: #1a2348;
  color:#fff;
}

.common_single_block .wp-block-quote{
  margin-top: 80px;
  border: solid 3px #979cb3;
  background-color: #fff;
  padding:32px 40px 24px 160px;
  font-size: 18px;
  line-height: 2.11;
  position: relative;
  min-height:72px;
}

.common_single_block .wp-block-quote::before{
  content:'';
  width: 120px;
  height:100%;
  background-color: #979cb3;
  position: absolute;
  left:0;
  top:0;
}

.common_single_block .wp-block-quote::after{
  content:'';
  width: 50px;
  height: 54px;
  background-image: url('../img/common/icon_quote_white.png');
  position: absolute;
  top:0;
  bottom:0;
  left:35px;
  z-index: 1;
  margin:auto;
}

.common_single_block .wp-block-quote p{
  margin-top: 0;
}

.common_single_block .wp-block-quote p + p{
  margin-top: 24px;
}

.single_news_section01 .news_list_button{
  margin-top: 80px;
}

.single_news_section02{
  padding-bottom: 120px;
}

.single_news_section02 .sec_title{
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom:3px solid #1a2348;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.single_news_section02 .sec_title::before{
  content:'';
  width: 32px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 12px;
  background-image: url('../img/common/icon_menu_document.png');
}

.single_news_section02 .common_news_list{
  margin-top: 40px;
}

/*
------------------------------------
ãŠå®¢æ§˜ã®å£°
------------------------------------
*/

body.voice_body{
  
}
main.voice_main{

}

.voice_section01{
  padding:80px 0 120px;
}

.voice_section01 .common_page_nation{
  margin-top: 100px;
}

/*
------------------------------------
ã‚ˆãã‚ã‚‹è³ªå•
------------------------------------
*/

body.faq_body{
  
}
main.faq_main{

}

.faq_section01{
  padding:80px 0 120px;
}



.faq_section01 .common_faq_list{
  margin-top: 80px;
}



/*
------------------------------------
è²·å–å¼·åŒ–å•†å“
------------------------------------
*/

body.purchase_body{
  
}
main.purchase_main{

}

.purchase_section01{
  padding:80px 0 120px;
}

.purchase_section01 .anchor_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:25px 20px;
}

.purchase_section01 .anchor_list li a{
  min-width: 280px;
  height: 60px;
  border: solid 3px #1a2348;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a2348;
  cursor: pointer;
  transition-duration: 0.4s;
}

.purchase_section01 .anchor_list li a::after{
  content:'';
  width: 18px;
  height: 10px;
  background-image: url('../img/common/icon_angle_bottom_blue.png');
  position: absolute;
  right:24px;
  top:0;
  bottom:0;
  margin:auto;
}

@media(any-hover:hover){
  .purchase_section01 .anchor_list li a:hover{
    background-color: #1a2348;
    color: #fff;
  }
  .purchase_section01 .anchor_list li a:hover::after{
    background-image: url('../img/common/icon_angle_bottom_white.png');
  }
}


.purchase_section01 .purchase_area{
  margin-top: 100px;
}

.purchase_section01 .purchase_area + .purchase_area{
  margin-top: 80px;
}

.purchase_section01 .purchase_area .area_title{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 18px;
  border-bottom: 2px solid #1a2348;
}

.purchase_section01 .common_purchase_list{
  margin-top: 40px;
}

/*
------------------------------------
è²·å–å¼·åŒ–å•†å“
------------------------------------
*/

body.archive_result_body{
  
}
main.archive_result_main{

}

.archive_result_section01{
  padding:80px 0 100px;
}

.archive_result_section02{
  padding:90px 0 120px;
  background-image:url('../img/common/common_yellow_bg.jpg');
}

/*
------------------------------------
è²·å–å¼·åŒ–å•†å“ è©³ç´°
------------------------------------
*/

body.single_result_body{
  
}
main.single_result_main{

}

.single_result_section01{
  padding:80px 0 100px;
}

.single_result_section01 .result_title{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.63;
}

.single_result_section01 .flex{
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
}

.single_result_section01 .img_area{
  flex-shrink: 0;
  width:500px;
  margin-right: 60px;
}

.single_result_section01 .result_main_img_frame{
  aspect-ratio: 1/1;
  position: relative;
  background-color: #fff;
  border: solid 3px #1a2348;
}

.single_result_section01 .result_main_img_frame img{
  width: 80%;
  height: 80%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  margin:auto;
  opacity: 0;
  transition-duration: 0.4s;
}
.single_result_section01 .result_main_img_frame img.show{
  opacity: 1;
}

.single_result_section01 .result_gal_list{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap:20px 25px;
}

.single_result_section01 .result_gal_item {
  width: 150px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border: solid 3px #1a2348;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.single_result_section01 .result_gal_item::after{
  content:'';
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);
  position: absolute;
  top:0;
  left:0;
  z-index:2;
  opacity: 0;
}

.single_result_section01 .result_gal_item.active{
  pointer-events: none;
}

.single_result_section01 .result_gal_item.active::after{
  opacity: 1;
}

.single_result_section01 .result_gal_item img{
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.single_result_section01 .text_area{
  width:100%;
}

.single_result_section01 .tag_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:10px;
}

.single_result_section01 .tag_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 30px;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #1a2348;
  line-height: 1.3;
  color: #fff;
}

.single_result_section01 .result_name{
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.71;
}

.single_result_section01 .result_table{
  width:100%;
  margin-top: 32px;
  border-collapse: collapse;

}

.single_result_section01 .result_table th{
  padding:12px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
  border-bottom:2px solid #1a2348;
  white-space: nowrap;
  height: 70px;
}

.single_result_section01 .result_table td{
  padding:12px 20px;
  font-size: 18px;
  line-height: 1.3;
  border-bottom:2px solid #c2bdaa;
  width:100%;
  height: 70px;
}

.single_result_section01 .result_table .result_price{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  color: #e83331;
}

.single_result_section01 .result_table .result_price span{
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}

.single_result_section01 .rank_head{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  padding-bottom: 16px;
  border-bottom:2px solid #1a2348;
  margin-top: 56px;
}

.single_result_section01 .rank_list{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.single_result_section01 .rank_list li{
  width:120px;
  position: relative;
}

.single_result_section01 .rank_list li::before{
  content:'';
  width:100%;
  height:100%;
  z-index: 2;
  position: absolute;
  top:0;
  left:0;
  background-color: rgba(40,52,90,0.8);
  mix-blend-mode: multiply;
}

.single_result_section01 .rank_list li.active::before{
  content:none;
}

.single_result_section01 .rank_list li img{
  width:100%;
}

.single_result_section02{
  padding:100px 0;
  background-image:url('../img/common/common_yellow_bg.jpg');
}

.single_result_section02 .sec_title{
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  border-bottom:3px solid #1a2348;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.single_result_section02 .sec_title::before{
  content:'';
  width: 32px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 12px;
  background-image: url('../img/common/icon_menu_document_blue.png');
}

.single_result_section02 .common_result_list{
  margin-top: 40px;
}


/*
------------------------------------
å–æ‰±å•†å“
------------------------------------
*/

body.archive_product_body{
  
}
main.archive_product_main{

}

.archive_product_section01{
  padding:90px 0 120px;
}

/*
------------------------------------
å–æ‰±å•†å“ è©³ç´°
------------------------------------
*/

body.single_product_body{
  
}
main.single_product_main{

}

.single_product_section{
  padding:100px 0;
}

.single_product_section .sec_title{
  padding-top: 14px;
  padding-bottom: 16px;
  border-bottom:2px solid #1a2348;
  position: relative;
  padding-left: 60px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.single_product_section .sec_title::before{
  content:'';
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  
}

.single_product_section01{
  padding:90px 0 100px;
}

.single_product_section01 .product_name{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
}
.single_product_section01 .product_name::after{
  content:'';
  width: 60px;
  height: 3px;
  background-color: #1a2348;
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.single_product_section01 .flex{
  margin-top: 60px;
  display: flex;
  align-items: flex-start;
}

.single_product_section01 .img_area{
  width: 500px;
  height: 500px;
  border: solid 3px #1a2348;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 60px;
}

.single_product_section01 .img_area img{
  width:80%;
  height:80%;
  object-fit: contain;
}

.single_product_section01 .text_area{
  width:100%;
}

.single_product_section01 .product_text{
  font-size: 18px;
  line-height: 2.11;
}

.single_product_section01 .product_category_head{
  margin-top: 32px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 2px solid #1a2348;
}

.single_product_section01 .product_category_head::before{
  content:'';
  width: 25px;
  height: 33px;
  background-image: url('../img/common/icon_tag_orange.png');
  flex-shrink: 0;
  margin-right: 10px;
}

.single_product_section01 .product_category_contents{
  margin-top: 8px;
  line-height: 2.25;
}

.single_product_result_section{
  background-image: url('../img/common/common_yellow_bg.jpg');
}

.single_product_result_section .sec_title::before{
  width: 30px;
  height: 33px;
  background-image: url('../img/common/icon_menu_document_blue.png');
  left:10px;
}

.single_product_result_section .common_result_list{
  margin-top: 40px;
}

.single_product_purchase_section{

}

.single_product_purchase_section .sec_title::before{
  width: 36px;
  height: 29px;
  background-image: url('../img/common/icon_menu_purchase.png');
  left:6px;
}

.single_product_purchase_section .common_purchase_list{
  margin-top: 40px;
}

.single_product_voice_section{
  background-image: url('../img/common/common_skin_bg.jpg');
}

.single_product_voice_section .sec_title::before{
  width: 41px;
  height: 34px;
  background-image: url('../img/common/icon_menu_voice.png');
  left:0;
}

.single_product_voice_section .common_voice_list{
  margin-top: 40px;
}

.single_product_faq_section{

}

.single_product_faq_section .sec_title::before{
  width: 36px;
  height: 36px;
  background-image: url('../img/common/icon_menu_faq.png');
  left:8px;
}

.single_product_faq_section .common_faq_list{
  margin-top: 40px;
}

/*
------------------------------------
åº—èˆ—æƒ…å&nbsp;±
------------------------------------
*/

body.archive_shop_body{
  
}
main.archive_shop_main{

}

.archive_shop_section01{
  padding:90px 0 120px;
}


.archive_shop_section01 .shop_list{

}

.archive_shop_section01 .shop_block{
  padding:54px 60px;
  border: solid 4px #1a2348;
  display: flex;
  align-items: flex-start;
  background-image: url('../img/common/shop_block_bg.jpg');
}

.archive_shop_section01 .shop_block + .shop_block{
  margin-top: 50px;
}

.archive_shop_section01 .shop_block .shop_thumb{
  flex-shrink: 0;
  width:500px;
  aspect-ratio: 1/0.82;
  margin-right: 50px;
}

.archive_shop_section01 .shop_block .shop_thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.archive_shop_section01 .shop_block .shop_text_area{
  width: 100%;
}

.archive_shop_section01 .shop_block .shop_name{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 12px;
  border-bottom:3px solid #1a2348;
}

.archive_shop_section01 .shop_block .shop_tel{
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 24px;
  font-size: 36px;
  font-weight: bold;
  line-height:0.7;
  color: #1a2348;
}

.archive_shop_section01 .shop_block .shop_tel::before{
  content:'';
  width: 23px;
  height: 30px;
  background-image: url('../img/common/icon_tel_orange.png');
  flex-shrink: 0;
  margin-right: 6px;
}

.archive_shop_section01 .shop_block .shop_tel_time{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.71;
}

.archive_shop_section01 .shop_block .shop_sub_head{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 120px;
  height: 30px;
  padding:0 8px;
  border-radius: 15px;
  background-color: #1a2348;
  margin-top: 16px;
  line-height: 1.2;
  color: #fff;
}

.archive_shop_section01 .shop_block .shop_address{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:4px 12px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.3;
}

.archive_shop_section01 .shop_block .shop_time{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:4px 12px;
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.3;
}

.archive_shop_section01 .shop_block .shop_time span{
  font-weight: 500;
}

.archive_shop_section01 .shop_block .shop_link{
  margin-top: 24px;
  display: flex;
  align-items: center;
  width: 340px;
  height: 70px;
  background-color: #1a2348;
  padding-left: 44px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
  position: relative;
  transition-duration: 0.4s;
}

.archive_shop_section01 .shop_block .shop_link::after{
  content:'';
  width: 24px;
  height: 24px;
  background-image: url('../img/common/icon_radi_arrow_right_white.png');
  position: absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
}

@media(any-hover:hover){
  .archive_shop_section01 .shop_block .shop_link:hover{
    opacity: 0.5;
  }
}


/*
------------------------------------
åº—èˆ—æƒ…å&nbsp;± è©³ç´°
------------------------------------
*/

body.single_shop_body{
  
}
main.single_shop_main{

}

.single_shop_section .sec_title{
  padding-top: 14px;
  padding-bottom: 16px;
  border-bottom:2px solid #1a2348;
  position: relative;
  padding-left: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.single_shop_section .sec_title::before{
  content:'';
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  
}

.single_shop_section01{
  padding:90px 0 120px;
}

.single_shop_section01 .shop_name{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
}
.single_shop_section01 .shop_name::after{
  content:'';
  width: 60px;
  height: 3px;
  background-color: #1a2348;
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.single_shop_section01 .flex{
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}

.single_shop_section01 .thumb{
  flex-shrink: 0;
  width:560px;
  aspect-ratio: 1 / 0.714;
  margin-right: 60px;
  border: solid 3px #1a2348;
  background-color: #c9c9c9;
}

.single_shop_section01 .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.single_shop_section01 .text_area{
  width: 100%;
}

.single_shop_section01 .shop_table{
  width:100%;

  border-collapse: collapse;

}

.single_shop_section01 .shop_table th{
  padding:15px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.1;
  text-align: left;
  border-bottom:2px solid #1a2348;
  white-space: nowrap;
  vertical-align: top;
}

.single_shop_section01 .shop_table td{
  padding:15px 20px;
  font-size: 18px;
  line-height: 2.1;
  border-bottom:2px solid #c2bdaa;
  width:100%;
  vertical-align: top;
}

.single_shop_section01 .access_area{
  margin-top: 80px;
}

.single_shop_section01 .access_area .sec_title::before{
  width: 24px;
  height: 36px;
  background-image: url('../img/common/icon_menu_access.png');
  left:0;
}

.single_shop_section01 .shop_map{
  height:420px;
  margin-top: 40px;
}

.single_shop_section01 .shop_map iframe{
  display: block;
  width:100%;
  height:100%;
}

.single_shop_section01 .access_head{
  margin-top: 30px;
  padding-left: 15px;
  border-left:3px solid #1a2348;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.single_shop_section01 .access_contents{
  margin-top: 16px;
  font-size: 18px;
  line-height: 2.11;
}

.single_shop_section01 .access_contents ul{

}

.single_shop_section01 .access_contents ul li{
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  padding-left: 28px;
}

.single_shop_section01 .access_contents ul li::before{
  content:'';
  width:12px;
  height:12px;
  border-radius: 50%;
  border:2px solid #1a2348;
  background-color: #fff;
  position: absolute;
  left:0;
  top:7px;
}

.single_shop_section01 .access_contents ul li + li{
  margin-top: 10px;
}

.single_shop_section01 .gallery_area{
  margin-top: 80px;
}

.single_shop_section01 .gallery_area .sec_title{
  padding-left: 50px;
}
.single_shop_section01 .gallery_area .sec_title::before{
  width: 37px;
  height: 28px;
  background-image: url('../img/common/icon_menu_gallery.png');
  left:0;
}

.single_shop_section01 .gallery_flex{
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
}

.single_shop_section01 .shop_main_img_frame{
  flex-shrink: 0;
  width: 600px;
  aspect-ratio: 1/0.7;
  margin-right: 40px;
  position: relative;
}

.single_shop_section01 .shop_main_img_frame img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  bottom:0;
  margin:auto;
  opacity: 0;
  transition-duration: 0.4s;
}
.single_shop_section01 .shop_main_img_frame img.show{
  opacity: 1;
}

.single_shop_section01 .shop_gal_list{
  display: flex;
  flex-wrap: wrap;
  gap:20px 10px;
}

.single_shop_section01 .shop_gal_item {
  width: 180px;
  aspect-ratio: 1 / 0.7;
  position: relative;
  cursor: pointer;
}

.single_shop_section01 .shop_gal_item::after{
  content:'';
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.5);
  position: absolute;
  top:0;
  left:0;
  z-index:2;
  opacity: 0;
}

.single_shop_section01 .shop_gal_item.active{
  pointer-events: none;
}

.single_shop_section01 .shop_gal_item.active::after{
  opacity: 1;
}

.single_shop_section01 .shop_gal_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single_shop_section01 .shop_tel_box{
  margin-top: 112px;
  position: relative;
  background-color: #fff;
  border: solid 3px #1a2348;
  padding:48px 24px 42px;
}

.single_shop_section01 .shop_tel_box::before{
  content:'';
  width:410px;
  height:5px;
  background-color: #fff;
  position: absolute;
  top:-4px;
  left:0;
  right:0;
  margin:auto;
}

.single_shop_section01 .shop_tel_box .shop_tel_head{
  position: absolute;
  z-index: 3;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.75;
  color: #1a2348;
  text-align: center;
  width:100%;
  top:-16px;
  left:0;
}

.single_shop_section01 .shop_tel_text{
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
}

.single_shop_section01 .shop_tel_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.single_shop_section01 .shop_tel_num{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.67;
  color: #1a2348;
}
.single_shop_section01 .shop_tel_num::before{
  content:'';
  flex-shrink: 0;
  width: 32px;
  height: 42px;
  margin-right: 10px;
  background-image:url('../img/common/icon_tel_orange.png');
}

.single_shop_section01 .shop_tel_time{
  margin-left: 24px;
  line-height: 1.63;
}

.single_shop_section01 .shop_tel_box .shop_list_button{
  margin-top: 36px;
}

/*
------------------------------------
åˆã‚ã¦ã®æ–¹ã¸
------------------------------------
*/

body.beginner_body{
  
}

body.beginner_body .common_guide_contents .link_list {
  display: none;
}

body.beginner_body .common_purchase_section{
  background-image: url('../img/common/common_skin_bg.jpg');
}

main.beginner_main{

}

.beginner_section{

}

.beginner_about_section{
  padding:100px 0 100px;
}

.beginner_about_section .flex{
  display: flex;
  align-items: flex-start;
}

.beginner_about_section .left{
  width:100%;
}

.beginner_about_section .about_head{
  font-size: 34px;
  font-weight: bold;
  line-height: 1.59;
}

.beginner_about_section .about_text{
  margin-top: 18px;
  font-size: 18px;
  line-height: 2.11;
}

.beginner_about_section .right{
  flex-shrink: 0;
  width: 620px;
  margin-left: 80px;
  border: solid 3px #1a2348;
}

.beginner_about_section .right img{
  width:100%;
}

.beginner_strong_section{
  position: relative;
  padding:100px 0;
}

.beginner_strong_section::before{
  content:'';
  width:100%;
  height:100%;
  background-image:url('../img/common/common_yellow_bg.jpg');
  background-size: cover;
  position: absolute;
  top:0;
  left:0;
  z-index:-4;
}

.beginner_strong_section .strong_list{
  margin-top: 60px;
}

.beginner_strong_section .strong_block{
  position: relative;
  padding:52px 56px 52px;
  border: solid 4px #1a2348;
  background-image:url('../img/common/common_skin_bg.jpg');
  display: flex;
  align-items: flex-start;
}

.beginner_strong_section .strong_block + .strong_block{
  margin-top: 100px;
}

.beginner_strong_section .strong_block::before{
  content:'';
  position: absolute;
  z-index: -1;
}

.beginner_strong_section .strong_block .strong_num{
  position: absolute;
  top:-32px;
}

.beginner_strong_section .strong_block .strong_num img{
  height:64px;
}

.beginner_strong_section .strong_block .strong_thumb{
  width:500px;
  flex-shrink: 0;
  margin-right: 60px;
}

.beginner_strong_section .strong_block .strong_thumb img{
  width:100%;
}

.beginner_strong_section .strong_block .strong_text_area{
  width:100%;
  padding-top: 12px;
}

.beginner_strong_section .strong_block .strong_head{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.83;
  border-bottom: 2px solid #1a2348;
  padding-bottom: 8px;
}

.beginner_strong_section .strong_block .strong_text{
  margin-top: 12px;
  font-size: 18px;
  line-height: 2.11;
}

.beginner_strong_section .strong_block01{

}
.beginner_strong_section .strong_block01::before{
  width: 135px;
  height: 127px;
  background-image: url('../img/beginner/beginner_strong01_icon.png');
  top:-75px;
  left:120px
}
.beginner_strong_section .strong_block01 .strong_num{
  left:36px;
}

.beginner_strong_section .strong_block02{
  flex-direction: row-reverse;
}
.beginner_strong_section .strong_block02::before{
  width: 108px;
  height: 146px;
  background-image: url('../img/beginner/beginner_strong02_icon.png');
  top:-78px;
  right:130px
}
.beginner_strong_section .strong_block02 .strong_num{
  right:40px;
}
.beginner_strong_section .strong_block02 .strong_thumb{
  margin-right: 0;
  margin-left: 60px;
}

.beginner_strong_section .strong_block03{

}
.beginner_strong_section .strong_block03::before{
  width: 105px;
  height: 130px;
  background-image: url('../img/beginner/beginner_strong03_icon.png');
  top:-72px;
  left:128px
}
.beginner_strong_section .strong_block03 .strong_num{
  left:36px;
}

.beginner_reason_section{
  padding:120px 0 72px;
  background-image: url('../img/common/common_skin_bg02.jpg');
}

.beginner_reason_section .reason_list{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.beginner_reason_section .reason_block{
  width:315px
}

.beginner_reason_section .reason_icon{
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: solid 3px #1a2348;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
}


.beginner_reason_section .reason_icon::after{
  content:'';
}

.beginner_reason_section .reason_icon::after{
  width: 126px;
  height: 114px;
  background-image: url('../img/beginner/beginner_reason_icon01.png');
  margin-top: 6px;
}

.beginner_reason_section .reason_text{
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.beginner_reason_section .reason_block02{
  margin:0 48px;
}

.beginner_guide_section{
  padding:120px 0;
}




/*
------------------------------------
åº—é&nbsp;­è²·å–ã«ã¤ã„ã¦
------------------------------------
*/

body.store_body{
  
}
main.store_main{

}

.store_section{

}

.store_about_section{
  padding:80px 0 0;
}

.store_about_section .sec_head{
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.store_about_section .about_text{
  margin-top: 20px;
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
}

.store_about_section .about_flex{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.store_about_section .about_thumb{
  width:620px;
  border: solid 3px #1a2348;
}

.store_about_section .about_thumb img{
  width:100%;
}

.store_about_section .about_text_box_frame{
  position: relative;
  width: 540px;
}

.store_about_section .about_text_box_frame::before{
  content:'';
  width:380px;
  height:10px;
  background-color: #fff;
  position: absolute;
  top:-1px;
  left:0;
  right:0;
  margin:auto;
  z-index: 1;
}

.store_about_section .about_text_box{
  position: relative;
  padding: 60px 48px 44px;
  min-height: 400px;
  background-color: #fff;
  border: solid 3px #1a2348;
  overflow: hidden;
}

.store_about_section .about_text_box::after{
  content:'';
  width:138px;
  height:171px;
  background-image: url('../img/store/store01_icon.png');
  position: absolute;
  right:20px;
  bottom:-43px;
}


.store_about_section .about_head{
  width:100%;
  position: absolute;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #1a2348;
  z-index: 2;
  top:-12px;
  left:0;
}

.store_about_section .about_text_box li{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-decoration: underline;
  text-decoration-thickness: 13px;
  text-decoration-color: #fffcb2;
  text-underline-offset: -8px;
}

.store_about_section .about_text_box li + li{
  margin-top: 15px;
}

.store_about_section .about_text_box li::before{
  content:'';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:2px solid #1a2348;
  flex-shrink: 0;
  margin-top: 9px;
  margin-right: 16px;
}

.store_flow_section{
  padding:100px 0;
}

.store_flow_section .flow_list{
  margin-top: 50px;
}

.store_flow_section .flow_block{
  display: flex;
  align-items: flex-start;
  min-height: 210px;
  position: relative;
}

.store_flow_section .flow_block + .flow_block{
  margin-top: 50px;
}

.store_flow_section .flow_block .flow_icon{
  position: relative;
  width:140px;
  flex-shrink: 0;
  margin-right: 40px;
}

.store_flow_section .flow_block .flow_icon img{
  width:100%;
  border-radius: 50%;
}

.store_flow_section .flow_block .flow_dot{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top:calc(100% + 32px);
  left:0;
  right:0;
  margin:auto;
}

.store_flow_section .flow_block .flow_dot span{
  width: 6px;
  height:6px;
  border-radius: 50%;
  background-color:#1a2348;
}

.store_flow_section .flow_block .flow_dot span + span{
  margin-top: 4px;
}

.store_flow_section .flow_block .flow_contents{
  width:100%;
}

.store_flow_section .flow_block .flow_head{
  display: flex;
  align-items: center;
}

.store_flow_section .flow_block .flow_head_text{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  
}

.store_flow_section .flow_block .flow_head_num{
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #1a2348;
  margin-right: 24px;
}

.store_flow_section .flow_block .flow_head_num span{
  font-size: 32px;
  padding-left: 6px;
  line-height: 1;
}

.store_flow_section .flow_block .flow_text_box{
  margin-top: 20px;
  background-color: #fff;
  padding:20px 48px 36px;
  font-size: 18px;
  line-height: 2.11;
}

.store_document_section{
  padding:100px 0;
  background-image: url('../img/common/common_skin_bg.jpg');
}

.store_document_section .document_guide{
  margin-top: 28px;
  font-size: 18px;
  text-align: center;
  line-height: 2.11;
}

.store_document_section .document_box{
  margin-top: 40px;
  border: solid 3px #1a2348;
  background-color: #fff;
  padding:40px 24px 48px;
}

.store_document_section .document_head{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #1a2348;
}

.store_document_section .document_list{
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.store_document_section .document_list li{
  width:140px;
  margin:0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.store_document_section .document_icon img{
  width:100%;
  border-radius: 50%;
}

.store_document_section .document_list li p{
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #1a2348;
  white-space: nowrap;
}

.store_document_section .document_remark{
  font-weight: bold;
  line-height: 1.3;
  color: #e83331;
  margin-top: 28px;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.store_purchase_section{
  padding:100px 0;
}

.store_purchase_section .purchase_guide_text{
  margin-top: 36px;
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
}

.store_purchase_section .product_box{
  margin-top: 128px;
  position: relative;
  border: solid 3px #1a2348;
  background-color: #fdfdfd;
  padding:36px 58px 38px;
}

.store_purchase_section .product_box::before{
  content:'';
  width: 137px;
  height: 116px;
  background-image: url('../img/store/store_purchase_icon.png');
  position: absolute;
  z-index: 1;
  left:0;
  right:0;
  top:-105px;
  margin:auto;
}

.store_purchase_section .product_box .product_text{
  font-size: 18px;
  line-height: 2.11;
}

.store_purchase_section .product_remark{
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #e83331;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.store_purchase_section .ng_box{
  margin-top: 80px;
  position: relative;
  padding:56px 290px 40px 130px;
  background-image: url('../img/common/common_skin_bg.jpg');
}

.store_purchase_section .ng_box::after{
  content:'';
  width: 355px;
  height: 274px;
  background-image: url('../img/store/store_purchase_model.png');
  position: absolute;
  bottom:0;
  right:64px;
}

.store_purchase_section .ng_head{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: center;
  color: #1a2348;
  width:100%;
  position: absolute;
  top:-10px;
  left:0;
}

.store_purchase_section .ng_list li{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.56;
}

.store_purchase_section .ng_list li::before{
  content:'';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #1a2348;
  flex-shrink: 0;
  margin-right: 16px;
  margin-top: 8px;
}

.store_purchase_section .ng_list li + li{
  margin-top: 10px;
}

.store_maker_section{
  padding:100px 0;
  background-image: url('../img/common/common_skin_bg.jpg');
}

.store_maker_section .maker_box_frame{
  position: relative;
  margin-top: 64px;
}

.store_maker_section .maker_box_frame::before{
  content:'';
  width: 199px;
  height: 188px;
  background-image: url('../img/store/store_maker_icon01.png');
  position: absolute;
  left:60px;
  top:-102px;
}
.store_maker_section .maker_box_frame::after{
  content:'';
  width: 175px;
  height: 193px;
  background-image: url('../img/store/store_maker_icon02.png');
  position: absolute;
  right:48px;
  top:-106px;
}

.store_maker_section .maker_box{
  position: relative;
  z-index: 1;
  border: solid 3px #1a2348;
  background-color: #fdfdfd;
  padding:38px 56px 36px;
  font-size: 18px;
  line-height: 2.11;
}

.store_maker_section .maker_remark{
  margin-top: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #e83331;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
}

/*
------------------------------------
å®…é…è²·å–ã«ã¤ã„ã¦
------------------------------------
*/

body.delivery_body{
  
}
main.delivery_main{

}

.delivery_section{

}

.delivery_about_section{
  padding:80px 0 100px;
}

.delivery_about_section .sec_head{
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.delivery_about_section .about_text{
  margin-top: 20px;
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
}

.delivery_about_section .about_flex{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.delivery_about_section .about_thumb{
  width:620px;
  border: solid 3px #1a2348;
}

.delivery_about_section .about_thumb img{
  width:100%;
}

.delivery_about_section .about_text_box_frame{
  position: relative;
  width: 540px;
}

.delivery_about_section .about_text_box_frame::before{
  content:'';
  width:380px;
  height:10px;
  background-color: #fff;
  position: absolute;
  top:-1px;
  left:0;
  right:0;
  margin:auto;
  z-index: 1;
}

.delivery_about_section .about_text_box{
  position: relative;
  padding: 80px 48px 44px;
  min-height: 400px;
  background-color: #fff;
  border: solid 3px #1a2348;
  overflow: hidden;
}

.delivery_about_section .about_text_box::after{
  content:'';
  width:138px;
  height:171px;
  background-image: url('../img/delivery/delivery01_icon.png');
  position: absolute;
  right:20px;
  bottom:-43px;
}


.delivery_about_section .about_head{
  width:100%;
  position: absolute;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #1a2348;
  z-index: 2;
  top:-12px;
  left:0;
}

.delivery_about_section .about_text_box li{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-decoration: underline;
  text-decoration-thickness: 13px;
  text-decoration-color: #fffcb2;
  text-underline-offset: -8px;
}

.delivery_about_section .about_text_box li + li{
  margin-top: 15px;
}

.delivery_about_section .about_text_box li::before{
  content:'';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:2px solid #1a2348;
  flex-shrink: 0;
  margin-top: 9px;
  margin-right: 16px;
}

.delivery_reason_section{
  padding:100px 0 100px;
  background-image:url('../img/common/common_yellow_bg.jpg');
} 

.delivery_reason_section .common_half_border_bototm_title .red{
  color:#e83331;
}
.delivery_reason_section .common_half_border_bototm_title .num{
  font-size: 42px;
  font-family: 'Roboto', sans-serif;
}

.delivery_reason_section .reason_guide{
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
  margin-top: 28px;
}

.delivery_reason_section .reason_list{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:30px 60px;
}

.delivery_reason_section .reason_block{
  width:300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delivery_reason_section .reason_icon{
  border-radius: 50%;
}

.delivery_reason_section .reason_icon img{
  width: 100%;
  border-radius: 50%;
}

.delivery_reason_section .reason_text{
  margin-top: 24px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  white-space: nowrap;
  text-align: center;
  color: #e83331;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.delivery_flow_section{
  padding:100px 0 100px;
}

.delivery_flow_section .flow_list{
  margin-top: 50px;
}

.delivery_flow_section .flow_block{
  display: flex;
  align-items: flex-start;
  min-height: 210px;
  position: relative;
}

.delivery_flow_section .flow_block + .flow_block{
  margin-top: 50px;
}

.delivery_flow_section .flow_block .flow_icon{
  position: relative;
  width:140px;
  flex-shrink: 0;
  margin-right: 40px;
}

.delivery_flow_section .flow_block .flow_icon img{
  width:100%;
  border-radius: 50%;
}

.delivery_flow_section .flow_block .flow_dot{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top:calc(100% + 32px);
  left:0;
  right:0;
  margin:auto;
}

.delivery_flow_section .flow_block .flow_dot span{
  width: 6px;
  height:6px;
  border-radius: 50%;
  background-color:#1a2348;
}

.delivery_flow_section .flow_block .flow_dot span + span{
  margin-top: 4px;
}

.delivery_flow_section .flow_block .flow_contents{
  width:100%;
}

.delivery_flow_section .flow_block .flow_head{
  display: flex;
  align-items: center;
}

.delivery_flow_section .flow_block .flow_head_text{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  
}

.delivery_flow_section .flow_block .flow_head_num{
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #1a2348;
  margin-right: 24px;
}

.delivery_flow_section .flow_block .flow_head_num span{
  font-size: 32px;
  padding-left: 6px;
  line-height: 1;
}

.delivery_flow_section .flow_block .flow_text_box{
  margin-top: 20px;
  background-color: #fff;
  padding:50px;
  font-size: 18px;
  line-height: 2.11;
}

.delivery_flow_section .flow_block .button_flex{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}


.delivery_flow_section .flow_block .button_flex .button{
  width: 450px;
  height: 100px;
  border: solid 3px #1a2348;
  position: relative;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #1a2348;
  display: flex;
  align-items: center;
}

.delivery_flow_section .flow_block .button_flex .button img{
  width:139px;
  margin:10px auto 0;
}

.delivery_flow_section .flow_block .button_flex .button::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  position: absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
}

.delivery_flow_section .flow_block .button_flex .button_text{
  position: relative;
} 

.delivery_flow_section .flow_block .button_flex .button_text::before{
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.delivery_flow_section .flow_block .button_flex .button.line{
  background-color: #4fc714;
  padding-left: 134px;
}
.delivery_flow_section .flow_block .button_flex .button.line .button_text::before{
  width: 52px;
  height: 52px;
  background-image: url('../img/common/icon_line.png');
  left:-72px;
}

.delivery_flow_section .flow_block .button_flex .button.mail{
  background-color: #ff9600;
  padding-left: 120px;
}
.delivery_flow_section .flow_block .button_flex .button.mail .button_text::before{
  width: 45px;
  height: 26px;
  background-image: url('../img/common/icon_mail_orange.png');
  left:-56px;
}

.delivery_flow_section .flow_block .flow_min_head{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  padding-bottom: 8px;
  border-bottom:2px solid #1a2348;
  margin-top: 20px;
  margin-bottom: 16px;
}

.delivery_flow_section .flow_block .red_border{
  color:#e83331;
  text-decoration: underline;
  text-underline-offset: 8px;
}

.delivery_flow_section .flow_block .address_box{
  margin:30px 0 36px;
  border: solid 3px #1a2348;
  background-color: #fffaed;
  padding:12px 24px 16px;

}

.delivery_flow_section .flow_block .address_head{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
}

.delivery_flow_section .flow_block .address_text{
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.56;
  text-align: center;
}

.delivery_flow_section .flow_block .print_button{
  width: 360px;
  height: 60px;
  margin:12px 0 16px;
}

.delivery_flow_section .disclaimer_box{
  margin-top: 72px;
  background-color: #fdfdfd;
  border: solid 3px #e83331;
  position: relative;
  padding:42px 56px 30px;
}

.delivery_flow_section .disclaimer_box::before{
  content:'';
  width:150px;
  height:10px;
  background-color: #fff;
  position: absolute;
  left:0;
  right:0;
  top:-4px;
  margin:auto;
}

.delivery_flow_section .disclaimer_head{
  
  width:100%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  text-align: center;
  color: #e83331;
  position: absolute;
  left: 0;
  top:-15px;
}

.delivery_flow_section .disclaimer_text{
  font-size: 18px;
  line-height: 2.11;
}

.delivery_flow_section .disclaimer_list{
  margin-top: 10px;
  line-height: 2.25;
}

.delivery_flow_section .flow_block .flow_remark{
  font-size: 16px;
  line-height: 1.63;
  margin-top: 4px;
}

.delivery_flow_section .flow_block .flow_strong{
  font-weight: bold;
  margin-top: 40px;
}

.delivery_flow_section .flow_block .flow_step_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:40px 60px;
  margin-top: 36px;
}

.delivery_flow_section .flow_block .flow_step_list li{
  width:250px;
  position: relative;
}

.delivery_flow_section .flow_block .flow_step_num{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin:0 auto 15px;
  border: solid 2px #1a2348;
  background-color: #fdd20e;
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  line-height: 1;
  color: #1a2348;
  border-radius: 50%;
}

.delivery_flow_section .flow_block .flow_step_img{
  position: relative;
}

.delivery_flow_section .flow_block .flow_step_img::after{
  content:'';
  width:0;
  height:0;
  border-style:solid;
  border-width: 13.5px 0 13.5px 20px;
  border-color: transparent transparent transparent #1a2348;
  position: absolute;
  left:calc(100% + 20px);
  top:240px;
}

.delivery_flow_section .flow_block .flow_step_list li:last-child .flow_step_img::after{
  content:none;
}

.delivery_flow_section .flow_block .flow_step_list + p{
  margin-top: 40px;
}

.delivery_flow_section .flow_block .flow_step_img img{
  width:100%;
}

.delivery_flow_section .flow_block .flow_step_text{
  margin-top: 20px;
  line-height: 2.11;
}

.delivery_flow_section .flow_block .flow_step_text .remark{
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.63;
}

.delivery_flow_section .flow_block .flow_step_text.float{
  position: absolute;
  width:247px;
  left:calc(100% + 50px);
  top:80px;
  margin-top: 0;
}

.delivery_flow_section .flow_block .alert_box{
  margin-top: 20px;
  border: solid 3px #e83331;
  background-color: #fff7f7;
  padding:36px 24px 28px;
}

.delivery_flow_section .flow_block .alert_head{
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
  color: #e83331;
}

.delivery_flow_section .flow_block .alert_box ul{
  width:fit-content;
  margin:16px auto 0;
}

.delivery_flow_section .flow_block .alert_box li{
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
}

.delivery_flow_section .flow_block .alert_box li::before{
  content:'';
  width:12px;
  height:12px;
  border-radius: 50%;
  background-color: #fff;
  border:2px solid #e83331;
  position: absolute;
  left:0;
  top:8px;
}

.delivery_flow_section .flow_block .alert_box li + li{
  margin-top: 9px;
}

.delivery_document_section{
  padding:100px 0 100px;
  background-image: url('../img/common/common_skin_bg.jpg');
}

.delivery_document_section .document_box{
  margin-top: 60px;
  border: solid 3px #1a2348;
  background-color: #fff;
  padding:40px 24px 48px;
}

.delivery_document_section .document_head{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #1a2348;
}

.delivery_document_section .document_list{
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.delivery_document_section .document_list li{
  width:140px;
  margin:0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delivery_document_section .document_icon img{
  width:100%;
  border-radius: 50%;
}

.delivery_document_section .document_list li p{
  margin-top: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #1a2348;
  white-space: nowrap;
}


.delivery_document_section .certificate_box{
  margin-top: 60px;
  background-color: #fff;
  padding:60px; 
}

.delivery_document_section .certificate_head{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  color: #1a2348;
}

.delivery_document_section .certificate_guide{
  margin-top: 16px;
  font-size: 18px;
  line-height: 2.11;
}

.delivery_document_section .certificate_remark{
  margin-top: 16px;
  text-align: center;
  font-weight: bold;
}

.delivery_document_section .resident_box{
  margin-top: 48px;
  background-color: #fffaed;
}

.delivery_document_section .resident_head{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a2348;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  padding:16px 0;
}

.delivery_document_section .resident_head p{
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery_document_section .resident_head p img{
  height:48px;
  margin:0 4px;
}

.delivery_document_section .resident_body{
  padding:36px 48px 32px;
}

.delivery_document_section .resident01{
  display: flex;
  justify-content: center;
}

.delivery_document_section .resident01 img{
  width:642px;
}

.delivery_document_section .resident02{
  width: fit-content;
  min-width: 220px;
  min-height: 40px;
  margin:24px auto 0;
  border-radius: 40px;
  border: solid 2px #1a2348;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:4px 12px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a2348;
}

.delivery_document_section .resident03{
  margin-top: 16px;
  font-size: 26px;
  font-weight: bold;
  line-height: 0.92;
  text-align: center;
  color: #1a2348;
}

.delivery_document_section .resident_list{
  margin-top: 32px;
  font-size: 18px;
  line-height: 2.11;
}

.delivery_contact_section{
  padding:104px 0;
  /* background-image: url('../img/common/common_skin_bg.jpg'); */
} 

.delivery_contact_section .contact_box{
  border: solid 3px #1a2348;
  background-color: #fff;
  position: relative;
  padding:48px 24px 40px;
}

.delivery_contact_section .contact_box::before{
  content:'';
  width:410px;
  height:10px;
  background-color: #fff;
  position: absolute;
  top:-4px;
  left:0;
  right:0;
  margin:auto;
}

.delivery_contact_section .contact_head{
  width:100%;
  font-size: 32px;
  font-weight: bold;
  line-height: 0.75;
  text-align: center;
  color: #1a2348;
  position: absolute;
  left:0;
  top:-16px;
}

.delivery_contact_section .contact_guide{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
}


.delivery_contact_section .tel_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

.delivery_contact_section .tel_num{
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.67;
  color: #1a2348;
}
.delivery_contact_section .tel_num::before{
  content:'';
  flex-shrink: 0;
  width: 32px;
  height: 42px;
  margin-right: 10px;
  background-image:url('../img/common/icon_tel_orange.png');
}

.delivery_contact_section .tel_time{
  margin-left: 24px;
  line-height: 1.63;
}

.delivery_contact_section .button_flex{
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.delivery_contact_section .button{

}

.delivery_contact_section .button{
  width: 360px;
  height: 100px;
  border: solid 3px #1a2348;
  position: relative;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  color: #1a2348;
  display: flex;
  align-items: center;
}

.delivery_contact_section .button + .button{
  margin-left: 30px;
}

.delivery_contact_section .button::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  position: absolute;
  right:15px;
  top:0;
  bottom:0;
  margin:auto;
}

.delivery_contact_section .button_text{
  position: relative;
} 

.delivery_contact_section .button_text::before{
  content:'';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.delivery_contact_section .button.line{
  background-color: #4fc714;
  padding-left: 88px;
}
.delivery_contact_section .button.line .button_text::before{
  width: 52px;
  height: 52px;
  background-image: url('../img/common/icon_line.png');
  left:-64px;
}

.delivery_contact_section .button.mail{
  background-color: #ff9600;
  padding-left: 72px;
}
.delivery_contact_section .button.mail .button_text::before{
  width: 45px;
  height: 26px;
  background-image: url('../img/common/icon_mail_orange.png');
  left:-56px;
}

/*
------------------------------------
æŸ»å®š(LINE ãƒ¡ãƒ¼ãƒ«å…±é€š)
------------------------------------
*/

body.appraisal_body{
  
}
main.appraisal_main{

}

.appraisal_section{

}

.appraisal_about_section{
  padding:100px 0 0;
}

.appraisal_about_section .about_flex{
  display: flex;
  align-items: center;
}

.appraisal_about_section .about_thumb{
  width: 620px;
  flex-shrink: 0;
  margin-right: 80px;
  border:3px solid #1a2348;
}
.appraisal_about_section .about_thumb img{
  width:100%;
}

.appraisal_about_section .about_text_area{
  width:100%;
}

.appraisal_about_section .about_head{
  white-space: nowrap;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.59;
}

.appraisal_about_section .about_text{
  font-size: 18px;
  line-height: 2.11;
  margin-top: 24px;
}

.appraisal_flow_section{
  padding:100px 0;
}

.appraisal_flow_section .flow_list{
  margin-top: 50px;
}

.appraisal_flow_section .flow_block{
  display: flex;
  align-items: flex-start;
  min-height: 210px;
  position: relative;
}

.appraisal_flow_section .flow_block:last-child{
  min-height: auto;
}

.appraisal_flow_section .flow_block + .flow_block{
  margin-top: 50px;
}

.appraisal_flow_section .flow_block .flow_icon{
  position: relative;
  width:140px;
  flex-shrink: 0;
  margin-right: 40px;
}

.appraisal_flow_section .flow_block .flow_icon img{
  width:100%;
  border-radius: 50%;
}

.appraisal_flow_section .flow_block .flow_dot{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top:calc(100% + 32px);
  left:0;
  right:0;
  margin:auto;
}

.appraisal_flow_section .flow_block .flow_dot span{
  width: 6px;
  height:6px;
  border-radius: 50%;
  background-color:#1a2348;
}

.appraisal_flow_section .flow_block .flow_dot span + span{
  margin-top: 4px;
}

.appraisal_flow_section .flow_block .flow_contents{
  width:100%;
}

.appraisal_flow_section .flow_block .flow_head{
  display: flex;
  align-items: center;
}

.appraisal_flow_section .flow_block .flow_head_text{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.18;
  
}

.appraisal_flow_section .flow_block .flow_head_num{
  flex-shrink: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #1a2348;
  margin-right: 24px;
}

.appraisal_flow_section .flow_block .flow_head_num span{
  font-size: 32px;
  padding-left: 6px;
  line-height: 1;
}

.appraisal_flow_section .flow_block .flow_text_box{
  margin-top: 20px;
  background-color: #fff;
  padding:20px 48px 32px;
  font-size: 18px;
  line-height: 2.11;
}

.appraisal_flow_section .flow_block .flow_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.appraisal_flow_section .flow_block .line_qr{
  width:120px;
  flex-shrink: 0;
  margin-left: 24px;
}

.appraisal_flow_section .flow_block .line_qr img{
  width:100%;
}

.appraisal_flow_section .flow_block .add_button{
  height:60px;
  margin:12px 0 0 0;
  justify-content: flex-start;
  padding-left: 36px;
}

.appraisal_flow_section .flow_block .add_button::after{
  right:20px;
}

.appraisal_flow_section .flow_block .cap_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.appraisal_flow_section .flow_block .cap{
  width:307px;
  flex-shrink: 0;
  margin-left: 24px;
}

.appraisal_flow_section .flow_block .cap img{
  width:100%;
}

.appraisal_flow_section .flow_block .flow_area{
  margin-top: 24px;
}

.appraisal_flow_section .flow_block .flow_area + .flow_area{
  margin-top: 56px;
}

.appraisal_flow_section .flow_block .flow_blue_head{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  border-radius: 80px;
  background-color: #1a2348;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color:#fff;
  padding: 8px 24px;
  margin-bottom: 16px;
}

.appraisal_flow_section .flow_block .flow_min_head{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.09;
  padding-bottom: 8px;
  border-bottom:2px solid #1a2348;
  margin-top:36px;
  margin-bottom: 12px;
}

.appraisal_flow_section .flow_block .dot_list{
  margin-top: 28px;
}

.appraisal_flow_section .flow_block .dot_list li{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.56;
}

.appraisal_flow_section .flow_block .dot_list li::before{
  content:'';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:2px solid #1a2348;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 16px;
}

.appraisal_flow_section .flow_block .dot_list li + li{
  margin-top: 8px;
}

.appraisal_flow_section .flow_block .list_flex{
  display: flex;
  align-items: flex-start;
}

.appraisal_flow_section .flow_block .list_flex ul + ul{
  margin-left: 32px;
}

.appraisal_flow_section .flow_block .photo_flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 28px;
}

.appraisal_flow_section .flow_block .photo_block{
  width: 450px;
}

.appraisal_flow_section .flow_block .photo_block .photo_head{
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: solid 2px #1a2348;
  padding:4px 16px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #1a2348;
}

.appraisal_flow_section .flow_block .photo_block ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}

.appraisal_flow_section .flow_block .photo_block li{
  width:48.8%;
}

.appraisal_flow_section .flow_block .photo_block li img{
  width:100%;
}

.appraisal_flow_section .flow_block .photo_block li p{
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.appraisal_flow_section .flow_block .photo_gal_list{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap:10px;
  margin-top: 36px;
}

.appraisal_flow_section .flow_block .photo_gal_list li{
  width:300px;
  aspect-ratio: 1/0.67;
}

.appraisal_flow_section .flow_block .photo_gal_list li img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.appraisal_flow_section .flow_block .flow_text_link{
  /* font-size: 14px;
  line-height: 1.63; */
  margin-top: 10px;
}

.appraisal_flow_section .flow_block .flow_text_link a{
  text-decoration: underline;
}

.appraisal_flow_section .flow_block .flow_text_link a:hover{
  text-decoration: none;
}

.appraisal_flow_section .link_button{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 560px;
  min-height: 100px;
  margin: 100px auto 0;
  padding: 10px 0;
  border: solid 3px #1a2348;
  position: relative;
}

.appraisal_flow_section .link_button::after{
  content:'';
  width: 15px;
  height: 26px;
  background-image: url('../img/common/icon_angle_right_blue.png');
  position: absolute;
  right:40px;
  top:0;
  bottom:0;
  margin:auto;
}

.appraisal_flow_section .link_button .button_text{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appraisal_flow_section .link_button .button_text01{
  display: flex;
  justify-content: center;
  line-height: 1.5;
}

.appraisal_flow_section .link_button .button_text02{
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
  color: #1a2348;
  display: flex;
  align-items: center;
}

.appraisal_flow_section .line_button{
  background-color: #4fc714;
}

.appraisal_flow_section .line_button .button_text02::before{
  content:'';
  width: 42px;
  height: 42px;
  background-image: url('../img/common/icon_line.png');
  margin-right: 12px;
}

.appraisal_flow_section .mail_button{
  background-color: #ff9600;
}

.appraisal_flow_section .mail_button .button_text02::before{
  content:'';
  width: 52px;
  height: 30px;
  background-image: url('../img/common/icon_mail_orange.png');
  margin-right: 10px;
}

/*
------------------------------------
ã”åˆ©ç”¨ã‚¬ã‚¤ãƒ‰
------------------------------------
*/

body.guide_body{
  
}
main.guide_main{

}

.guide_section{

}

.guide_section01{
  padding:40px 0 120px;
}

/*
------------------------------------
å€‹äººæƒ…å&nbsp;±ä¿è­·æ–¹é‡
------------------------------------
*/

body.privacy_body{
  
}
main.privacy_main{

}

.privacy_section{

}

.privacy_section01{
  padding:80px 0 120px;
}

.privacy_section .privacy_block + .privacy_block{
  margin-top: 72px;
}

.privacy_section .privacy_head{
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 2px solid #1a2348;
}


.privacy_section .privacy_text{
  margin-top: 12px;
  font-size: 18px;
  line-height: 2.11;
}

.privacy_section .privacy_list{
  margin-top: 20px;
}

.privacy_section .privacy_list&gt;li{
  font-size: 18px;
  line-height: 2.11;
  position: relative;
  padding-left: 28px;
  counter-increment: cnt;
}

.privacy_section .privacy_list&gt;li::before {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 2.11;
  font-weight: bold;
  content: counter(cnt)".";
  color: #1a2348;
  position: absolute;
  left:0;
  top:0;
}

.privacy_section .privacy_list&gt;li + li{
  margin-top: 24px;
}

.privacy_section .dot_list li{
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 1.56;
  margin-top: 24px;
}

.privacy_section .dot_list li::before{
  content:'';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border:2px solid #1a2348;
  flex-shrink: 0;
  margin-top: 8px;
  margin-right: 16px;
}

/*
------------------------------------
ãŠå•ã„åˆã‚ã›
------------------------------------
*/

body.contact_body{
  
}
main.contact_main{

}

.contact_section{

}


.contact_section01{
  padding:100px 0 120px;
}

.contact_section01 .flex{
  display: flex;
  justify-content: space-between;
}

.contact_section01 .box{
  position: relative;
  width: 580px;
  padding: 75px 59px 31px 41px;
  border: solid 3px #1a2348;
  background-color: #fff;
  padding:72px 44px 28px;
}

.contact_section01 .box .box_head{
  font-size: 32px;
  font-weight: bold;
  line-height: 0.75;
  display: flex;
  justify-content: center;
  color: #1a2348;
}

.contact_section01 .box .box_text{
  margin-top: 20px;
  font-size: 18px;
  line-height: 2.11;
}

.contact_section01 .box .line_qr{
  width:120px;
  margin:24px auto 0;
  display: block;
}

.contact_section01 .box .line_qr img{
  width:100%;
}

.contact_section01 .box .add_button{
  width: 100%;
  margin-top: 40px;
  text-align: center;
  line-height: 1.5;
}

.contact_section01 .box .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 3px #1a2348;
  background-color: #fdd20e;
  position: absolute;
  z-index: 2;
  left:0;
  right:0;
  top:-45px;
  margin:auto;
}

.contact_section01 .line_box .icon::after{
  content:'';
  width: 54px;
  height: 54px;
  background-image: url('../img/common/icon_line.png');
}
.contact_section01 .tel_box .icon::after{
  content:'';
  width: 42px;
  height: 55px;
  background-image: url('../img/common/icon_tel_blue.png');
}

.contact_section01 .tel_box .tel_contents{
  display: block;
  padding:20px 20px 18px;
  border: solid 3px #1a2348;
  background-color: #fffaed;
  min-height: 120px;
  margin-top: 24px;
}

.contact_section01 .tel_box .tel_num{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.67;
  color: #1a2348;
}

.contact_section01 .tel_box .tel_num::before{
  content:'';
  width: 32px;
  height: 42px;
  background-image: url('../img/common/icon_tel_orange.png');
  flex-shrink: 0;
  margin-right: 10px;
}

.contact_section01 .tel_box .tel_time{
  margin-top: 6px;
  line-height: 1.63;
  text-align: center;
}

.contact_section01 .form_box{
  margin-top: 124px;
  border: solid 3px #1a2348;
  background-color: #fff;
  padding:72px 24px 40px;
  position: relative;
}

.contact_section01 .form_box .icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: solid 3px #1a2348;
  background-color: #fdd20e;
  position: absolute;
  z-index: 2;
  left:0;
  right:0;
  top:-45px;
  margin:auto;
}
.contact_section01 .form_box .icon::after{
  content:'';
  width: 64px;
  height: 37px;
  background-image: url('../img/common/icon_mail_blue.png');
}

.contact_section01 .form_box .form_head{
  font-size: 32px;
  font-weight: bold;
  line-height: 0.75;
  display: flex;
  justify-content: center;
  color: #1a2348;
}

.contact_section01 .form_box .form_text{
  margin-top: 18px;
  font-size: 18px;
  line-height: 2.11;
  display: flex;
  justify-content: center;
}

.contact_section01 .form_box .form_contents{
  max-width: 1000px;
  margin:50px auto 0;
}

.contact_section01 .form_box .form_line{
  display: flex;
  
}

.contact_section01 .form_box .form_line + .form_line{
  border-top:2px solid #dfdbce;
}

.contact_section01 .form_box .form_left{
  flex-shrink: 0;
  width:300px;
  padding:26px 48px 26px 30px;
  background-color: #1a2348;
}

.contact_section01 .form_box .form_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  flex-shrink: 0;
}

.contact_section01 .form_box .form_title::after{
  content:'å¿…é&nbsp;ˆ';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 28px;
  background-color: #e83331;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
  margin-left: 8px;
}

.contact_section01 .form_box .form_title.free::after{
  content:none;
}

.contact_section01 .form_box .form_right{
  padding:18px 30px 18px;
  display: flex;
  align-items: center;
  background-color: #fffaed;
  width: 100%;
}

.contact_section01 .form_box .select_frame{
  width:100%;
  max-width: 400px;
  position: relative;
}

.contact_section01 .form_box .select_frame::after{
  content:'';
  width: 14px;
  height: 8px;
  background-image: url('../img/common/icon_angle_bottom_blue.png');
  position: none;
  position: absolute;
  right:20px;
  top:0;
  bottom:0;
  margin:auto;
}

.contact_section01 .form_box .select_frame select{
  width: 100%;
  height: 42px;
  padding: 0 20px;
  border: solid 2px #d1ccbc;
  background-color: #fff;
  font-size: 18px;
}

.contact_section01 .form_box .input_frame{
  width:100%;
  max-width: 600px;
}

.contact_section01 .form_box .input_frame input{
  width: 100%;
  height: 42px;
  padding: 0 20px;
  border: solid 2px #d1ccbc;
  background-color: #fff;
  font-size: 18px;

}

.contact_section01 .form_box .input_frame input::placeholder{
  color: #d1ccbc;
}

.contact_section01 .form_box .address_flex{
  display: flex;
  align-items: center;
}

.contact_section01 .form_box .address_flex .input_frame{
  max-width: 400px;
}

.contact_section01 .form_box .address_button{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 140px;
  height: 42px;
  margin-left: 20px;
  background-color: #1a2348;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

.contact_section01 .form_box .textarea_frame{
  width:100%;
  max-width: 600px;
}

.contact_section01 .form_box .textarea_frame textarea{
  width: 100%;
  height: 190px;
  padding: 20px;
  border: solid 2px #d1ccbc;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.5;
}

.contact_section01 .form_box .textarea_frame textarea::placeholder{
  color: #d1ccbc;
}

.contact_section01 .form_box .privacy_area{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin:40px auto 0;  
}

.contact_section01 .form_box .privacy_area .wpcf7-not-valid-tip{
  position: absolute;
  top:calc(100% + 6px);
  left:0;
  width:100%;
  white-space: nowrap;
}

.contact_section01 .form_box .privacy_area .wpcf7-list-item{
  margin:0;
}

.contact_section01 .form_box .privacy_area .privacy_text{
  margin-left: 16px;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 3px;
}

.contact_section01 .form_box .privacy_area input{
  display: block;
  width: 26px;
  height: 26px;
}

.contact_section01 .form_box .privacy_area .wpcf7-form-control{
  display: block;
}
.contact_section01 .form_box .privacy_area label .wpcf7-list-item-label{
  display: none;
}

.contact_section01 .form_box .submit_area{
  margin-top: 50px;
}

.contact_section01 .form_box .submit_frame{
  width: 420px;
  max-width: 100%;
  margin: 50px auto 0;
  position: relative;
  
}

.contact_section01 .form_box .submit_frame::after{
  content:'';
  width: 24px;
  height: 24px;
  background-image: url('../img/common/icon_radi_arrow_right_white.png');
  position: absolute;
  right:30px;
  top:28px;
  pointer-events: none;
}

.contact_section01 .form_box .submit_frame .submit{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a2348;
  width:100%;
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .contact_section01 .form_box .submit_frame .submit:hover{
    opacity: 0.5;
  }
}


.contact_section01 .finish_text01{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.contact_section01 .finish_text02{
  font-size: 18px;
  line-height: 2.11;
  text-align: center;
  margin-top: 40px;
}

/*
------------------------------------
è²·å–ç›¸å&nbsp;´
------------------------------------
*/
body.price_body{
  
}
main.price_main{

}

main.price_main .common_bread_section{
  padding-bottom: 88px;
}

.price_section{

}


.price_section01{
  padding:100px 0;
}

.price_section01 .no_result{
  text-align: center;
}

.price_section01 .price_table{
  border-collapse: collapse;
  width: 100%;
}

.price_section01 .price_table th,
.price_section01 .price_table td{
  width:20%;
  height:80px;
  padding:8px;
  font-size: 18px;
  line-height: 1.3;
  border: 1px solid#ddd;
}

.price_section01 .price_table th{
  background-color: #1a2348;
  color:#fff;
  font-weight: bold;
  border-top: 2px solid#1a2348;
}

.price_section01 .price_table td{
  font-weight: 500;
  background-color: #fff;
}

.price_section01 .price_table th:first-child,
.price_section01 .price_table td:first-child{
  border-left: 2px solid#1a2348;
}
.price_section01 .price_table th:last-child,
.price_section01 .price_table td:last-child{
  border-right: 2px solid#1a2348;
}

.price_section01 .price_table tr:last-child td{
  border-bottom: 2px solid#1a2348;
}

.price_section01 .price_table p{
  width: fit-content;
  margin:0 auto;
}


/*
------------------------------------
ã‚µã‚¤ãƒˆãƒžãƒƒãƒ—
------------------------------------
*/

body.sitemap_body{
  
}
main.sitemap_main{

}

.sitemap_section{
  padding:88px 0 210px;
}

.sitemap_section .sitemap_contents{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sitemap_section .sitemap_contents a{
  transition-duration: 0.4s;
}

@media(any-hover:hover){
  .sitemap_section .sitemap_contents a:hover{
    opacity: 0.5;
  }
  
}

.sitemap_section .parent_menu{
  width: 380px;
}

.sitemap_section .parent_item + .parent_item{
  margin-top: 50px;
}

.sitemap_section .parent_link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 14px;
  border-bottom:2px solid #1a2348;
  padding-right: 8px;
}

.sitemap_section .parent_link::after{
  content:"";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 8px;
  background-image: url('../img/common/icon_radi_arrow_right_blue.png');
}

.sitemap_section .parent_link[target="_blank"]::after{
  border-radius: 0;
  background-image: url('../img/common/icon_link.png');
}

.sitemap_section .child_menu{
  margin-top: 28px;
}


.sitemap_section .child_item + .child_item{
  margin-top: 25px;
}

.sitemap_section .child_link{
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: fit-content;
}

.sitemap_section .child_link::before{
  content: '';
  width: 7px;
  height: 12px;
  background-image: url(../img/common/icon_angle_right_blue.png);
  flex-shrink: 0;
  margin-right: 20px;
}
/*
------------------------------------
404
------------------------------------
*/

body.page404_body{
  
}
main.page404_main{

}

.page404_section{

}


.page404_section01{
  padding:100px 0 120px;
}


.page404_section01 .p01{
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.page404_section01 .p02{
  font-size: 18px;
  line-height: 2.11;
  margin-top: 40px;
  text-align: center;
}</pre></body></html>