@charset "UTF-8";

/* process
===================================*/

#process {
    width: 100%;
    padding-top: 20px;
}

#process p.catch{
    color: #222222;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    margin-bottom: 20px;
}

#process p.read{
	text-align: center;
    font-size: 1.6rem;
    margin-bottom: 40px;
}

#process p.matome{
    font-weight: 700;
    margin-top: 2em;
    line-height: 2.4;
}

.flowchart{
    float: left;
    /*width: 680px;*/
    width: 100%;
    margin-right: -420px;
    padding-right: 420px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flowchart dl{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.flowchart dl:last-child{
    margin-bottom: 0px;
}

.flowchart dt{
    float: left;
    width: 230px;
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
    padding: 10px 15px;
    border: 1px solid #0065b2;
    color: #0065b2;
    background-color: #ffffff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 10px;
}

.flowchart dt:before{
    content: '';
    position: absolute;
    bottom: -30px;
    display: inline-block;
    width: 4px;
    height: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0065b2;
    z-index: -1;
}

.flowchart dl:last-child dt:before{
    content: none;
}

.flowchart dd{
    overflow: hidden;
    text-align: justify;
    margin-bottom: 20px;
    margin-left:  30px;
}

.flowchart dd span{
    font-size: 1.2rem;
}

.topic{
    float: right;
    width: 360px;
    background-color: #efeee8;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}

.topic h4{
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #222222;
}

.topic p{
    text-align: justify;
}

.topic_icon{
    position: absolute;
    top: 30px;
    right: 30px;
}

.topic img{
    max-width: 100%;
    height: auto;
}


/* technology
===================================*/

#technology{
    width: 100%;
    overflow: hidden;
    background-color: #efeee8;
    padding-top: 20px;
}

#technology h4{
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 1.4;
    margin-bottom: 25px;
    color: #222222;
}

#technology p{
    text-align: justify;
    margin-bottom: 1.5em;
}

.tech_L{
    /*width: 500px;*/
    float: left;
    width: 100%;
    margin-right: -500px;
    padding-right: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tech_R{
    width: 460px;
    float: right;
}

#technology ul{
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 100%;
    overflow: hidden;
    padding-top: 2em;
}

#technology li{
    max-width: 320px;
    width: 32%;
}

#technology li img{
    max-width: 100%;
    height: auto;
}


/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

} /*@mediaEnd*/


s
/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){
    
} /*@mediaEnd*/

