﻿@charset "UTF-8";
/* 
pc
 -------------------------------------*/

#contbox_des_01 {
    width: 100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_01 .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
}
#contbox_des_01 .inner .item{
    align-self: center;    
}
#contbox_des_01 .inner .item:first-child{
    width: 40%;
    height: auto;
}
#contbox_des_01 .inner .item:first-child p{
    margin: 0 0 20px 0;
}
#contbox_des_01 .inner .item:last-child{
    width: 55%;
    height: auto;
}
#contbox_des_01 .inner02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 60px 0;
}
#contbox_des_01 .inner02 .item:first-child{
    width: 53%;
    height: auto;
}
#contbox_des_01 .inner02 .item:last-child{
    width: 45%;
    height: auto;
}
#contbox_des_01 .inner02 img.img_watanabe{
    float: left;
    width: 27%;
    height: auto;
    margin:0 4% 0 0;
}
#contbox_des_01 .inner02 .item ul {
	width:100%;
    display: flex;
    flex-wrap: wrap;	
    justify-content:space-between;
}
#contbox_des_01 .inner02 .item ul li {
    width: 49%;
    margin: auto;
}
#contbox_des_02 {
    width: 100%;
	margin:0 auto 40px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_des_02 .inner{
    width: 74%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    margin:60px auto;
    text-align: center;
}
#contbox_des_02 .inner .item{
    align-self: center;    
}
#contbox_des_02 .inner .item:first-child{
    width: 48%;
    height: auto;
}
#contbox_des_02 .inner .item:last-child{
    width: 50%;
    height: auto;
}
#contbox_des_02 .inner img.img_nishiyama{
    float: left;
    width: 35%;
    height: auto;
    margin:0 4% 4% 0;
}
/* 
sp
 -------------------------------------*/
@media only screen and (max-width: 767px) {
	
#contbox_des_01 {
    width: 100%;
    flex-wrap: wrap;
}

#contbox_des_01 .inner .item{
    align-self: auto;    
}
#contbox_des_01 .inner .item:first-child{
    width: 100%;
}

#contbox_des_01 .inner .item:last-child{
    width: 100%;
}

#contbox_des_01 .inner02 .item:first-child{
    width: 100%;
}
#contbox_des_01 .inner02 .item:last-child{
    width: 100%;
}
#contbox_des_01 .inner02 img.img_watanabe{
    float: none;
    width: 70%;
    margin:0 auto 10px auto;
}

#contbox_des_01 .inner02 .item ul li {
    width: 100%;
    margin: auto;
}
#contbox_des_02 {
    width: 100%;
}
#contbox_des_02 .inner{
    width: 100%;
}
#contbox_des_02 .inner .item{
    align-self: auto;    
}
#contbox_des_02 .inner .item:first-child{
    width: 100%;
}
#contbox_des_02 .inner .item:last-child{
    width: 100%;
}
#contbox_des_02 .inner img.img_nishiyama{
    float: none;
    width: 60%;
    margin:0 auto 4% auto;
}
}