@charset "utf-8";

img{
	max-width: 100%;
}

.ll-flex{
	display: flex;
	justify-content: flex-start;
}

.s-bit{
	justify-content: space-between;
}

.sec01{
	margin-top:10%;
	margin-bottom:6%;
}

.sec01 h2{
	color: #83c5e2;
    font-weight: bold;
    margin-top: 6%;
    margin-bottom: 6%;
    text-align: center;
}

.w01 p{
	width: 50%;
	font-weight: 500;
	margin-right: 5%;
	letter-spacing: 2px;
}

.w02{
	width: 45%;
}

.sec02 h2{
	background: #2690ab;
    color: #fff;
    padding: 2%;
}

.sec02 h3{
	font-weight: bold;
    color: #333;
    font-size: 18px;
    padding-left: 2%;
}

.sec02 table{
	margin: 0 auto;
	margin-bottom: 5%;
}

.sec02 td{
	width: 20%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #c85046;
    padding: 10px 5px;
    border:solid 10px;
}

.sec03_inner{
	padding: 3%;
	margin-bottom: 5%;
}

.sec03 h2{
	background: #2690ab;
    color: #fff;
    padding: 2%;
}

.sec03 .ll-flex{
	margin-bottom: 80px;
}

.setumei03{
	margin: 10px 0 0 0;
	font-weight: 500;
	font-size: 18px;
}

.num{
	background: #7f5a60;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 1rem;
    display: block;
    width: 55px;
    height: 55px;
    text-align: center;
    margin: 0 2%;
    margin-top:10px;
    border-radius: 50px;
    line-height: 1.5rem;
    position: relative;
}


.arrow:after{
	content: "";
	position: absolute;
	top:100%;
	left: 8px;
	width: 55px;
	height: 75px;
	background: url(../assets/images/websoudan/yazirusi.png) no-repeat;
	background-size: contain;
}
.sec03_inner img{
	width: 80px;
	height: 80px;
}

#tuusin{
	color: #2abedd;
    font-weight: bold;
    font-size: 18px;
}

.sec04 h2{
	text-align: center;
    border: solid #333 1px;
    padding: 6px;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5%;
}

.sec04 h3{
	font-weight: bold;
	font-size: 20px;
}
.zoom-pc{
	margin-bottom: 5%;
}

.zoomimg-pc{
	width: 48%;
	box-shadow: 2px 2px 6px #999;
	margin-bottom: 2%;
}

.zoom-pc p:last-child{
	font-weight: bold;
	font-size: 18px;
}

.btn01{
	margin-top: 3%;
	margin-bottom: 5%;
    background: #0e71eb;
    width: 40%;
    text-align: center;
    padding: 1%;
    color: #fff;
    border-radius: 6px;
}

.btn01:hover{
	background: #428bca;
}
.btn-a:hover{
	text-decoration: none;
}

.zoom-sp{
	margin-bottom: 5%;
}

.zoom-spinner{
	padding-top: 4%;
	margin-bottom: 4%;
	margin-right: 2%;
}

#sp-main{
	width:	48%;
	box-shadow: 2px 2px 6px #999;
}

#zoom-right{
	padding: 2%;
}

.zoom-sp h5{
	font-weight: bold;
	font-size: 18px;
}
.app a{
	margin: 1%;
}
.app img{
	width: 10rem;
}

.candy{
	margin-bottom: 5%;
}

.candy img{
	width: 80px;
}

/*スマホサイズここから*/
@media screen and (max-width: 768px){
.ll-flex{
	flex-wrap: wrap;
}


.w01 p{
	width: 100%;
}

.w02{
	width: 100%;
}

.arrow:after{
	content: none;
}

.btn01{
	width: 100%;
}

.zoomimg-pc{
	width: 100%;
	box-shadow: none;
}

#sp-main{
	width: 100%;
	height: 240px;
	box-shadow: none;
}





/*スマホサイズここまで*/
} 
