@charset "utf-8";

/* --------------------------------------------------

footer

-------------------------------------------------- */
#footer{}
#footer .footer_info{
  background-color: #551900;
}
#footer .footer_info_inner{
  max-width: 1000px;
  margin: auto;
}
#footer .footer_info .copyright > p{
  color: #fff;
}
@media print, screen and (min-width:768px){
  #footer .footer_info{
    padding-left: 25px;
    padding-right: 25px;
  }
  #footer .footer_info_inner{
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #footer .footer_info .copyright{
    display: flex;
    justify-content: space-between;
  }
  #footer .footer_info .copyright > p{
    font-size: 12px;
  }
}
@media screen and (max-width:767px){
  #footer .footer_info{
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer .footer_info_inner{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #footer .footer_info .copyright{
    font-size: 10px;
    text-align: center;
  }
  #footer .footer_info .copyright > p + p{
    margin-top: 5px;
  }
}

/* --------------------------------------------------

default css

-------------------------------------------------- */

/* general
-------------------------------------------------- */
.aL{text-align:left !important;}
.aC{text-align:center !important;}
.aR{text-align:right !important;}

.vT{vertical-align:top !important;}
.vM{vertical-align:middle !important;}
.vB{vertical-align:bottom !important;}

.jfL{justify-content:flex-start !important;}
.jfC{justify-content:center !important;}
.jfR{justify-content:flex-end !important;}
.al_itemT{align-items:flex-start !important;}
.al_itemC{align-items:center !important;}
.al_itemB{align-items:flex-end !important;}

.fL{float:left;}
.fR{float:right;}
.fN{float:none;}

.fw4{font-weight:400 !important;}
.fw5{font-weight:500 !important;}
.fwB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.wordB{
  word-break:break-all;
  word-wrap: break-word;
}

.letterSp15{
  letter-spacing: 1.5em;
}

.underline{
  text-decoration: underline;
}

.imeFull{ime-mode:active;}    /*初期値：日本語入力モード*/
.imeHalf{ime-mode:inactive;}  /*初期値：英数字入力モード*/
.imeAlp{ime-mode:disabled;}  /*英数字入力モード*/

.borderNone{border:none !important;}
.border_leftNone{border-left:none !important;}
.border_rightNone{border-right:none !important;}
.border_topNone{border-top:none !important;}
.border_bottomNone{border-bottom:none !important;}


.w100p{width: 100% !important;}
@media print, screen and (min-width: 768px) {
  .pc_w100p{width: 100% !important;}
}
@media screen and (max-width:767px) {
  .sp_w100p{width: 100% !important;}
}

.indent1 li{
	text-indent: -1em;
	padding-left: 1em;
}
.indent12 li{
	text-indent: -1.2em;
	padding-left: 1.2em;
}
.indent18 li{
	text-indent: -1.8em;
	padding-left: 1.8em;
}

/* c_list_note */
.c_list_note{}
.c_list_note{
  margin-top: 1em;
}
.c_list_note li{
	text-indent: -1em;
	padding-left: 1em;
  font-size: 12px;
}

@media screen and (max-width:767px) {
  .sp_aL{text-align:left !important;}
  .sp_aC{text-align:center !important;}
  .sp_aR{text-align:right !important;}
}

.f-small{ font-size: 80%;}
.f-large{ font-size: 116%}

