/*
Version: 1.1
Date:  2016/07/22
*/

/* =Common Styles
-------------------------------------------------------------- */

body {
	height: 100%;
	background-color: #ffffff;
	font-family: "Roboto", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", メイリオ, sans-serif;
	color: #333;
	line-height: 1.5;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout:none; 
	-webkit-user-select:none;
  /* 横向きの文字サイズ不変 */

}


::selection {
	background: #b2daeb;
	color: #fff; 
}

::-moz-selection { 
	background: #b2daeb;
	color: #fff; 
}

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

.container{
	width: 940px;
	margin: 0 auto;
	background: #fff;
}
.img{
	line-height: 0;
	margin: 0;
}
.text{
	padding: 0 40px;
}

/* =Typography
-------------------------------------------------------------- */
	
p {
	color: #333;
	line-height: 1.5;
	margin: 0 0 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	color: #555;
	font-style: normal;
	font-weight: 100;
	line-height: 1.17em;
	margin: 0 0 20px;
}

h2 {
	font-size: 2.5em;
}

h1 {
	font-size: 3.5em;
	text-align: center;
	margin: 0;
	line-height:0;
}

h3 {
	font-size: 1.8em;
	font-weight: 300;
}

h4 {
	font-size: 1em;
	font-weight: 400;	
}

h5 {
	font-size: 1em;
	font-weight: 300;
}

h6 {
	font-size: 0.8em;
	font-weight: 300;
}

.sub-heading {
	margin-bottom: 40px;
}

.al-c{
	text-align: center;
}
.al-l{
	text-align: left;
}
.al-r{
	text-align: right;
}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


/* =Anchors
-------------------------------------------------------------- */

a {
	color: #3498d9;
	cursor: pointer;
	text-decoration: none;
	-moz-transition:color .2s;
	-o-transition:color .2s;
	-webkit-transition:color .2s;
	transition:color .2s;
}

a:hover { 
	color: #555; 
}

a.button {
	display: inline-block;
	font-size: 1.4666666666666667em;
}

a.button i { 
	display: inline-block; 
	margin-left: 10px; 
	width: 30px; 
	height: 30px; 
	margin-bottom: -8px; 
}

a.button.small {
	font-size: 12px;
	font-weight: 400;
}

a.button.small i { 
	margin-left: 5px; 
	width: 15px; 
	height: 15px; 
	margin-bottom: -4px; 
}

a.button:hover i, a.button.small:hover i { background-position: bottom; }


@charset "UTF-8";
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*タップ時の色 */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}



input, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.cFix {
  *zoom: 1;
}
.cFix:after {
  content: "";
  display: table;
  clear: both;
}

