@charset "UTF-8";
/* CSS Document */


/*外枠に関する設定*******************/
img{
	width: 100%;
	height: auto;
}
div#campaign_Wrapper {
	width: 100%;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.15em;
    background-color: #ffffff;
}
div#page-header {
	margin: 0 auto 0px;
}
div#content_wrap { 
	width: 100%;
	margin: 0px auto;
	text-align: left;
	padding: 0 2em;
}


/**************************/
section#service {
    background: #1d6dde;
    padding: 10px;
}
section#service .wrapper {
    background: #FFFFFF;
    border: 6px solid #a5caff;
    padding: 25px;
}
section#service .wrapper .catch {
    margin: 0 auto;
    margin-top: -70px;
    width: 92%;
}
section#service .wrapper li {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1.6rem 0;
    line-height: 1.5rem;
}
section#service .wrapper li:last-child {
    border-bottom: none;
}
section#service .wrapper li figure.icon {
    padding-right: 20px;
    flex-basis: 20%;
    width: 100%;
}
section#service .wrapper li .text {
    flex-basis: 80%;
}
section#service .wrapper .text {
    text-align: left;
}
section#service .wrapper li h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 0.6rem;
    position: relative;
    padding: .1em .3em .4em 0;
    border-bottom: 4px dotted #58C2FA;
}
section#service .wrapper li .text .detail {
    font-size: 1.3rem;
    letter-spacing: 1.1px;
}
section#service .wrapper li .text span {
    color: #d21050;
    font-weight: bold;
}

h2#flowTit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    background: #FFFFFF;
    padding: 3rem;
    padding-bottom: 2rem;
    font-weight: bold;
}
h2#flowTit span {
    color: #1d6dde;
}
#flowArrow {
    margin-bottom: -20px;
}
#flowArrow img {
    width: 2rem;
}
section#flow {
    background: #ededed;
    padding: 1.5rem 0.5rem;
}
section#flow .card {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 4px 7px 4px -5px rgba(0,0,0,0.6);
    lex-direction: column;
}
section#flow .card .tit {
    font-family: "Noto Sans JP", sans-serif;
    background: #1d6dde;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    color: #FFFFFF;
    font-weight: bold;
}
section#flow .card .txt {
    padding: 30px 0;
    font-weight: bold;
    font-size: 1.2rem;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
section#flow .card .txt span {
    color: #d21050;
}
@media screen and (min-width: 767px){
    #flowWrap {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
    #flowWrap .box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* width: 33.33%; */
    -ms-flex-preferred-size: 48%;
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    max-width: 48%;
    padding: 1%;
}
    section#flow .card {
        box-sizing: border-box;
    /* width: 100%; */
    background: #FFFFFF;
    border-radius: 10px;
    padding: 5px;
    /* margin: 0 5px; */
    margin: 0 auto;
    margin-bottom: 1.5rem;
    /* box-shadow: 4px 7px 4px -5px rgba(0,0,0,0.6); */
    border: 2px solid #1d6dde;
    width: 100%;
}
    section#flow .card .tit {
    background: #1d6dde;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    color: #FFFFFF;
    font-weight: bold;
}
    section#flow .card .txt {
    min-height: 115px;
    padding: 20px 10px;
    font-weight: bold;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
    section#flow .card .txt {
    justify-content: center;
    font-size: 1rem;
}
}

p.fadeInNomal{
    margin-top: 1em;
}


/*アコーディオン*******************/
section#price {
    background: #ededed;
    padding: 20px;
}

.accordion5 {
	}

.accordion5 > li{
	margin-top:1em;
	}
	
.accordion5 .acTtl{
	cursor: pointer;
	display: table;
    width: 100%;
	text-align:left;
	color:#000000;
	font-weight:bold;
	font-size:130%;
    
    border: #3287ff solid 4px;
	
	border-radius: 8px 8px 8px 8px ;
    webkit-border-radius: 8px 8px 8px 8px ;
    moz-border-radius: 8px 8px 8px 8px ;
	
	transition: all .2s;
	
	background-color: #ffffff;
    
    background-size: 3em auto;
    background-position: 1em center;
    background-repeat: no-repeat;
}
.accordion5 .acTtl .priceBtnimg{
	display: table-cell;
    width: 81%;
    padding-right: 2%;
    padding-left: 1%;
}
.accordion5 .acTtl .priceBtnarrow{
	display: table-cell;
    width: 8%;
    vertical-align: middle;
}
.accordion5 .acTtl:hover{
	border: #0a57c4 solid 4px;
}

