﻿@charset "UTF-8";

/* プラグインに頼らない作り！！
　　　　その①目立ちＢＯＸ（見出し色付き）*/

.medachi-box {
	border-color:#c0cccc;
	border-radius:3px;
	margin: 0 0 1.5em 0;
	border-width: 2px;
	border-style: solid;
}

.medachi-content {
	background-color: #fff;
	color: #444;
	padding: 5px 40px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
}

.blue-title {
	display: block;
	padding: 1em;
	font-size: 1.1em;
	background-color:#f0ffff;
	color:#484d4d;
}

.pink-title {
	display: block;
	padding: 1em;
	font-size: 1.1em;
	background-color:#ffeef6;
	color:#484d4d;
}

.red-title {
	display: block;
	padding: 1em;
	font-weight: bold;
	font-size: 1.1em;
	background-color:#ffc0cb;
	color:#484d4d;
}

.gray-title {
	display: block;
	padding: 0.5em 1em;
	font-weight: bold;
	font-size: 1.1em;
	background-color:#e7e7e6;
	color:#484d4d;
}

.medachi-box ul {
	margin: 0;
}

/* その②　見出しＨ5的なやつ */

.h-sub-style {
	padding: 2px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	
}
.h-sub-title {
	font-size:17px;
	padding: 0.3em 0.5em;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
}

.h-sub-style2 {
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    padding-bottom: .5em;
    border-bottom: 1px solid #ccc;
    clear: both;
    margin-bottom: 10px;
}


/* その③　サービスアイコン+見出し下に解説 */

.service {
	position: relative;
	margin: 0 0 1.5em 0;
}
.service-title20 {
	display: block;
	margin-bottom: 0.5em;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	padding-left:30px;
	min-height:20px;
	line-height:20px
}
.service-title40 {
	display: block;
	margin-bottom: 0.5em;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	padding-left:50px;
	min-height:40px;
	line-height:26px
}
.service-title50 {
  display: block;
  margin: 1.5em 0 0.5em 0;
  color: #333;
  padding-left:70px;
  min-height:20px;
}
.service-title20 img , .service-title20 i {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 21px;
}
.service-title50 img , .service-title50 i {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 21px;
  margin: 0;
}
.service-title40 img {
	position: absolute;
	top: 0;
	left: 0;
	display: block !important;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 1em;
}
.service-content20 {
	line-height: 1.4;
	padding-left:30px
}
.service-content40 {
	line-height: 1.4;
}

.service-content50 {
  line-height: 1.4;
  padding-left:70px
}
/* その④　色付きノートＢＯＸ　*/

