.trigger {
cursor: pointer;
position: relative;
}
.target {
display: none;
}
.trigger:after {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 12px;
height: 12px;
border-style: solid;
border-width: 2px 2px 0 0;
border-color: #919191;
transform: rotate(135deg);
top: 35%;
right: 3%;
}



.contact {
width: 90%;
padding: 40px 0 40px 0;
margin: 0px auto 0 auto;
}
.contact .free {
padding-bottom: 10px;
width: 80%;
margin: 0px auto 0 auto;
}
.contact h5 {
color: #333333;
font-size: 18px;
line-height: 1.3em;
font-weight: bold;
text-align: center;
}
.contact ul {
flex-flow: wrap;
margin-top: 10px;
}
.contact li {
width: 100%;
margin-bottom: 20px;
}
/*=============================================================
#top
=============================================================*/


#top {
position: relative;
overflow: hidden;
width: 100%;
box-sizing: border-box;
}



#top .balloon_down {
position: relative;
background: #C7BA8D;
padding: 5px 2%;
}

#top .balloon_down:after,
#top .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}



#top .balloon_down:before {
  border-color: rgba(199, 186, 141, 0);
  border-top-color: #C7BA8D;
}

#top .balloon_down:after {
border-color: rgba(199, 186, 141, 0);
border-top-color: #C7BA8D;
border-width: 20px;
margin-left: -20px;
}


#top .balloon_in {
display: flex;
justify-content: center;
align-items: center;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}




#top .balloon_in p.txt {
text-align: center;
color: #fff;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}


#top .balloon_down p.ph {
width: 13%;
display: inline-block;
}




#top .wrap {
position: relative;
background-image: url("../images/se_top_bk_sp.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

#top .wrap .body {
width: 100%;
}


#top h1 {
}

#top h2 {
padding: 40px 0 0;
}

#omatome {
width: 100%;
margin: 0px auto 0 auto;
background-color: #fafae3;
padding: 30px 0 30px 0;
}
#omatome .body {
margin: 0px auto 0 auto;
}
#omatome .title {
width: 100%;
margin: 0px auto 0 auto;
}
#omatome ul {
display: flex;
flex-flow: wrap;
margin: 20px auto 0 auto;
}
#omatome ul li {
text-align: center;
width: 100%;

}
#omatome ul li:first-child {
order: 1;
margin-top: 20px;
}
#omatome p.notes {
margin: 10px auto 0 auto;
font-size: 12px;
line-height: 1.5em;
text-align: left;
}



/*=====================================*/


.form .wrap {
background-color: #EFEFEF;
}



.form .main_box {
padding: 20px 0 0;
}

.form .arrow_box{
    position:relative;
    width:100%;
    height:6px;
    background:#333;
    padding:0px;
    text-align:center;
}
.form .arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(51, 51, 51, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#333;
    top:100%;
    left:50%;
}



.form .link_box {
padding: 30px 0 10px;
}

.form .link_box  a {
display: block;
padding: 0 2%;
margin-bottom: 20px;
}



#worries {
}


#worries .wrap  {
background-image: url(../images/se_worries_bk_top.png),url("../images/se_worries_bk_sp.jpg");
background-repeat: repeat-x,repeat;
background-size: 80% auto,cover;
background-position: top;
}


#worries .body {
padding: 0 0 30px;
} 


#worries .main_box {
}

#worries .list {
}

#worries .list li {
font-size: 13px;
border-bottom: 2px solid #333;
padding: 5px 0;
margin: 10px 0;
}


#worries .list li:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 17px;
    background-image: url(../images/se_worries_check.png);
    background-size: contain;
    vertical-align: -4px;
    background-repeat: no-repeat;
    padding-right: 3px;
}



#loan_type {

}



#loan_type .wrap  {
background-image: url(../images/se_loan_type_bk_top.png),url("../images/se_loan_type_bk_bottom.png");
background-repeat: repeat-x;
background-size: 100% auto;
background-position: top, bottom;
background-color: #EFEFEF;
}

#loan_type .body {
padding: 0 0 90px;
} 



