/* CSS Document */

/*---------------------------------------------
 attentionBlock  class
---------------------------------------------*/
.attentionBlock {
	background-color: #e9f0f5!important;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
	padding-top: 38px;
	padding-bottom: 44px;
	text-align: left;
	border-width: 0px!important;
	border-color: #ff99ad!important;
}
.attentionBlock a {
	font-weight: bold;
}
.attentionBlock .ttl {
	text-align: center;
	line-height: 1;
	color:#1f2c5c!important;
}
.attentionBlock .sttl {
	text-align: center;
	font-weight: bold;
	margin-top: 31px;
	margin-bottom: 23px;
}
.attentionBlock.boxBlock span {
	margin: 0;
	padding: 0;
	line-height: 32px;
}
.attentionBlock.boxBlock .circle {
	float: none;
	margin-right: 10px;
	line-height: 25px;
}
.attentionBlock dl {
	display: block;
	width: 180px;
	text-align: center;
	float: left;
	margin-left: 40px;
}
.attentionBlock dt {
	margin-bottom: 10px;
}
.attentionBlock div {
	margin-left: 40px;
	width: 440px;
	height: 110px;
	background-image:url(/kouza/images/attention_img_plus.png);
	background-position:233px 22px;
	background-repeat:no-repeat;
}
.attentionBlock .txt {
	line-height: 1;
	margin-top: 3px;
}
.attentionBlock .description {
	line-height: 1;
	margin-top: 7px;
	font-weight:bold;
}

/*----- 3画像 -----*/
.attentionBlock .picture3 {
	margin: 0 auto;
	width: 520px;
	height: 130px;
	background-image:url(/kouza/images/attention_img_plus.png),url(/kouza/images/attention_img_plus.png);
	background-position:160px 42px,333px 42px;
	background-repeat:no-repeat,no-repeat;
}
.attentionBlock .picture3 dl  {
	display: block;
	width: 172px;
	text-align: center;
	float: left;
	margin-left: 0px;
}
/*---------------------------------------------
 stepFlow class
---------------------------------------------*/
.stepFlow {
    max-width: 890px;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}
.kouza01 {
	position:relative;
	width:100%;
	height:auto;
}
.detail01 {
	position: absolute;
    width: 11%;
    height: auto;
    top: 23%;
    left: 0.3%;
    z-index: 10;
}
.detail02 {
	position: absolute;
    width: 11%;
    height: auto;
    top: 78%;
    left: 0.3%;
    z-index: 10;
}

/*===========================================
 btn2rowfont
===========================================*/
.btn2rowfont .btnType01 {
  line-height: 1.35;
}
.btn2rowfont a span {
  display: block;
  width: 100%;
  text-align: center;
}
.btn2rowfont a span.under2row1 {
  margin-top: -8px;
}
.btn2rowfont a span.under2row2 {
  margin-top: -37px;
  margin-bottom: -7px;
  font-weight:normal;
}

/*===========================================
 ipad等
===========================================*/
@media (min-width: 767px) and (max-width: 880px) {
.ipad_none{
	display:none;
}
.stepFlowBlock ul li dl dd .balloonWrap{
	height: 80px;
}
}
/*===========================================
 SP
===========================================*/
@media screen and (max-width: 767px) {
.attentionBlock {
	width: 70%;
	width: calc(100% - 60px);
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: left;
}
.attentionBlock .fs20 {
	font-size: 16px!important;
}
.attentionBlock div {
	margin: 0 auto;
    width: 100%;
    height: 110px;
	background-image:url(/kouza/images/attention_img_plus.png);
	background-position:50% 30%;
	background-repeat:no-repeat;
}
.attentionBlock .sttl, .attentionBlock div {
	display: none;
}
.attentionBlock dl {
	width: 50%;
	margin-left: 0px;
	text-align: center;
	float: left;
}
.attentionBlock.boxBlock .circle {
	margin-right: 0px;
}

.stepFlow {
    max-width: 890px;
    margin: 0 auto;
    padding: 0;
}
.detail01 {
    width: 22.3%;
    height: auto;
    top: 7.2%;
    left: 14%;
}
.detail02 {
    width: 22.3%;
    height: auto;
    top: 7.2%;
    left: 64%;
}
.btn2rowfont .btnType01 {
  line-height: 1.375;
}
}
/*===========================================
 20171109 フォームメンテ注意表記（画像はPC:上30px下20px,上SP:30px透過で間を開ける）
===========================================*/
#emergency {
  background: #fff; /*←必ずトップ画像の背景色を入れる*/
  line-height: 0;
}
#emergency .box {
  margin: 0px auto 0;
  text-align: center !important;
}
@media (max-width: 767px) {
#emergency .box {
  margin: 0px 10px 0;
}
}


/*===========================================
 20200207 gtag設置＆btn ABテスト
===========================================*/

.patternB.btnCol2Wrap a {
    max-width: 670px;
    margin: 0 auto 25px;
    height: auto;
    padding: 20px 0;
}

.patternB.btnCol2Wrap a span em.under2row {
    margin-top: 0;
    font-size: 28px;
    letter-spacing: .15em;
}


@media (max-width: 767px) {
.patternB.btnCol2Wrap a {
    margin: 0 auto 30px;
}

.patternB.btnCol2Wrap a span em.under2row.fs14{
	letter-spacing: 0;
}

}

/*===========================================
 20200331 コールセンター注意表記
===========================================*/
.attBox{
	overflow: hidden;
	max-width: 890px;
	margin: 0 auto;
	padding: 80px 15px 0;
}

@media (max-width: 767px) {
.attBox {
    padding: 40px 5px 0;
}

}