.fc-black{ color: #222;}
.fc-red{ color: #E7372F;}
.fc-brown{ color: #551900;}
.fc-gray{ color: #666666;}

/*c_txt*/
.c_txt_01{}
.c_txt_01 > p + p{
  margin-top: 1em;
}

.c_txt_02{}
.c_txt_02 > p{
	font-size: 16px;
}

.c_txt_03{}
.c_txt_03 > p{
	font-size: 14px;
}

.c_txt_04{}
.c_txt_04 > p{
	font-size: 12px;
}
.c_txt_line{
  text-decoration: underline;
}

@media screen and (max-width:767px) {
  .c_txt_01{}

  .c_txt_02{}
  .c_txt_02 > p{
    font-size: 14px;
  }
  .c_txt_03{}
  .c_txt_03 > p{
    font-size: 12px;
  }
  .c_txt_04{}
  .c_txt_04 > p{
    font-size: 10px;
  }
}

/*c_btn*/
.c_btn_01{
  display: flex;
}
.c_btn_01 a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #551900;
  border-radius: 4em;
  color: #551900;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.c_btn_01 a::after{
  content: '';
  display: block;
  width: 8px;
	height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/common_2022/images/arrow/arw_brown_r.png) no-repeat center;
  background-size: 100%;
}

.c_btn_02{
  display: flex;
}
.c_btn_02 a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #551900;
  border-radius: 4em;
  color: #551900;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.c_btn_02 a::after{
  content: '';
  display: block;
  width: 8px;
	height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/common_2022/images/arrow/arw_brown_r.png) no-repeat center;
  background-size: 100%;
}

.c_btn_03{
  display: flex;
}
.c_btn_03 a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #551900;
  border-radius: 4em;
  color: #551900;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.c_btn_03 a::after{
  content: '';
  display: block;
  width: 8px;
	height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/common_2022/images/arrow/arw_brown_r.png) no-repeat center;
  background-size: 100%;
}

.c_btn_04{
  display: flex;
}
.c_btn_04 a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  line-height: 1.4;
  border: 1px solid #ccc;
  border-radius: 4em;
  color: #551900;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.c_btn_04 a::after{
  content: '';
  display: block;
  width: 8px;
	height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  background: url(/common_2022/images/arrow/arw_brown_r.png) no-repeat center;
  background-size: 100%;
}

[class*="c_btn_"].arwL a::after{
  left: 25px;
  right: auto;
  background: url(/common_2022/images/arrow/arw_brown_l.png) no-repeat center;
  background-size: 100%;
}

[class*="c_btn_"].link_blank a{
  padding-left: 3.5em;
  padding-right: 3.5em;
}
[class*="c_btn_"].link_blank a::after{
  width: 18px;
  height: 16px;
  right: 20px;
	background: url(/common_2022/images/icon/icon_blank_brown.png) no-repeat center;
  background-size: 100%;
}

[class*="c_btn_"].txtlink_pdf a{
  padding-left: 1em;
  padding-right: 1em;
}
[class*="c_btn_"].txtlink_pdf a::after{
  content: none;
}
[class*="c_btn_"].txtlink_pdf a > span::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 16px;
  margin-top: -2px;
	margin-left: 5px;
	background: url(/common_2022/images/icon/icon_pdf.png) no-repeat center;
  background-size: 100%;
}

[class*="c_btn_"].col-red a{
  background-color: #E7372F;
  color: #fff;
  border: none;
}
[class*="c_btn_"].col-red a::after{
  width: 8px;
	height: 100%;
	background: url(/common_2022/images/arrow/arw_white_r.png) no-repeat center;
  background-size: 100%;
}

[class*="c_btn_"] .sub,
[class*="c_btn_"] .sub_02{
  display: block;
  color: #222;
  font-weight: normal;
}

@media print, screen and (min-width:768px){
  .c_btn_01 a{
    min-width: 240px;
    min-height: 60px;
    padding: 1.2em 3.7em;
  }
  .c_btn_02 a{
    min-width: 360px;
    min-height: 60px;
    padding: 1.2em 3.7em;
  }
  .c_btn_03 a{
    min-width: 420px;
    min-height: 80px;
    padding: 1.2em 3.7em;
  }
  .c_btn_04 a{
    min-width: 240px;
    min-height: 60px;
    padding: 0.6em 3.7em;
  }

  [class*="c_btn_"] .sub{
    margin-bottom: 0.7em;
    font-size: 12px;
  }
  [class*="c_btn_"] .sub_02{
    margin-top: 0.7em;
    font-size: 12px;
  }
}