#loan_type .main_box {
width: 80%;
height: auto;
margin: 0 auto;
padding: 20px 0 15px;
}


#loan_type .box {
    flex-wrap: wrap; 
    display: flex;
      justify-content: center;
}

#loan_type .box li {
width: 32%;
margin: 2px 0;
margin-right: 2%;
}


#loan_type .box li:nth-child(3n) {
margin-right: 0;
}




#loan_possible {

}

#loan_possible .wrap {
}



#loan_possible .body {
}


#loan_possible .bk_gr {
background-color: #EFEFEF;
}




#loan_possible .title_box_wrap {
margin-top: -90px;
}



#loan_possible .title_box {
width: 40%;
margin: 0 auto;
}

#loan_possible .title_txt_wrap {
background-color: #C7BA8D;
}



#loan_possible h3 {
font-size: 17px;
color: #fff;
font-weight: bold;
padding: 20px 0;
text-align: center;
line-height: 1.8em;
}




#loan_possible h3:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/title_deco_left.png);
    background-size: contain;
    vertical-align: -10px;
    background-repeat: no-repeat;
}


#loan_possible h3:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/title_deco_right.png);
    background-size: contain;
    vertical-align: -10px;
    background-repeat: no-repeat;
}


#loan_possible h3 span {
display: inline-block;
}


#loan_possible .main_box {

}



#loan_possible .balloon_down {
position: relative;
background: #294B79;
padding: 10px 2%;
}


#loan_possible .balloon_down:after,
loan_possible .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
#loan_possible .balloon_down:before {
  border-color: rgba(41, 75, 121, 0);
  border-top-color: #294B79;
}
#loan_possible .balloon_down:after {
border-color: rgba(41, 75, 121, 0);
border-top-color: #294B79;
border-width: 20px;
margin-left: -20px;
}
#loan_possible .balloon_down p {
text-align: center;
color: #fff;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}

#omatome {
margin: 0px auto 0 auto;
background-color: #fafae3;
padding: 30px 0em 20px 0em;
}
#omatome .body {
margin: 0px auto 0 auto;
}
#omatome .title {
width: 100%;
margin: 0px auto 0 auto;
}
#omatome p {
font-size: 16px;
line-height: 1.3em;
font-weight: bold;
text-align: center;
margin: 10px auto 0 auto;
}
#omatome ul {
display: flex;
flex-flow: nowrap;
justify-content: space-between;
margin: 10px auto 0 auto;
text-align: center;
}
#omatome ul li {
text-align: center;
display: block;
margin: 0px auto 0 auto;
}
#omatome p.notes {
margin: 10px auto 0 auto;
font-size: 12px;
line-height: 1.5em;
text-align: left;
}


#loan_example {
background-color: #59C4F1;
}


#loan_example .wrap  {
background-color: #F9F6EF;
position: relative;
margin: 100px 0 0;
}

#loan_example .san_box {
}

#loan_example .san_box:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 100px 50vw;
border-color: #C7BA8D #C7BA8D #F9F6EF #C7BA8D;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}


#loan_example .body {
padding: 5px 0 20px;
} 


#loan_example h4 {
color: #FF0000;
font-weight: bold;
font-size: 22px;
border-bottom: 6px dotted #C7BA8D;
text-align: center;
line-height: 1.2em;
margin-top: -40px;
padding-bottom: 10px;
}

#loan_example h4 span {
font-size: 18px;
}


#loan_example .block_wrap {
  flex-wrap: wrap; 
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}

#loan_example .block {
background-color: #fff;
margin-bottom: 40px;
}

#loan_example .block:nth-child(2n) {
margin-right: 0;
}



#loan_example .block .balloon_down {

}


#loan_example .balloon_down {
position: relative;
background: #294B79;
padding: 2px 2%;
}


#loan_example .balloon_down:after,
#loan_example .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}



#loan_example .balloon_down:before {
  border-color: rgba(41, 75, 121, 0);
  border-top-color: #294B79;
}

#loan_example .balloon_down:after {
border-color: rgba(41, 75, 121, 0);
border-top-color: #294B79;
border-width: 20px;
margin-left: -20px;
}


