@charset "utf-8";

.aboutsite_route { display:-webkit-flex; display:flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; margin-bottom: 3rem; width:100%;}
.aboutsite_route h2 { font-size: 4rem; line-height: 1em;}
.aboutsite_route section { overflow: hidden; background-color: #e4eff3; border-radius: 1.5em; font-size: 1.6rem; line-height: 1em;}
.aboutsite_route section a { display: inline-block; padding: 1em; color: #90a4ae; transition: background-color .3s, color .3s;}
.aboutsite_route section a:hover { background-color: #f6fbfd; color: #007AFF;}
.aboutsite_route section a:first-child { padding-left: 1.5em;}
.aboutsite_route section a:last-child { padding-right: 1.5em;}

.aboutsite_cont { padding: 3rem 2rem; background-color: #f8f8f8; border-radius: 8px; font-size: 1.6rem; line-height: 2em;}
.aboutsite_cont p { margin-bottom: 1.5em;}
.aboutsite_cont p:last-child { margin-bottom:0;}
.aboutsite_cont img { max-width: 100%; margin-bottom: 2rem;}
