@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    margin: 0 28px;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    margin-bottom: 11px;
    text-align: center;
}
.headLine01 img {
    margin-bottom: 12px;
}
.headLine01 .text {
    display: block;
}
.headLine01 .text > span {
    color: #42BCC6;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    background: url("../../img/common/line01.jpg") repeat-x bottom 3px left / 25px auto;
}
@media all and (max-width: 370px) {
    .headLine01 .text > span {
        font-size: 1.8rem;
    }
}
@media all and (max-width: 330px) {
    .headLine01 .text > span {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 25px;
    padding: 6px 0 10px 15px;
    display: flex;
    align-items: center;
    background-color: #F462A7;
}
.headLine02 img {
    margin: 3px 30px 0 0;
    width: 42px;
}
.headLine02 span {
    width: calc(100% - 80px);
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
}
@media all and (max-width: 330px) {
    .headLine02 img {
        margin: 3px 10px 0 0;
    }
    .headLine02 span {
        font-size: 1.6rem;
    }
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
    margin-bottom: 20px;
    text-align: center;
}
.headLine03 img {
    height: 25px;
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
    padding: 3px 0;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
}
.headLine04 span {
    padding: 5px 10px;
    display: block;
    font-size: 2rem;
    font-weight: 700;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666; 
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 7px;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #F3F3F3;
    border-radius: 3px;
}
/*------------------------------------------------------------
	comTxtList
------------------------------------------------------------*/
.comTxtList {
    margin: 0 0 25px 3px;
}
.comTxtList li {
    margin-bottom: 4px;
    padding-left: 1em;
    font-size: 0.9rem;
    text-indent: -1em;
}
.comTxtList li:last-of-type {
    margin-bottom: 0;
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
    margin: 0 auto;
    width: 258px;
}
.comLink a {
    padding: 8px 10px 11px;
    display: block;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    background: #FF9900 url("../../img/common/icon02.png") no-repeat right 14px center / 8px auto;
    border-radius: 25px;
}
/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
.comTtl {
    text-align: center;
}
.comTtl .txt01 {
    margin-bottom: 5px;
    padding: 1px 5px 4px;
    display: block;
    color: #fff;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #768BC1;
    border-radius: 3px;
}
.comTtl .txt02 {
    color: #768BC1;
    font-size: 1.7rem;
    line-height: 1.33;
}
@media all and (max-width: 330px) {
    .comTtl .txt02 {
        font-size: 1.5rem;
    }
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
    margin-bottom: 12px;
}
.comTable table {
    width: 100%;			
    border-collapse: collapse;
}
.comTable th,
.comTable td {
    padding: 1px 2px 1px 12px;
    width: 23%;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 2;
    text-align: left;			
    vertical-align: top;			
    word-break: break-all;
    background-color: #C5D6EF;
    border: 1px solid #999;
    box-sizing: border-box;
}
.comTable td {
    width: 77%;
    background-color: #fff;
}
@media all and (max-width: 330px) {
    .comTable th, 
    .comTable td {
        font-size: 1rem;
    }
}
/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
    margin-bottom: 8px!important;
    font-size: 1.7rem!important;
    line-height: 1.83!important;
    letter-spacing: 0.05em!important;
    text-align: center!important;
}
.comText span {
    display: block;
}
/*------------------------------------------------------------
	comList
------------------------------------------------------------*/
.comList li {
    padding-left: 1em;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    text-indent: -1em;
}
.comList .innerList li {
    padding-left: 0;
    text-indent: 0;
}