#loan_example .balloon_down p {
text-align: center;
color: #fff;
font-size: 18px;
letter-spacing: .1em;
line-height: 1.8em;
font-weight: bold;
}


#loan_example .title {
font-size: 18px;
font-weight: bold;
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
border-bottom: 4px solid #606060;
margin: 30px 0 0;
}

#loan_example .title .income {
color: #333;
width: 50%;
font-weight: bold;
}

#loan_example .title .borrowing {
color: #F2E8D1;
display: block;
width: 50%;
background-color: #606060;
padding: 10px 2%;
font-weight: bold;
}



#loan_example .block_in {
padding: 20px 2%;
}




#loan_example .main_ph {
padding: 0 0 10px;
}




#loan_example .arrow_box{
    position:relative;
    width:100%;
    height:6px;
    background:#294B79;
    padding:0px;
    text-align:center;
}
#loan_example .arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(41, 75, 121, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#294B79;
    top:100%;
    left:50%;
}



#loan_example .form .arrow_box {
    background:#294B79;
}

#loan_example .form .arrow_box:after {
    border-color: rgba(41, 75, 121, 0);
    border-top-color:#294B79;
}





#loan_example .bottom_ph {
padding: 12px 0 0;
}



#loan_example .bottom .arrow {
width: 30%;
margin:  0 auto;
}

#loan_example .bottom .txt {
text-align: center;
font-size: 26px;
font-weight: bold;
color: #333;
padding: 20px 0 20px;
}


#loan_example .bottom .balloon_down {
background-color: #294B79;
}


#loan_example .bottom .balloon_down:before {
  border-color: rgba(41, 75, 121, 0);
  border-top-color: #294B79;
}

#loan_example .bottom .balloon_down:after {
border-color: rgba(41, 75, 121, 0);
border-top-color: #294B79;
border-width: 20px;
margin-left: -20px;
}

#loan_example .bottom .balloon_down p {
font-size: 20px;
letter-spacing: unset;
}

#loan_example .bottom .summary_txt {
font-size: 20px;
font-weight: bold;
text-align: center;
border-bottom: 4px solid #4F96C6;
padding: 10px 0 10px;
}




#loan_strong {
}


#loan_strong .wrap {
background-color: #EFEFEF;
}


#loan_strong .body {
padding: 0 0 60px;
}

#loan_strong .main_title {
width: 100%;
margin:  0 auto;
}

#loan_strong .loan_strong_box_wrap {
  padding: 40px 0 0;
}


#loan_strong .loan_strong_box_wrap .loan_strong_box {
width: 100%;
background-color: #fff;
margin-bottom: 40px;
}



#loan_strong .loan_strong_box_wrap .loan_strong_box:nth-child(2n) {
margin-right: 0;
}


#loan_strong .ph_wrap {
position: relative;
padding: 20px 4%;
}

#loan_strong .ph_wrap .no_deco {
width: 32%;
position: absolute;
top: -10px;
left: -10px;
z-index: 10;
}

#loan_strong .ph_wrap .ph {
}

#loan_strong .loan_strong_txt {
padding: 10px 0 20px;
}

#loan_strong .loan_strong_txt dl {
padding: 0 5%;
}

#loan_strong .loan_strong_txt dl dt {
font-size: 18px;
font-weight: bold;
text-align: center;
padding-bottom: 20px;
border-bottom: 3px dotted #84CCC9;
}


#loan_strong .loan_strong_txt dl dd {
font-size: 13px;
line-height: 1.8em;
padding-top: 20px;
}

#loan_strong .bank_wrap {

}



#loan_strong .bank_wrap .balloon_down {
position: relative;
background: #294B79;
padding: 10px 2%;
margin-top: 40px;
}


#loan_strong .bank_wrap .balloon_down:after,
#loan_strong .bank_wrap .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}



#loan_strong .bank_wrap .balloon_down:before {
  border-color: rgba(41, 75, 121, 0);
  border-top-color: #294B79;
}

