@charset "utf-8";

/*-----------------------------

ご契約内容  contract.html

------------------------------*/


/* Large desktops and laptops */
@media (min-width: 1200px) {
/*-----------------------------

ご契約内容  contract.html

------------------------------*/
.entry-content h2 {
	font-size:28px;
	font-weight:700;
	text-align:center;
}
.entry-content ul.contract_flow {
    overflow: hidden;
    margin-top: 50px;
}
.entry-content ul.contract_flow li {
	float:left;
	margin-right:4px;
}
.entry-content ul.contract_flow li:last-child {
	margin-right:0px;
}
.entry-content .contract_btn ul li {
    width: 200px;
}
.entry-content .contract_box {
	position: relative;
    margin-top: 120px;
    padding-bottom: 120px;
	background: #fff;
	border-bottom: 1px solid #2EB2C2;
}
.entry-content .contract_box:nth-of-type(5):after, .entry-content .contract_box:nth-of-type(5):before {
	display:none;
}
.entry-content .contract_box:after, .entry-content .contract_box:before {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.entry-content .contract_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}
.entry-content .contract_box:before {
	border-color: rgba(46, 178, 194, 0);
    border-top-color: #2EB2C2;
    border-width: 21px;
    margin-left: -21px;
}
.entry-content .contract_box div {
	overflow:hidden;
}
.entry-content .contract_box div h3 {
	float:left;
	color:#2a9dab;
	font-size:20px;
}
.entry-content .contract_box div .contract_boxR {
	width: 70%;
    float: right;
}
.entry-content .contract_box div .contract_boxR h4 {
	margin-top:35px;
}
.entry-content .contract_box div .contract_boxR h4:first-child {
	margin-top:0px;
}
.entry-content .contract_box div .subscribe {
    width: 347px;
    min-height: 385px;
}
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
/*-----------------------------

ご契約内容  contract.html

------------------------------*/
.entry-content .contract_btn ul li {
    width: 32.5%;
}
.entry-content ul.contract_flow {
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}
.entry-content ul.contract_flow li {
	float:left;
	margin-right:4px;
	width:24%;
}
.entry-content ul.contract_flow li img {
    width: 100%;
}	
.entry-content ul.contract_flow li:last-child {
	margin-right:0px;
}
.entry-content .contract_box {
	position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #2EB2C2;
}
.entry-content .contract_box:nth-of-type(5):after, .entry-content .contract_box:nth-of-type(5):before {
	display:none;
}
.entry-content .contract_box:after, .entry-content .contract_box:before {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.entry-content .contract_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}
.entry-content .contract_box:before {
	border-color: rgba(46, 178, 194, 0);
    border-top-color: #2EB2C2;
    border-width: 21px;
    margin-left: -21px;
}
.entry-content .contract_box div {
	overflow:hidden;
}
.entry-content .contract_box div h3 {
	float:left;
	color:#2a9dab;
	font-size:20px;
}
.entry-content .contract_box div .contract_boxR {
	width: 70%;
    float: right;
}
.entry-content .contract_box div .contract_boxR h4 {
	margin-top:35px;
}
.entry-content .contract_box div .contract_boxR h4:first-child {
	margin-top:0px;
}
.entry-content .contract_box div .subscribe {
    width: 49.5%;
    min-height: 385px;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
/*-----------------------------

ご契約内容  contract.html

------------------------------*/
.entry-content .contract_btn ul li {
    width: 32.5%;
}
.entry-content .contract_btn ul li:last-child {
    margin-right: 0px;
}
.entry-content ul.contract_flow {
   width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.entry-content ul.contract_flow li img {
    width: 25%;
    float: left;
}
.entry-content .contract_box {
	position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #2EB2C2;
}
.entry-content .contract_box:nth-of-type(5):after, .entry-content .contract_box:nth-of-type(5):before {
	display:none;
}
.entry-content .contract_box:after, .entry-content .contract_box:before {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.entry-content .contract_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}
.entry-content .contract_box:before {
	border-color: rgba(46, 178, 194, 0);
    border-top-color: #2EB2C2;
    border-width: 21px;
    margin-left: -21px;
}
.entry-content .contract_box div {
	overflow:hidden;
}
.entry-content .contract_box div h3 {
	float:left;
	color:#2a9dab;
	font-size:20px;
}
.entry-content .contract_box div .contract_boxR {
	width: 70%;
    float: right;
}
.entry-content .contract_box div .contract_boxR h4 {
	margin-top:35px;
}
.entry-content .contract_box div .contract_boxR h4:first-child {
	margin-top:0px;
}
.entry-content .contract_box div .subscribe {
    width: 100%;
    min-height: 385px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
/*-----------------------------

ご契約内容  contract.html

------------------------------*/
.entry-content .contract_btn ul {
	overflow:hidden;
}
.entry-content .contract_btn ul li {
    width: 32.5%;
    background: #D5F0F3;
    border: 1px solid #2eb2c2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 15px 5px;
    text-align: center;
    margin-right: 5px;
}
.entry-content .contract_btn ul li:last-child {
    margin-right: 0px;
}
.entry-content .contract_btn ul li a {
	color:#252727;
	font-weight:700;
	text-decoration:none;
	display:block;
}
.entry-content .contract_btn ul li a:after {
	content: ' ';
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-top-color: #2eb2c2;
    display: block;
    margin: 5px auto 0;
}
.entry-content .contract_box {
	position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #2EB2C2;
}
.entry-content .contract_box:nth-of-type(5):after, .entry-content .contract_box:nth-of-type(5):before {
	display:none;
}
.entry-content .contract_box:after, .entry-content .contract_box:before {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.entry-content .contract_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}
.entry-content .contract_box:before {
	border-color: rgba(46, 178, 194, 0);
    border-top-color: #2EB2C2;
    border-width: 21px;
    margin-left: -21px;
}
.entry-content .contract_box div {
	overflow:hidden;
}
.entry-content .contract_box div h3 {
	color:#2a9dab;
	font-size:20px;
}	
.entry-content ul.contract_flow {
   width: 100%;
    overflow: hidden;
    margin-top: 50px;
}
.entry-content ul.contract_flow li img {
    width: 25%;
    float: left;
}
.entry-content .contract_box div .subscribe {
    width: 100%;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
/*-----------------------------

ご契約内容  contract.html

------------------------------*/
.entry-content h2 {
	font-size:20px;
	font-weight:700;
	text-align:center;
}
.entry-content .contract_box {
	position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
	background: #fff;
	border-bottom: 1px solid #2EB2C2;
}
.entry-content .contract_box:nth-of-type(5):after, .entry-content .contract_box:nth-of-type(5):before {
	display:none;
}
.entry-content .contract_box:after, .entry-content .contract_box:before {
	top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.entry-content .contract_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
}

.entry-content .contract_box:before {
	border-color: rgba(46, 178, 194, 0);
    border-top-color: #2EB2C2;
    border-width: 21px;
    margin-left: -21px;
}
.entry-content .contract_box div {
	overflow:hidden;
}
.entry-content .contract_box div h3 {
	color:#2a9dab;
	font-size:20px;
}
.entry-content .contract_btn ul li {
    width: 100%;
    background: #D5F0F3;
    border: 1px solid #2eb2c2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 15px 5px;
    text-align: center;
    margin-bottom: 5px;
}
.entry-content .contract_btn ul li:last-child {
    margin-bottom: 0px;
}
.entry-content ul.contract_flow {
    width: 100%;
    margin-top: 50px;
}
.entry-content ul.contract_flow li img {
    width: 50%;
    float: left;
}
}