.note {
	margin: 0 0 1.5em 0;
	border-width: 1px;
	border-style: solid;
	border-color:#d6d6d6;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.note-inner {
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	border-color:#fcfcfc;
	color:#333333;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.note-inner-gray { background-color:#eee; }
.note-inner-green { background-color: #f0fff0; }
.note-inner-orange { background-color: #fff5ee; }
.note-inner-pink { background-color: #ffeef6; }
.note-inner-yellow { background-color: #ffffe0; }
.note-inner-blue { background-color: #f0ffff; }
.note-inner-link { background-color:#f8f8f8; }

/* その⑤　色付きラベル　*/

.label {
	display: inline;
	margin-right: 0.3em;
	padding: 0.1em 0.3em;
	font-size: 0.8em;
	height: 0.8em;
	line-height: 0.8em;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.label-gray { background: #999 }
.label-green { background: #090 }
.label-yellow { background: #f90 }
.label-red { background: #f03 }
.label-black { background: #111 }
.label-blue { background: #09c }

/* その⑥　タブ　*/

/* その⑥　タブ　*/

.tabs {
	margin: 0 0 1.5em 0;
	padding: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #eee;
}
.tabs-nav span {
	display: inline-block;
	margin-right: 3px;
	padding: 10px 15px;
	font-size: 13px;
	min-height: 40px;
	line-height: 20px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	color: #333;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	border-top: solid 2px #65baf7;
	border-right: solid 2px #65baf7;
	border-left: solid 2px #65baf7;
	border-bottom: solid 2px #65baf7;
}
.tabs-nav span:hover { background: #f5f5f5; }
.tabs-nav span.current {background: #65baf7;cursor: default;}
.tabs-panes {
	padding: 15px;
	font-size: 13px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	color: #333;
}
.tabs-nav,
.tabs-nav span,
.tabs-panes,
.tabs-pane {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
/* Styles for screens that are less than 768px */
@media only screen and (max-width: 768px) {
/*	.tabs-nav span { display: block; } */
	.tabs-vertical .tabs-nav {
		float: none;
		width: auto;
	}
	.tabs-vertical .tabs-panes {
		float: none;
		width: auto;
	}
}
.tabcontents {
	padding: 15px;
	font-size: 13px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	background: #fff;
	color: #333;
}

.tabcontents {
	display: none;
}
.tabcontents.current {
	display: block;
}

/* その⑦　参考：　*/

.reference-note {
	margin: 0 0 1.5em 0;
	border-width: 1px;
	border-style: solid;
	border-color:#dce0e4;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.reference-note-inner {
	padding: 1em;
	border-width: 1px;
	border-style: solid;
	background-color:#f4f9fd;
	border-color:#fdfeff;
	color:#000000;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	font-size: 12pt;
}

/* その⑧　引用　*/

.quote-style-default {
	position: relative;
	padding: 0.5em 1.5em;
	font-style: italic;
}
/*.quote-style-default.quote-has-cite { margin-bottom: 3em; }*/
.quote-style-default:before,
.quote-style-default:after {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url('../images/quote.png');
	content: '';
}
.quote-style-default:before {
	top: 0;
	left: 0;
	background-position: 0 0;
}
.quote-style-default:after {
	right: 0;
	bottom: 0;
	background-position: -20px 0;
}
.quote-style-default .quote-cite {
	display: block;
	text-align: right;
	font-style: normal;
}
.quote-style-default .quote-cite:before { content: "\2014\0000a0"; }
.quote-style-default .quote-cite a { text-decoration: underline; }


/* その⑨　横並びの箱　*/
ul.twins_box{
	width:100%;
}
ul.twins_box::after {
    content: "";
    display: block;
    clear: both;
  }
li.twins_box_li{
	float: left;
	width:48%;
	padding:1%;
	list-style:none;
}
div.tbox_sections{
	border:1px solid #000;
	background:#fff;
}

div.tbox_title{
	text-align:center;
	background:#888;
	color:#fff;
	padding:10px 0;
}
div.tbox_sections ul{
	padding:10px;
}


/* その⑩　リスト①②　*/

.newlist  {
  margin: 0;
  padding: 0
}

.newlist  {
  list-style: none;
  padding-left: 2.3em;
  text-indent: -1.3em;
}

.newlist li{
    padding-bottom: 10px;
}


/*その⑪　チェック付き見出し的な*/
.check-sub-style {
  font-weight: bold;
  position: relative;
  padding-left: 1.4em;/*アイコン分のスペース*/
  line-height: 1.8;
  color: #524e4e;/*文字色*/
  border-bottom: dashed 1px #a9a9a9;
  font-size: 1.2em;/*サイズ*/
  margin-bottom: -15px
}

.check-sub-style:after, .check-sub-style:before{
  content:'';
  height:18px;
  width:4px;
  display:block;
  background:#ff0000;
  position:absolute;
  top:7px;
  left:15px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
}

.check-sub-style:after{
  height:10px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  top:15px;
  left:7px
}

/*その12　ポイントボックス*/

.pointbox_gray {
    position: relative;
    margin: 4em 0 2em 0;
    padding: 1em 1em;
    border: solid 3px #dcdddd;
    line-height: 30px;
}
.pointbox_gray .pointbox_gray_title {
    position: absolute;
    display: inline-block;
    top: -38px;
    left: -3px;
    padding: 0 9px;
    height: 37px;
    line-height: 40px;
    font-size: 17px;
    background: #dcdddd;
    color: #484d4d;
    font-weight: bold;
    width: 50%;
    text-align: center;
}
.pointbox_gray p {
    margin: 0; 
    padding: 0;
}

/*まとめボックス*/
.matomebox_1 {
    position: relative;
    margin: 2em 0;
    border: solid 3px #60bff7;
    border-radius: 8px;
    color: #000000;
    padding: 35px 20px 5px 20px;
    background-color: rgba(250,250,250,1);
  background-color: #dedede;
  background-size: 10px 10px;
  background-color: #f2fdff;
  background-size: 20px 20px;
}
h2.matomebox_1_title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 20px;
    padding: 0 20px;
    line-height: 1;
    font-size: 25px;
    background: #ffffff;
    color: #29699b;
    font-weight: bold;
}
.matomebox_1 p {
    /*margin: 0;*/
    padding: 0;
    line-height: 1.8em;
    margin: 0 0 17px;
}

/*この記事でわかることボックス*/
.wakarukoto_box {
    position: relative;
    margin: 2em 0;
    padding: 2em 1em .8em;
    width: 95%;
    border-style: solid;
    border-width: 5px 0 0 0;
    border-color: #194486;
    background-color: #DCEFFF;
    color: #34251d;
    box-shadow: 0 0 3px #999;
}
.wakarukoto_title {
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: #DCEFFF;
    color: #194486;
    font-size: 1.1em;
    font-weight: bold;
    border-style: none none double;
    border-color: #194486;
    border-width: 3px;
}
.wakarukoto_box ul{
    list-style-type: disc;
    padding: 0 0 0 20px;
}
.wakarukoto_box li{
    padding: 5px 0;
}



/* その13　簡単なボタン：　*/
.kantan-btn {
    display: block;
    position: relative;
    width: 270px;
    padding:10px 10px 10px 5px;
    text-align: center;
    height: 20px;
    text-decoration: none !important;
    color: #ffff;
    border-radius: 4px;
    margin: 0 auto;
    background: linear-gradient(#ffffff, #d2ccac);
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #6f6c5d;
}

.kantan-btn:hover {
	 cursor: pointer;
	 text-decoration: none;
	background:#d2ccac;
}

.kantan-btn:link {
	 color:#333 !important;
}

.kantan-btn:visited  {
	 color:#333 !important;
}


.kantan-btn:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    position: absolute;
    margin-top: 5px;
    right: 10px;
    margin-right: 6px;
}




/* 簡単なボタン3：　*/
.kantan-btn3 {
    display: block;
    position: relative;
    width: 350px;
    padding: 13px 10px 10px 10px;
    height: 25px;
    text-decoration: none !important;
    color: #3f3f3f;
    border-radius: 4px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 3px #194486;
    float: left;
    margin: 10px 20px;
	text-align: center;
    font-size: 120%;  
    width: 97%;
    margin: 0 auto; 
}

.kantan-btn3:hover {
	 cursor: pointer;
	 text-decoration: none;
	background:#fff;
}

.kantan-btn3:link {
	 color:#3f3f3f !important;
}

.kantan-btn3:visited  {
	 color:#3f3f3f !important;
}


.kantan-btn3:after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 2px solid #194486;
    border-right: 2px solid #194486;
    position: absolute;
    margin-top: 7px;
    right: 10px;
    margin-right: 6px;
}

/* その16　チェックボックス：　*/

.check_list ul li {
  margin: 0 0 10px;
  list-style: none;
}

.check_list ul li input[type=checkbox] {
  display: none;
}

.check_list ul li input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

.check_list ul li input[type=checkbox] + label:after,.check_list ul li input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
}

.check_list ul li input[type=checkbox] + label:before {
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 2px;
}

.check_list ul li input[type=checkbox] + label:after {
  top: 3px;
  left: 8px;
  width: 5px;
  height: 12px;
  border-right: 3px solid #0091e0;
  border-bottom: 3px solid #0091e0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.check_list ul li input[type=checkbox]:checked + label:after {
  opacity: 1;
}

div.simple_list {
  line-height: 1.8;
  list-style-type: none;
  padding: 20px 20px;
  margin-bottom: 25px;
  background-color: #FAF9F7;
  border: 0px;
}

div.simple_list ul li +li  {
  margin-top: 5px;
}

div.simple_list ul li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 15px;
}

div.simple_list ul li:last-child {
  margin-bottom: 0;
}

li.simple_list_child  {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 15px;
}

li.simple_list_child:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 7px;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  z-index: 1;
}

div.simple_list ul li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #F0CB75;
  border-radius: 10px;
  background-color: #F0CB75;
}