#loan_strong .bank_wrap .balloon_down:after {
border-color: rgba(41, 75, 121, 0);
border-top-color: #294B79;
border-width: 20px;
margin-left: -20px;
}


#loan_strong .bank_wrap .balloon_down p {
text-align: center;
color: #fff;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}


#loan_strong .bank_wrap .bank {
width: 90%;
margin:  0 auto;
padding: 20px 0 10px;
}

#loan_strong .bank_wrap .small_txt {
font-size: 10px;
line-height: 1.8em;
}


#comparison {

}

#comparison .wrap {
background: repeating-linear-gradient(-45deg, #fff 0, #fff 3px, #EDEDED 3px, #EDEDED 15px);
background-image: linear-gradient(-45deg, #fff 25%, #EDEDED 25%, #EDEDED 50%, #fff 50%, #fff 75%, #EDEDED 75%, #EDEDED);
background-size: 8px 8px;
display: block;
padding-bottom: 340px;
}


#comparison .body {
padding: 0 0 100px;
}

#comparison .main_title {
}

#comparison .ph {
width: 90%;
margin:  0 auto;
padding: 30px 0 0;
}


#area {

}


#area .wrap {
}


#area .body {
/*padding: 0 0 100px;*/
}



#area .title_box_wrap {
margin-top: -400px;
}



#area .title_box {
width: 50%;
margin: 0 auto;
}

#area .title_txt_wrap {
background-color: #C7BA8D;
}



#area h3 {
font-size: 20px;
color: #fff;
font-weight: bold;
padding: 20px 0;
text-align: center;
line-height: 1.8em;
}




#area h3:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/title_deco_left.png);
    background-size: contain;
    vertical-align: -15px;
    background-repeat: no-repeat;
    padding-right: 3px;
}


#area h3:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/title_deco_right.png);
    background-size: contain;
    vertical-align: -15px;
    background-repeat: no-repeat;
    padding-left: 3px;
}

#area h3 span {
display: inline-block;
}


#area .ph_wrap {
background-color: #EFEFEF;
padding-top: 40px;
}

#area .ph_wrap .txt {
font-size: 20px;
font-weight: bold;
padding: 30px 0 10px;
text-align: center;
line-height: 1.8em;
}



#area .balloon_down {
position: relative;
background: #294B79;
padding: 10px 2%;
}


#area .balloon_down:after,
#area .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}



#area .balloon_down:before {
  border-color: rgba(41, 75, 121, 0);
  border-top-color: #294B79;
}

#area .balloon_down:after {
border-color: rgba(41, 75, 121, 0);
border-top-color: #294B79;
border-width: 20px;
margin-left: -20px;
}




#area .balloon_down p {
text-align: center;
color: #fff;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}


#area .ph {
width: 100%;
margin: 0 auto;
padding: 20px 0 40px;
}


#handling {

}

#handling .wrap {
background: repeating-linear-gradient(-45deg, #fff 0, #fff 3px, #EDEDED 3px, #EDEDED 15px);
background-image: linear-gradient(-45deg, #fff 25%, #EDEDED 25%, #EDEDED 50%, #fff 50%, #fff 75%, #EDEDED 75%, #EDEDED);
background-size: 8px 8px;
display: block;
padding-bottom: 60px;
}


#handling .body {
padding: 0 0 0px;
}



#handling .main_title {
}


#handling .ph {
padding: 30px 0 0;
}



#cause {

}


#cause .wrap {
}


#cause .body {
/*padding: 0 0 100px;*/
}



#cause .title_box_wrap {
margin-top: -140px;
}



#cause .title_box {
width: 50%;
margin: 0 auto;
}

#cause .title_txt_wrap {
background-color: #C7BA8D;
}



#cause h3 {
font-size: 20px;
color: #fff;
font-weight: bold;
padding: 20px 0;
text-align: center;
line-height: 1.8em;
display: flex;
justify-content: center;
}




#cause h3:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 70px;
    background-image: url(../images/title_deco_left.png);
    background-size: contain;
    vertical-align: -40px;
    background-repeat: no-repeat;
    padding-right: 3px;
}


