@charset "UTF-8";

/*layout*/
section{
    margin: 30px 0;
}
section .img-inner{
    overflow: hidden;
	width: 100%;
	
}
section .container{
    max-width: 850px;
}

section .img-inner .img-inner-text h2 {
    text-align: center;
    margin:2em 0;
}
section .img-inner .img-inner-text p{
    margin: 1em 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    /* text-indent: 0.5em; */
}

section .img-inner .img-inner-text ol{
    margin:2em 0;
}
section .img-inner .img-inner-text li {
    font-size: 24px;
    font-weight: bold;
    padding:0.5em;
}

section .img-inner .img-inner-item img{
    width: 100%;
    height: auto;
}

/*スマートフォン*/
  @media screen and (max-width: 480px){
    section .img-inner .img-inner-text h2 {
        text-align: left;
        margin:2em 0;
    }
	section .img-inner .img-inner-text p{
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	
	section .img-inner .img-inner-item img{
		width: 100%;
		height: auto;
	}
  }