@media screen and (max-width:767px) {
  .c_btn_01 a{
    width: 89%;
    min-height: 50px;
    padding: 1.1em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .c_btn_01 a::after{
    width: 7px;
    right: 20px;
  }

  .c_btn_02 a{
    width: 89%;
    min-height: 50px;
    padding: 1.1em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .c_btn_02 a::after{
    width: 7px;
    right: 20px;
  }

  .c_btn_03 a{
    width: 100%;
    min-height: 50px;
    padding: 1.1em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .c_btn_03 a::after{
    width: 7px;
    right: 20px;
  }
  
  .c_btn_04 a{
    width: 70%;
    min-height: 45px;
    padding: 0.8em 2.5em;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08);
  }
  .c_btn_04 a::after{
    width: 7px;
    right: 20px;
  }
  
  [class*="c_btn_"].arwL a::after{
    left: 20px;
    right: auto;
  }

  [class*="c_btn_"].link_blank a{
    padding-left: 3em;
    padding-right: 3em;
  }
  [class*="c_btn_"].link_blank a::after{
    width: 11px;
    height: 10px;
    background: url(/common_2022/images/icon/icon_blank_brown_sp.png) no-repeat center;
    background-size: 100%;
  }

  [class*="c_btn_"].txtlink_pdf a > span::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 17px;
    margin-left: 5px;
    background: url(/common_2022/images/icon/icon_pdf_sp.png) no-repeat center;
    background-size: 100%;
  }

  [class*="c_btn_"].col-red a::after{
    width: 7px;
    right: 20px;
    background: url(/common_2022/images/arrow/arw_white_r.png) no-repeat center;
    background-size: 100%;
  }

  [class*="c_btn_"] .sub{
    margin-bottom: 0.5em;
    font-size: 10px;
  }
  [class*="c_btn_"] .sub_02{
    margin-top: 0.5em;
    font-size: 10px;
  }
}

/* c_btn_block */
.c_btn_block_01{
  margin-top: 40px;
}
.c_btn_block_02{
  margin-top: 60px;
}
.c_btn_block_03{
  margin-top: 30px;
}

@media screen and (max-width:767px) {
  .c_btn_block_01{
    margin-top: 25px;
  }
  .c_btn_block_02{
    margin-top: 30px;
  }
  .c_btn_block_03{
    margin-top: 20px;
  }
}

/* form */
select, input, textarea,button{
  color: #222;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* pc / sp
-------------------------------------------------- */
@media print, screen and (min-width: 768px){
	.sp_only{
		display: none !important;
	}
}
@media screen and (max-width: 767px){
	.pc_only{
		display: none !important;
	}
}
@media screen and (max-width:360px), screen and (min-width:768px){
	.forO360_U768{
		display: none !important;
	}
}
@media print, screen and (min-width: 1201px){
	.forU1200{
		display: none !important;
	}
}
@media print, screen and (min-width: 361px){
	.forU360{
		display: none !important;
	}
}
@media screen and (max-width: 1200px){
	.forO1200{
		display: none !important;
	}
}
@media screen and (max-width: 360px){
	.forO360{
		display: none !important;
	}
}
@media print, screen and (min-width: 321px){
	.forU320{
		display: none !important;
	}
}
@media screen and (max-width: 320px){
	.forO320{
		display: none !important;
	}
}

/* wrap
-------------------------------------------------- */
.content_wrap{ 
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.content_block{
  padding-left: 25px;
  padding-right: 25px;
}
.content_inner{
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.sec_wrap{
  margin-top: 60px;
}
.sec_content{
  margin-top: 40px;
}

@media screen and (max-width:767px) {
  .sec_wrap{
    margin-top: 40px;
  }
  .sec_content{
    margin-top: 30px;
  }
  .sp_notMargin_content{
    margin-left: -25px;
    margin-right: -25px;
  }
}