body {
    color: #2c3e50;
    font-family: YuMincho ;
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #2c3e50;
    font-weight: bold;
}

.container {
width: 90%;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.clear::after{
    content: "";
    clear: both;
    display: block;
}

/*========================
header
========================*/
.header {
    background-color:#cc6633;
}

.header-center {
    text-align: center;
}

.header-right {
    text-align: right;
}

.header-title {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
}

/*========================
section共通クラス
========================*/
.section {
    padding: 40px
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #d76000;
}

.section p {
    font-size: 20px;
}

/*========================
about
========================*/
.profile {
    background: #DD5A0F;
    width: 500px;
    text-align: center;
    padding-bottom: 30px;
}
  
.profile__img {
    width: 500px;
}
 
.profile_small_img {
    width: 250px;
    margin-top: 30px;
}

.profile__name,.profile__yomi,.profile__desc {
    color: #fff;
}
  
.profile__name {
    padding:1.6rem 2rem .2rem;
    font-weight:bold;
    font-size:1.2rem;
    letter-spacing:.1rem;
}
  
.profile__yomi {
    padding:0 2rem;
    font-size:.9rem;
    letter-spacing:.1rem;
    opacity:.7;
}
  
.profile__desc {
    padding:0.3rem 2rem;
    line-height:1.6rem;
    opacity:.7;
}

li {
    color: #fff;
    background: #DD5A0F;
    padding:0.3rem 2rem;
    line-height:1.6rem;
}

.cat-left{
    width: 20%;
    margin-top: 20px;
}

.cat-right{
    width: 20%;
    margin-top: 20px;
}

.cat-center{
    width: 20%;
    margin-top: 20px;
}

.policy {
    font-size: 18px;
    font-weight: 700;
    color: #d76000;
}

div.policy-a {
    float: left;
    width: 30%;
    margin-right: 20px;
}

div.policy-b {
    float: left;
    width: 30%;
    margin-right: 20px;
}

div.policy-c {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    display: grid;
    grid-template-columns: 20% 20% 20%;
    grid-template-rows: auto auto auto;
}

.illustlation {
    vertical-align: bottom;
    padding: 0 15px;
    margin-top: 30px;
    
}

.wrapper {
    width: 90%;
    margin: auto;
}

/*========================
contact
========================*/
.contact-message {
    margin-bottom: 20px;
}

.btn {
    padding: 20px 60px;
    display: inline-block;
    background-color: #082B48;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 12px;
    border: none;
}

.btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

.btn-shop {
    background-color:  #cc6633;
    display: block;
    margin: auto;
    margin-top: 80px;
    width: 40%;
}

.btn-query {
    background-color:  #cc6633;
    display: block;
    margin: auto;
    margin-bottom: 50px;
    width: 40%;
}

.queries_img {
    width: 30%;
}

/*========================
footer
========================*/
footer {
    background-color: #cc6633;
    color: #fff;
    padding: 20px 0;
}
.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

/*========================
ブレークポイント①
========================*/
@media screen and (max-width:1649px) {

/*========================
header
========================*/            
.header-title {
    text-align: center;
}
    
.eye-catch {
    width: 450px;
}
    
/*========================
section共通クラス
========================*/
.section {
    padding: 40px 0;
}
    
.section-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
    
.section p {
    font-size: 16px;
}
    
/*========================
about
========================*/
.policy {
    font-size: 16px;
}
    
/*========================
contact
========================*/
.contact-message {
    font-family: Arial, Helvetica, sans-serif;
}
    
.btn-shop {
    font-size: 14px;
}
    
.btn-query {
    font-size: 14px;
}
    
/*========================
footer
========================*/
.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    float: none;
    text-align: center;
}

/*========================
ブレークポイント②（スマホ用）
========================*/
@media screen and (max-width:520px) {

/*========================
header
========================*/
.header-title {
    text-align: center;
    font-size: 20px;
}

.eye-catch {
    width: 250px;
}

.profile_small_img {
    width: 150px;
    margin-top: 10px;
}

/*========================
section共通クラス
========================*/
.section {
    padding: 20px 0;
}

.section-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.section p {
    font-size: 10px;
}

/*========================
about
========================*/
.profile {
    width: 90%;
    margin: auto;
}

.profile__img {
    width: 100%;
    margin: auto;
}

.policy {
    font-size: 10px;
}

.illustlation {
    padding: 0 5px;
    margin-bottom: 10px;
}

li {
    font-size: 10px;
}

/*========================
contact
========================*/
.contact-message {
    font-family: Arial, Helvetica, sans-serif;
}

.btn-shop {
    font-size: 12px;
    margin-top: 20px;
    width: 75%;
}

.btn-query {
    font-size: 12px;
    margin-bottom: 20px;
    width: 75%;
}

/*========================
footer
========================*/
.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    float: none;
    text-align: center;
}
}
}