.bold {
  font-weight: bold;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.dTable {
  display: table;
}

.dCell {
  display: table-cell;
  vertical-align: middle;
}

.small {
  color: #666;
}

.blue {
  color: #0073bc;
  font-weight: bold;
}

.lBlue {
  color: #009dff;
  font-weight: bold;
}

.dBlue {
  color: #0e2362;
  font-weight: bold;
}

.eBlue {
  color: #00A0B8;
  font-weight: bold;
}

.yellow {
  color: #ffe63c;
  font-weight: bold;
}

.dYellow {
  color: #b39800;
  font-weight: bold;
}

.red {
  color: #e80000;
}

.small {
  font-size: 70%;
  display: block;
  line-height: 2;
}

hr {
  border: none;
}

.caution {
  font-size: 60%;
  line-height: 1.3;
  text-align: right;
  padding-right: 60px;
}
footer{
	margin-top: 30px;
	padding: 40px 0 20px 0;
}

.copyright{
	display: block;
	font-size: 80%;
	text-align: center;
}


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 20px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table tr th{
	font-weight: bold;
	text-align: center;
	width: 20%;	
}
.table tr td a{
	padding: 10px 30px;
	color: #fff;
}

.map1{background: #6699cc;}
.map2{background: #52bbd1;}
.map3{background: #71d5cb;}
.map4{background: #75b777;}
.map5{background: #c0c743;}
.map6{background: #efb838;}
.map7{background: #f58c3f;}
.map8{background: #f1a296;}
.map9{background: #e77a72;}


.cv1{
	background-image: url(../images/cv03_pc.png);
	background-position: center top;
	display: block;
	background-repeat: no-repeat;
	height: 303px;
}

/* フェード */
.fade-in{
	overflow: hidden;
}

.fade-in-off{
	-webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
	-moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}

.fade-in-on{
	-webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.loopSliderWrap{
    top: 0;
    left: 0;
    height: 210px;
    padding: 8px 0;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    padding: 4px 0;
    width: 100%;
    height: 210px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
	margin: 0; padding: 0;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
	margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopSlider ul li img{ margin: 0 4px;	padding: 4px 8px;}

.aql-qa{
	position: relative;
}
.aql-qa .aql-qaMain {
    position: relative;
    max-width: 800px;
    margin: 0 auto 40px;
}
.aql-qa .aql-qaMain__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.aql-qa .aql-qaMain__list__person {
    text-align: center;
    width: 8.5%;
}

.aql-qa .aql-qaMain__list__person__img {
    width: 100%;
}
.aql-qa .qaProfilePerson {
    display: inline-block;
}

.aql-qa .aql-qaMain__list__person__name {
    font-size: 12px;
}

.aql-qa .aql-qaMain__list__serif {
    width: 90%;
    max-width: 715px;
}

.aql-qa .aql-qaMain__list.is-serif-f .aql-qaMain__list__serif__inner {
    background-color: #fbeaeb;
}
.aql-qa .aql-qaMain__list__serif__inner {
    position: relative;
    border-radius: 15px;
    padding: 30px 5.88235%;
}
.aql-qa .aql-qaMain__list__serif__inner p{
	margin-bottom: 0;
}
.aql-qa .aql-qaMain__list.is-serif-f .aql-qaMain__list__serif__inner:after {
    border-color: #fbeaeb transparent transparent transparent;
}
.aql-qa .aql-qaMain__list__serif__inner:after {
    content: "";
    position: absolute;
    left: -20px;
    top: 25px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 30px 20px 0 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.aql-qa .aql-qaMain__list+.aql-qaMain__list {
    margin-top: 10px;
}
.aql-qa .aql-qaMain__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.aql-qa .aql-qaMain__list.is-serif-p .aql-qaMain__list__serif__inner {
    background-color: #e6f8fd;
}
.aql-qa .aql-qaMain__list.is-serif-p .aql-qaMain__list__serif__inner:after {
    border-color: #e6f8fd transparent transparent transparent;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    left: auto;
    right: -10px;
}

.aql-qa .aql-qaMain__profile {
	border: 2px dotted #000;
    padding: 2% 4%;
    margin-bottom: 70px;
        display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
}
.aql-qa .ppo{color: #d80b24;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.aql-qa h3{
	margin-bottom: 70px;
	text-align: center;
	color: #d80b24;
}



.title-border {
display: flex;
align-items: center;
}
.title-border:before,
.title-border:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.title-border:before {
margin-right: 1rem;
}
.title-border:after {
margin-left: 1rem;
}

.u-icon-01 {
    display: inline-block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    background: url(../images/icon_emoji_1.png) no-repeat center;
    background-size: 100% auto;
    margin: -0.35em .2em 0;
}

.u-icon-06 {
    display: inline-block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    background: url(../images/icon_emoji_6.png) no-repeat center;
    background-size: 100% auto;
    margin: -0.35em .2em 0;
}

.u-icon-04 {
    display: inline-block;
    vertical-align: middle;
    width: 1.1em;
    height: 1.1em;
    background: url(../images/icon_emoji_4.png) no-repeat center;
    background-size: 100% auto;
    margin: -0.35em .2em 0;
}

.aql-qa .aql-qaMain__profile__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 45%;
    text-align: center;
}

.aql-qa .qaProfile__imgArea {
    margin-right: 2.5%;
}
.aql-qa .qaProfilePerson {
    display: inline-block;
}

.aql-qa .qaProfile__detail {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
}

.aql-qa .qaProfile__detail span {
    display: block;
    color: #f8527b;
    font-size: 16px;
}

.aql-qa .aql-qaMain__profile__inner+.aql-qaMain__profile__inner .qaProfile__detail span {
    color: #40c5e3;
}

.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}

.cv01 p, cv01 ul li{
	font-size: 13px!important;
}