#cause h3:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 70px;
    background-image: url(../images/title_deco_right.png);
    background-size: contain;
    vertical-align: -40px;
    background-repeat: no-repeat;
    padding-left: 3px;
}

#cause h3 span {
display: inline-block;
}


#cause .ph_wrap {
background-color: #EFEFEF;
}

#cause .ph_wrap .ph {
  width: 90%;
  margin: 0 auto;
}




#cause .ph_wrap .txt {
  font-size: 12px;
  font-weight: bold;
  padding: 14px 4%;
  text-align: left;
  line-height: 1.8em;
  background-color: #F2E8D1;
  margin-top: 20px;
}



#cause .balloon_down {
position: relative;
background: #606060;
padding: 10px 2%;
}


#cause .balloon_down:after,
#cause .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}



#cause .balloon_down:before {
  border-color: rgba(96, 96, 96, 0);
  border-top-color: #606060;
}

#cause .balloon_down:after {
border-color: rgba(96, 96, 96, 0);
border-top-color: #606060;
border-width: 20px;
margin-left: -20px;
}




#cause .balloon_down p {
text-align: center;
color: #fff;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}


#cause .box_wrap {
padding: 40px 0;
}

#cause .box_wrap .box {
box-sizing: border-box;
border: 2px dotted #ccc;
padding: 10px 3%;
margin: 0 0 20px;
background-color: #fff;
}



#cause .box_wrap .box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}



#cause .box_wrap .box .title .deco {
  width: 15%;
}



#cause .box_wrap .box .title .title_txt {
line-height: 1.4em;
font-size: 18px;
font-weight: bold;
padding-left: 6%;
width: 79%;
}





#voice {

}


#voice .wrap {
background-color: #F9F6EF;
}
#voice .body {
padding: 0 0 40px;
}
#voice .main_title {
}
#voice .ph {
padding: 20px 4% 0;
}
#voice .voice_box_wrap_wrap {
}
#voice .voice_box_wrap {
margin: 20px 0 0 0;
width: 100%;
}
#voice .voice_box_wrap:last-child {
margin-bottom: 0;
}
#voice .voice_box_wrap .title {
  background-color: #606060;
padding: 0.7em 1em 0.7em 1em;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
#voice .voice_box_wrap .trigger {
padding: 0.7em 2.5em 0.7em 1em;
}
#voice .voice_box_wrap .trigger:after {
border-color: #FFF;
}
#voice .voice_box_wrap .voice_box {
background-color: #fff;
}
#voice .voice_box_wrap .voice_box .ph {

}


#voice .voice_box_wrap .voice_box .txt {
font-size: 12px;
padding: 20px 5% 40px;
line-height: 1.8em;
}

#voice .voice_box_wrap .voice_box .txt span {
display: block;
text-align: right;
}


#voice .bottom {
margin: 40px 0 0;
}

#voice .bottom .arrow {
width: 30%;
margin: 0 auto;
}


#voice .bottom .txt {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 20px 0 26px;
}


#voice .balloon_down {
position: relative;
background: #294B79;
padding: 10px 2%;
}

#voice .balloon_down:after,
#voice .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}


#voice .balloon_down:before {
  border-color: rgba(41, 75, 121, 0);
  border-top-color: #294B79;
}

#voice .balloon_down:after {
border-color: rgba(41, 75, 121, 0);
border-top-color: #294B79;
border-width: 20px;
margin-left: -20px;
}




#voice .balloon_down p {
text-align: center;
color: #fff;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
}

#voice .bottom .summary_txt {
font-size: 20px;
font-weight: bold;
text-align: center;
border-bottom: 4px solid #C7BA8D;
padding: 30px 0 10px;
line-height: 1.4em;
}

#voice .bottom .summary_txt span {
display: block;
}