.accordion5 .acTtl.active{
	border-radius: 8px 8px 0px 0px ;
    webkit-border-radius: 8px 8px 0px 0px ;
    moz-border-radius: 8px 8px 0px 0px ;
	
	border: #0a57c4 solid 4px;
    color:#ffffff;
}

.accordion5 .ac1{}
.accordion5 .ac2{
    background-image: url("../img/icon_tsg.png");
}

.accordion5 .txtBox{
	box-sizing:border-box;
	width:100%;
	padding:0 1em 1em;
	
	background-color:#ffffff;
	
	border-radius: 0px 0px 8px 8px;
    webkit-border-radius: 0px 0px 8px 8px;
    moz-border-radius: 0px 0px 8px 8px;
}
.accordion5 .txtBox p.textRead{
	padding-top:1em;
}
.accordion5 .txtBox dl{
	padding-top:1em;
}
.accordion5 .txtBox dl dt{
	font-weight:bold;
	color:#266cd0;
	margin-top:0.8em;
	text-indent:-1em;
	margin-left:1em;
}
.accordion5 .txtBox dl dd{
	margin-left:1em;
	line-height:1.4;
	margin-top:0.4em;
}
.accordion5 .txtBox dl dd.indent{
	text-indent:-1em;
	margin-left:2em;
}
.accordion5 .txtBox dl dd.indent3{
	text-indent:-2em;
	margin-left:3em;
}

.accordion5 .txtBox dl dd span.textUL{
	text-decoration:underline;
	font-weight:bold;
}
.accordion5 .txtBox dl dd span.textBo{
	font-weight:bold;
}


.accordion5 .inner {display: none;}
.accordion5 .inner.txtBox .acClose{
	display: inline-block;
    padding: 0.8em 1.5em;
    color: #fff;
    font-size: 18px;
    background-color: #e7004d;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	
	cursor: pointer;
}

/*  accordion btn  */

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 20px;
	height: 10px;
	margin-right: 0;
	margin-top: 0;
}
.accordion_icon span {
	position: absolute;
    width: 100%;
	height: 4px;
    background-color: #3287ff;

}
.accordion5 .acTtl:hover .accordion_icon span{
	background-color: #0a57c4;
}
.accordion_icon span:nth-of-type(1) {
    top: 5px;
    left: 0px;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 5px;
    left: 11px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
/*＋、×切り替え*/
.active .accordion_icon span:nth-of-type(1) {
	top: 5px;
    left: 0px;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background-color: #0a57c4;
}
.active .accordion_icon span:nth-of-type(2) {
	top: 5px;
    left: 11px;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #0a57c4;
}

/**アコーディオン中**/

.modalCover {
    margin: 0 -1em 1em;
}
.inner.txtBox section {
    padding: 2rem 0 0 0;
}
.inner.txtBox h4 {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 2.4rem;
    font-weight: 700;
    position: relative;
    padding: 1.5rem;
    padding-bottom: 0.8rem;
    text-align: center;
    font-size: 2.2rem;
}
.inner.txtBox h4:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #1d6dde;
}
.inner.txtBox .priceTable {
    margin-bottom: 1rem;
    border: solid 1px #dddddd;
}
.inner.txtBox .priceTable th {
    padding: 2rem 0;
}
.inner.txtBox .priceTable .tit {
    font-size: 1.5rem;
    background: #2F97DC;
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1rem;
}
span.small {
    font-size: 1.1rem;
}
.inner.txtBox .priceTable .detail {
    text-align: center;
    font-size: 1.5rem;
    background: #f9f9f9;
    padding: 1rem 0;
}
.inner.txtBox .red {
    color: #d21050;
    font-weight: 900;
    font-size: 2.3rem;
}
.inner.txtBox .txtList {
    text-align: left;
    font-weight: normal;
}
.inner.txtBox .txtList li {
    position: relative;
    padding-left: 1.6em;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    border-bottom: 2px dotted #929292;
}
.inner.txtBox .txtList li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    font-size: 1em;
    left: 0;
    top: 0;
    color: #5ab9ff;
    font-weight: 900;
}
.acClose {
    
}














/****/

