@charset "UTF-8";
/* CSS Document */

h2{
	margin: 40px 0;
}

h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 30px;
	text-align: center;
}

hr {
	    margin: 4em auto;
    width: 150px;
    border: 0.5px;
    color: #ababab;
    border-style: solid;
}

.font-c-orange {
	color: #FFA12B;
}

.flow-wrap {
    max-width: 700px;
    margin: 0 auto 3em;
    margin-bottom: 2em;
}


.attn-1{
	margin-bottom: 2em;
	font-weight: bold;
}

.flow-wrap .flow-cont {
border: solid 2px #ffa12b;
    padding: 1.5em;
}

.flow-wrap .flow-cont p {
	font-weight: bold;
}

.flow-wrap .arrow {
	margin: 0.3em auto;
    text-align: center;
}

.flow-wrap .arrow:before {
  content: '▼';
	margin: 4px;
	color: #ffa12b;
	font-size: 20px;
	
}

.counsel-content {
	padding: 0 30px;
	margin-bottom: 80px;
}

	
	.counsel-text {
		margin-top: 2em;
	}

.counsel-text p {
    text-align: left;
    line-height: 2.2;
}

.feature-wrap {	
    position: relative;
    padding: 2.5em 2em 1.5em;
    border: 1px solid #505050;
    max-width: 700px;
    margin: 0 auto;
	}

.feature-wrap h3 {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	font-size: 18px;
	text-align: left;
	-webkit-text-size-adjust: 100%;    
	    position: absolute;
    top: 0;
    left: 1em;
    padding: 0 1em;
    margin: 0;
    background-color: white;
    -webkit-transform: translateY(-50%) translateX(-0%);
    -ms-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    width: 80%;
}

ol{
	text-align: left;
    counter-reset: list;
    list-style-type: none;
}

.feature-wrap ol li {
    position: relative;
    line-height: 30px;
    margin: 16px 0 7px 40px;
    padding-left: 10px;
}

.feature-wrap ol li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    background: #FFA12B;
    text-align: center;
    color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.method-cont ol li {
    line-height: 30px;
    margin: 1em 0 0.5em;;
}

.t-a-r {
	text-align: right;
}

.contact-wrap {
	margin: 60px 0 0;
}

.introduce {
	margin: 0 auto 60px;
}

.introduce .staff {
    width: 50%;
    margin: 0 auto 1em;
}

.introduce .staff img {
	display: block;
    width: 100%;
}


.profile {
	text-align: left;
}

.profile p span {
	font-weight: bold;
}

.profile hr {
border:none;
border-top:dashed 1px #505050;
height:1px;
color:#FFFFFF;
width:100%;
	margin: 1em auto;
}

.method-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 4em;
}

.method-btn a {
	padding: 12px 10%;
    text-align: center;
	display: block;
}

.method-btn img {
	max-width: 200px;
	display: block;
	margin: 0 auto;
}

.attention-cont {
    padding: 0 7% 30px;
    margin: 0 auto 20px;
}

.sub-ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 30px auto;
}

.method-cont img {
	display: block;
}

.qr {
	width: 50%;
	margin: 0 auto;
}

.t-a-c {
	text-align: center;
}

.line-id {
	font-weight: bold;
    font-size: 18px;
	margin: 0 auto 1em;
}

.mark {
	margin: 0 auto 1.5em;
}

.mark p {
	    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.line-icon {
	width: 30%;
	object-fit:cover;
	border-radius:50%;
	vertical-align: middle;
    display: inline-block !important;
}

.method-btn .cmn-btn {
    margin: 1.5em auto 2.5em;
}

.download-btn {
	
    margin: 0 auto 1.5em;
}

.method-cont {
    border-bottom: solid 1px #505050;
}
	
	.method-cont:last-child {
    border-bottom: none;
		width: 100%;
}

.zoom .method-btn .border {
	padding: 12px 10% 2.5em;
    border-bottom: solid 1px;
}

.attention-p {
	font-size: 14px;
}


@media screen and (min-width:760px) {
    /*　画面サイズが760pxからはここを読み込む　PC画面表示*/
	
	hr {
    width: 300px;
}
	
	.counsel-content {
		width: 85%;
    	margin: 0 auto 100px;
		padding: 0;
		text-align: center;
	}
	
	.counsel-text p{
    margin-bottom: 0;
}

	.feature-wrap h3 {
    width: auto;
}
	
	.introduce .staff {
		display: inline-block;
    width: 20%;
    vertical-align: middle;
}
	
	.profile {
    text-align: left;
    width: 70%;
    display: inline-block;
    padding: 0 4%;
    vertical-align: middle;
}
	
	.method-cont {
    text-align: left;
    padding: 0px 4% 1em;
    flex-basis: 41.9%;
    margin: 0;
    border-right: solid 1px #505050;
    border-bottom: none;
}
	
	.method-cont:last-child {
    border-right: none;
}
	
	.method-btn .cmn-btn {
		margin: 0 auto 1em;
}
}
@media screen and (min-width:961px) {
    /*　画面サイズが961pxからはここを読み込む　大きいPC画面表示*/
	.img-ttl {
    width: 25%;
    margin-right: 5%;
}
.flow-box p {
    width: 80%;
}
}
	@media screen and (min-width:1400px) {
    /*　画面サイズが1400pxからはここを読み込む　大きなPC画面表示*/
		
	.counsel-content {
		max-width: 1000px;
		}

}