#voice_more {
}
#voice_more .wrap {
background-color: #F0F0F2;
}
#voice_more .body {
padding: 60px 0
}
#voice_more h4 {
font-size: 20px;
position: relative;
text-align: center;
font-weight: bold;
color: #294B79;
line-height: 1.8em;
}
#voice_more h4:before {
  content: '';
  position: absolute;
 bottom: -30px;
  display: inline-block;
  width: 20%;
   height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #294B79;
}
#voice_more h4 + .sub_txt {
font-size: 18px;
color: #294B79;
text-align: center;
padding: 40px 0 20px;
}
#voice_more .comment {
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 5px 0 30px;
color: #294B79;
line-height: 1.8em;
}
#voice_more .box {
margin-bottom: 20px;
background-color: #77A6C9;
color: #fff;
text-align: left;
font-size: 15px;
display: block;
box-sizing: border-box;
}
#voice_more .box .trigger {
padding: 10px;
}
#voice_more .box .target {
display: none;
font-size: 12px;
line-height: 1.8em;
padding: 10px;
color: #333;
background-color: #F0F0F2;
}
#voice_more .box .target .txt span {
display: block;
text-align: right;
}
#voice_more .acd-label {
background-color: #77A6C9;
color: #fff;
text-align: left;
font-size: 15px;
}
#voice_more .box_in {
padding: 10px 3% 0;
}
#voice_more .box_in .txt_box {
text-align: left;
line-height: 1.6em;
}
#voice_more .box_in .txt_box .txt {
font-weight: bold;
}
#voice_more .box_in .more {
}
#voice_more .box_in .more i {
padding-top: 5px;
display: block;
text-align: center;
}
#voice_more .acd-check:checked + .acd-label + .acd-content {
min-height: 350px;
max-height: 500px
}
#voice_more .box .acd-content {
font-size: 12px;
line-height: 1.8em;
}
#voice_more .box .acd-content .txt {
padding: 40px 0;
}
#voice_more .box .acd-content .txt span {
display: block;
text-align: right;
}




#shop {

}


#shop .wrap {
background-color: #EFEFEF;
}

#shop .body {
padding: 0 0 100px;
}



#shop .main_title {
}


#shop .balloon_down {
position: relative;
background: #FF3C00;
padding: 10px 5%;
margin-top:40px;
border-radius: 20px;
}


#shop .balloon_down:after,
#shop .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}



#shop .balloon_down:before {
  border-color: rgba(255, 60, 0, 0);
  border-top-color: #FF3C00;
}

#shop .balloon_down:after {
border-color: rgba(255, 60, 0, 0);
border-top-color: #FF3C00;
border-width: 20px;
margin-left: -20px;
}


#shop .balloon_down p {
text-align: center;
color: #fff;
font-size: 20px;
letter-spacing: .1em;
line-height: 1.8em;
font-weight: bold;
}




#shop .ph {
padding-top: 30px;
}

#shop table {
  border-collapse: collapse;
  float: none;
  display: table;
  line-height: 1.5em;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 100%;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 font-size: 12px;
 background-color: #fff;
}

#shop table tr {
  border-bottom: 1px solid #fff;
}


#shop table th {
  width: 30%;
  background-color: #F2E8D1;
}

#shop table td {
  width: 70%;
}

#shop table th,
#shop table td {
padding: 10px 1em;
}





#shop .map_wrap {
margin: 40px 0 0;
}

#shop .map_wrap .obi {
background-color: #606060;
color: #fff;
font-size: 16px;
text-align: center;
padding: 10px 2%;
}


#shop .com {
  margin-top: 60px;
}
#shop .com .tit {
  background-color: #606060;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 2%;
}
#shop .com .ph {
  padding: 0;
}
#shop .com table{
  margin-bottom: 0;
}
#shop .com .map_wrap{
  margin-top: 0;
}




#president {
}


#president .wrap {
padding: 0 0 60px;
}

#president .body {
}

#president .title_box_wrap {
margin-top: -60px;
}

#president .title_box {
width: 50%;
margin: 0 auto;
}

#president .title_txt_wrap {
background-color: #C7BA8D;
}




#president h3 {
font-size: 20px;
color: #fff;
font-weight: bold;
padding: 20px 0;
text-align: center;
line-height: 1.6em;
display: flex;
justify-content: center;
}




#president h3:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 70px;
    background-image: url(../images/title_deco_left.png);
    background-size: contain;
    vertical-align: -40px;
    background-repeat: no-repeat;
    padding-right: 3px;
}


#president h3:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 70px;
    background-image: url(../images/title_deco_right.png);
    background-size: contain;
    vertical-align: -40px;
    background-repeat: no-repeat;
    padding-left: 3px;
}

#president h3 span {
display: inline-block;
}



#president .main_wrap {
margin-top: 40px;
}



#president .ph {
width: 100%;
}


#president .txt {
  font-size: 12px;
  line-height: 1.8em;
  padding: 20px 0 0;
}


#com {

}

#com .wrap {
background-color: #F2E8D1;
}

#com .body {
padding: 40px 0;
}




#com .balloon_down {
position: relative;
background: #294B79;
padding: 12px 5%;
border-radius: 20px;
}


#com .balloon_down:after,
#com .balloon_down:before {
top: 100%;
left: 50%;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}



#com .balloon_down:before {
  border-color: rgba(41, 75, 121, 0);
  border-top-color: #294B79;
}

#com .balloon_down:after {
border-color: rgba(41, 75, 121, 0);
border-top-color: #294B79;
border-width: 20px;
margin-left: -20px;
}


#com .balloon_down p {
text-align: center;
color: #fff;
font-size: 18px;
letter-spacing: .1em;
line-height: 1.6em;
font-weight: bold;
}


#com .ph {

}


/********************************** century21 ****************/
#century21 {
margin: 40px auto 0px auto;
width: 100%;
}
#century21 .box {
border: 1px solid #000;
border-radius: 6px;
position: relative;
background-color: #FFF;
}
#century21 .logo {
display: block;
position: relative;
margin: 0px auto 20px auto;
padding-top: 20px;
width: 80%;
}
#century21 h3 {
font-size: 16px;
line-height: 1.3em;
width: 90%;
margin: 0px auto 1.5em auto;
text-align: center;
}
#century21 h4 {
font-size: 16px;
line-height: 1.3em;
margin: 0px 1em 1.5em 1em;
}
#century21 p {
font-size: 14px;
line-height: 1.3em;
margin: 0 1em 1em 1em;
}
#century21 .image {
margin: 30px auto 30px auto;
width: 90%;
}
#century21 p.date {
font-size: 14px;
line-height: 1.5em;
text-align: right;
margin: 0 1em 1em 0em;
}
/********************************** century21 ****************/



#com .com_box .title {
font-size: 14px;
font-weight: bold;
padding: 30px 0 10px;
}


#com table {
  border-collapse: collapse;
  float: none;
  display: table;
  line-height: 1.5em;
  margin-bottom: 40px;
  box-sizing: border-box;
  width: 100%;
 border-left: 1px solid #CCCCCC;
 border-right: 1px solid #CCCCCC;
 font-size: 12px;
 background-color: #fff;
}

#com table tr {
  border-bottom: 1px solid #CCCCCC;
}


#com table th {
  width: 30%;
  background-color: #C7BA8D;
  color: #fff;
}

#com table td {
  width: 70%;
}

#com table th,
#com table td {
padding: 10px 1em;
}







.btn01 {
  animation-name: shake01;
  animation-duration:1.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; 
 }
@keyframes shake01{
from{
transform: none;
}
10% {transform: translate3d(-2%, 0, 0);
}
25% {transform: translate3d(2%, 0, 0);
}
40% {transform: translate3d(-2%, 0, 0);
}
}




/*================================================================*/




@media (min-width:1300px) and (max-width:1501px) {



}


@media (max-width:1300px) { 

.body {
width: 90%;
margin: 0 auto;
}



}


@media (max-width:1000px) { 



}

#century21 .world{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 30px auto;
  width: 100%;
}
#century21 .world li{
	text-align: center;
	width: 30%;
}
#century21 .world li img{
	display: block;
	margin: 0 auto 10px;
	width: 68%;
}
#century21 .world li p{
	color: #444;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
#century21 .world li p b{
	color:#633600;
	font-size: 36px;
  display: block;
  margin: 0 0 10px;
	padding: 0 6px;
}
