@charset "UTF-8";
/* ----------------------------------------------------------------reset*/
/*base*/
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, tr, embed, object, a, img {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-align: center;
}
body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, hgroup, header, address,
figure, figcaption {
	margin: 0;
	padding: 0;
	line-height: 160%;
}
/*font*/
h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
}
/*others*/
table {
    border-spacing:0;
}
* html table {
    border-collapse:collapse;
}
*:first-child+html table {
    border-collapse:collapse;
}
*{
    box-sizing: border-box;
}
th, td {
    vertical-align: middle;
    border-collapse:collapse;
}
th.v_top, td.v_top {
    vertical-align: top;
}
table, th, td, tr, img {
    border:0;
}
img {
    vertical-align:bottom;
}
q:before, q:after {
    content:'';
}
ul {
    list-style: none;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}
/* ------------------------------------------------------------------base*/
html {
   font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    color: #424242;
}
body{
    font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    color: #333333;
	font-size: 16px;
	line-height: 160%;
	text-align: center;
	letter-spacing: 0.1em;
    /* letter-spacing: -0.001em; */		/* iOS4でのテキストの隙間への対応 */
	-webkit-text-size-adjust: 100%;		/* 文字サイズの自動調整機能のキャンセル */
}

/*link*/
a{
    color: #000;
    text-decoration: none;
}
a img {
    border-style: none;
}
a:hover {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}


.red{
	color:#cc3300;
}
.blue{
	color:#433DAE;
}
.line_reset{line-height: 100%;margin:0;padding:0;font-weight:normal;}
ul.list_disc{
  list-style-type: disc;
  margin:0 0 0 30px;
  padding:0;
  text-align: left;
}
ul.list_disc li{
  margin:0 0 5p 0x;
  padding:0;
  text-align: left;
}
img.img100{width:100%;max-width:1020px;}
.w30p{width:30%;}
.w20p{width:20%;}
.w10p{width:10%;}
img.img_origin{width:initial !important;height:initial !important;}
.wrap_gray{background-color: #eeeeee;}
.wrap_aqua{background-color: #ccffff;}
.link_btn{width:100%;text-align: center;display: inline-block;}
.link_btn a{background: #0099ff;font-size:18px;min-width: 200px;text-decoration: none;text-align: center;color:#ffffff;border-radius: 20px;padding:10px;display: inline-block;margin:0 auto;}
.link_btn a:hover{background: #0066ff;color:#ffffff;}
.square .link_btn a{background: #0066cc;}
.square .link_btn a:hover{background: #0099cc;color:#ffffff;}
@media print, screen and (max-width:768px) {
    h1, h2, h3, h4, h5, p {
        font-size: 1.4rem;
        font-size: 14px;
    }
    li, dt, dd {
        font-size: 1.4rem;
        font-size: 14px;
    }
    table {
        font-size: 1.4rem;
        font-size: 14px;
    }
}
@media print, screen and (max-width:480px) {
    h1, h2, h3, h4, h5, p {
        font-size: 1.2rem;
        font-size: 12px;
    }
    li, dt, dd {
        font-size: 1.2rem;
        font-size: 12px;
    }
    table {
        font-size: 1.2rem;
        font-size: 12px;
    }
}

/*------------------------------------------------------*/
.mar_t10{margin-top:10px !important;}
.mar_t20{margin-top:20px !important;}
.mar_t30{margin-top:30px !important;}
.mar_t40{margin-top:40px !important;}
.mar_t50{margin-top:50px !important;}
.mar_t60{margin-top:60px !important;}
.mar_t70{margin-top:70px !important;}
.mar_t80{margin-top:80px !important;}
.mar_t90{margin-top:90px !important;}
.mar_t100{margin-top:100px !important;}
.mar_b10{margin-bottom:10px !important;}
.mar_b20{margin-bottom:20px !important;}
.mar_b30{margin-bottom:30px !important;}
.mar_b40{margin-bottom:40px !important;}
.mar_b50{margin-bottom:50px !important;}

.pad_t10{padding-top:10px !important;}
.pad_t20{padding-top:20px !important;}
.pad_t30{padding-top:30px !important;}
.pad_t40{padding-top:40px !important;}
.pad_t50{padding-top:50px !important;}
.pad_b10{padding-bottom:10px !important;}
.pad_b20{padding-bottom:20px !important;}
.pad_b30{padding-bottom:30px !important;}
.pad_b40{padding-bottom:40px !important;}
.pad_b50{padding-bottom:50px !important;}
.txt_center{text-align: center;}
.txt_left{text-align: left;}
.txt_right{text-align: right;}

.bg_col1{
    background-color: #f7f7f7;
}
.mb-30{
    margin-bottom:-30px;
}
.align_l{
    text-align:left;
}
.align_c{
    text-align:center !important;
}
.big{
    font-size:120%;
}
.small{
    font-size:70%;
    font-weight:normal !important;
}
.bold{
    font-weight:bold;
}
.point_section{
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}
h1{
    font-size: 26px;
}
h2{
    margin:0;
    font-size: 34px;
    text-align:center;
    color: #033DA6;
    font-weight:bold
}
h3{
    font-size: 28px;
    margin-bottom: 20px;
    color: #033DA6;
    font-weight:bold;
}
h4{
    font-size: 20px;
    margin-bottom: 20px;
    color: #033DA6;
    font-weight:bold;
}
h5{
    font-size: 18px;
    margin-bottom: 20px;
    color: #033DA6;
    font-weight:bold;
}
.subtitle {
    display: inline-block;
    text-align:left;
    font-size: 18px;
    margin:0 auto 40px;
    max-width:950px;
    padding:0 10px;
}
.subtitle span.color_b{
    color: #433DAE;
}
.subtitle span.bold{
    font-weight:bold;
}
.blue_box{
    padding:2%;
}
.btn1{
    display: inline-block;
    max-width:380px;
    margin: 0 auto;
    background-color: #ff9933;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    border-radius:5px;
    /*box-shadow: 2px 2px #ffcc33;*/
    padding:5px 15px;
border:2px solid #ff9933;
}
.btn1:hover{
  background-color: #ffffff;
  color:#ff9933;
  border:2px solid #ff9933;
  opacity:1.0;
}
.btn2 {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 20px;
    background-color: #433DAE;
    color: #fff;
    font-size: 22px;
}
.btn3{
    display: block;
    max-width: 180px;
    margin: 0 auto;
    background-color: #fff;
    color: #433DAE;
    line-height: 40px;
    font-size: 14px;
    border:1px solid #433DAE;
}
.btn4 {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 5px 0 0;
    border: 2px solid #fff;
    padding: 10px;
    background-color: #fff;
    color: #433DAE;
    font-size: 22px;
    font-weight: normal;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.btn5 {
    display: block;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    border: 2px solid #fff;
    padding: 20px;
    background-color: #8cc4ff;
    color: #fff;
    font-size: 22px;
}
.btn_dl{background-color:#3366ff;}
.smaller{
    font-size: 80%;
}
.shadow{
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}
.shadow:hover{
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2);
    box-shadow: 0 3px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.2);
    background-color: #01baef;
    color:#fff;
}
#contents {
    margin: 0 auto;
}
.col2{display: inline-block;}
.col2 .col2_left,
.col2 .col2_right{
    float: left;
    width: 50%;
    padding: 10px;
}
.col3 {
    display: table;
}
.col_ul{
    clear:both;
    margin:10px auto;
}
.col_ul li {
    display: table-cell;
    width: 250px;
    padding:0 5px;
}
.col_ul li .btn_box{
    margin-top:15px;
}

.col_ul li.col4_div{
    display: block;
    float:left;
    width: 24%;
    margin:0 1% 0 0;
}
.col_ul li.col4_div:last-child{
    margin:0;
}

.col_ul li.col3_div{
    display: block;
    float:left;
    width: 32%;
    margin:0;
    padding:0;
}
.col_ul li.col3_div:first-child{
    margin:0 2% 0 0%;
}
.col_ul li.col3_div:last-child{
    margin:0 0% 0 2%;
}
.col_ul li.col3_div img{
    margin:0;
    padding:0;
}
.col2 .col2_left .movie,
.col2 .col2_right .movie{
  width:90%;
  margin:0 5%;
}


/*------------------------------------------------------*/
#voice .col_ul{
    background: rgb(238, 238, 238);
    margin-bottom: 30px;
    background:#ffffff;
}
#voice .col_ul li.col3_div{
    display: inline-block;
    float:left;
    width: 50%;
    height:auto;
    margin:0;
    text-align:left;
    padding:5px 0;
    /*background:#eeeeee;*/
    height:auto;
}
#voice .col_ul li.col3_div:first-child{
    margin:0 0 0 0;
    width: 25%;
    padding:0;
}
#voice .col_ul li.col3_div:last-child{
    margin:0 0 0 0;
    width: 25%;
    text-align:right;
    padding:0;
}

.fukidashi {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    width: auto;
    min-width: 115px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    background: #433DAE;
    z-index: 0;
    border-radius:10px;
    font-size:23px;
    font-weight:normal;
    line-height: 1.5em;
}
.fukidashi:after {
    content: "";
    position: absolute;
    bottom: -9px; left: 50%;
    margin-left: -10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #433DAE transparent transparent transparent;
}
.sp_none{
	display:block;
}
.pc_none{
	display:none;
}
@media screen and (max-width:768px){
    h1{
        font-size: 28px;
        line-height: 150%;
    }
    h2{
        font-size:  24px;
    }
    h3 {
        font-size: 18px;
    }
    h4,h5{
        font-size: 14px;
    }
    .subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .btn1 {
        display: block;
        width: 90%;
        max-width: 500px;
        line-height: 35px;
    }
    .btn2,
    .btn4,
    .btn5{
        padding: 15px;
        font-size: 16px;
    }
    .col_ul,
    .col_ul li{
        display:block;
    }
    .col_ul{
        max-width:300px;
        margin:0 auto;
    }
    .col_ul.col2{
        width:100% !important;
    }
    .col_ul li{
        width:100%;
        margin-bottom:15px
    }
    .col_ul li.col3_div:first-child{
        margin:0;
    }
    .col_ul li.col3_div:last-child{
        margin:0;
    }
    .col_ul li.col4_div,.col_ul li.col3_div{
        clear:left;
        width: 100%;
        margin:0 0 40px 0;
    }

    #voice .col_ul li.col3_div{
        clear:left;
        margin:0 5%;
        width: 90%;
        text-align:center;
    }
    #voice .col_ul li.col3_div:first-child{
        margin:0 5%;
        width: 90%;
        padding:0;
    }
    #voice .col_ul li.col3_div:last-child{
        margin:0 5%;
        width: 90%;
        padding:0;
        text-align:center;
    }
    .fukidashi {
        font-size:18px;
    }
    .sp_none{display:none;}
	  .pc_none{display:block;}
}
@media screen and (max-width:480px){
    h1{
        font-size: 18px;
    }
    h2{
        font-size:  18px;
    }
    h3,h4,h5 {
        font-size: 14px;
    }
    .subtitle {
        font-size: 14px;
    }
    .btn2,
    .btn4,
    .btn5{
        padding: 10px;
        font-size: 14px;
    }
    .col3 {
        display: block;
    }
    .col3 li {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
    }
    .col2 .col2_left, .col2 .col2_right {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .fukidashi {
        font-size:14px;
    }
}


/*-------- --------*/
address {
  text-align: center;
	clear: both;
	font-size: 11px;
}
/*------------------------------------------------------下層ページtpl*/
.content_wrapper{
    margin: 0 auto;
    max-width: 1080px;
    padding: 60px 0;
}
.content_wrapper p{
    font-size:25px;
    line-height: 150%;
}
@media print, screen and (max-width:640px) {
.content_wrapper p{
    font-size:18px;
    line-height: 150%;
}
}
.content_wrapper h4{
    font-size:24px;
    line-height: 150%;
    font-weight:normal;
}
.content_left{
    float: left;
    width: 70%;
    padding:0 30px 0 20px;
    text-align: left;
}
.content_right{
    float: right;
    padding-right: 20px;
    width: 30%;
}
.share_button {
    margin-bottom: 30px;
    text-align: right;
}
.share_button .btn_container{
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width:768px){
    .content_wrapper{
        padding: 30px 0;
    }
    .content_left,
    .content_right {
        float: none;
        width: 100%;
        padding: 0 20px;
    }
    .content_left{
        margin-bottom: 60px;
    }
    .content_wrapper h4{
    font-size:18px;
    line-height: 150%;
    font-weight:normal;
}
}


/*------------------------------------------------------Blog*/
.red{color:#ff0000;}
.blue{color:#017df1;}
.purple{color:#6633cc;}
.bg_yellow{background-image: linear-gradient(transparent 50%, #ffff00 50%);}
.bg_pink{background-image: linear-gradient(transparent 50%, #ffafaf 50%);}
.bg_blue{background-image: linear-gradient(transparent 50%, #ccffff 50%);}
.sh_gray{background:#efefef;padding:10px;}
.bg_b{background:#f5f5f5;}
.blog_head h2{
    margin: 0 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.blog_content {
    border-bottom: 1px dotted #ccc;
    padding:0 0 30px 0;
    text-align: left;
    margin:0;

}
.blog_content a{
    color: ##0033ff;
    text-decoration: underline;
}
.blog_content a:hover {
    text-decoration: underline;
}
.blog_content a:visited {
    text-decoration: underline;
    color:#660099;
}
.blog_content .page_index{
    line-height: 150%;
    margin:0;

}
.blog_content .page_index ol li{
    font-size:100%;

}
.blog_content strong{
    font-size:110%;
    font-weight:bold;
}
.blog_content h3 {
    font-size: 21px;
    text-align: left;
    padding: 5px 0 10px 15px;
    margin: 30px 0 0;
    border-left: 10px solid #8cc4ff;
    border-bottom: 1px solid #cccccc;
    line-height: 120%;
    font-weight: bold;
    text-align: left;
}
.blog_content h4,  .blog_content h5{
    margin: 20px 0;
    padding: 5px 0 10px 15px;
    border-bottom: 1px solid #cccccc;
}
.blog_content ,.blog_content div, .blog_content p{
    line-height:200%;
    font-size:16px;
    text-align: left;
    margin:0 0 20px 0;
}
.blog_content p{
    padding:0;
    margin:0 0 0 20px;
}
.blog_content ol{
    text-align: left;
    margin:20px 0 20px 30px;
    padding:5px;
}
.blog_content ol li{
    text-align: left;
    margin:0 0 10px;
    font-size:1em;
}
.blog_content img{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;

}
.blog_info{
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    font-size: 14px;
}
.blog_info .meta {
    text-align: left;
}
.blog_info .meta div{
    display: inline-block;
    padding-top: 10px;
    text-align: left;
}
.blog_info .meta div.meta_category{
    margin-right: 10px
}
.blog_info .meta div.meta_category a{
    text-decoration: underline;
}
.blog_info .meta div.meta_tag a{
    display: inline-block;
    border: 1px dotted #dfefff;
    padding: 0 10px;
    background-color: #f7f7f7;
    font-size: 12px;
}
/*page navigation*/
.page_navi{
    font-size: 14px;
    text-decoration: underline;
}
.page_navi a{
    color: #433DAE;
    text-decoration: underline;
}
.page_navi .prev_post{
    float: left;
    padding-right: 10px;
}
.page_navi .next_post{
    float: right;
    padding-left: 10px;
}
/*-----------------------sidebar.php*/
.blog_module h3.module_title{
    background-color: #f7f7f7;
    margin-bottom: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.blog_module ul{
    margin-bottom: 30px;
}
.blog_module ul li{
    padding: 10px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
.blog_module ul li:last-child{
    border: none;
}
/*メルマガフォーム*/
.search{
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
.search p{
    margin: 5px 0;
    text-align: left;
}
.search p:last-child{
    text-align: center;
}
.search input[name="email"]{
    width :100%;
    padding: 3px;
    font-size: 14px;
    text-align: left;
}
.search input[type="submit"]{
    display: inline-block;
    background-color: #0099ef;
    color: #fff;
    line-height: 100%;
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    border: none;
}
.search input[name="unsubscribe"] {
    background-color: #c1c1c1;
}
/*SNSアイコン*/
.blog_module ul.sns_icons {
    text-align: left;
    padding: 0 5px;
}
.blog_module ul.sns_icons li{
    display: inline-block;
    padding: 5px;
    border: none;
    font-size: 36px;
}
/*-----------------------archive.php category.php*/
.archive_item{
    float: left;
    width: 30%;
    height: 300px;
    margin-right: 5%;
    text-align: left;
}
.archive_item a{
    font-size: 12px;
}
.archive_item:hover h3{
    color: #433DAE;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.archive_item:hover img{
    opacity: 0.6;
}
.archive_item h2, .archive_item h3{
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    font-weight: bold;
}
.archive_item p{
    font-size: 12px;
    text-align: left;
}
.archive_container .archive_item:nth-child(3n){
    margin-right: 0	;
}
.archive_item .thumbnail_container{
    position: relative;
    width: 100%;
    height: 130px;
    margin: 10px 0;
    overflow: hidden;
}
.archive_item .thumbnail_container img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    height: 100%;
    max-height: 130px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.archive_item h3{
    padding:0;
    font-weight:normal;
}
.pagenation ul li {
    /*float: left;*/
    margin-left: 3px;
    display: inline-block;
}
.pagenation ul li:first-child {
    margin-left: 0;
}
.pagenation ul li a {
    display: block;
    padding: 5px 15px;
    border: 1px solid #8cc4ff;
    background-color: #8cc4ff;
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.pagenation ul li a:hover {
    background-color: #433DAE;
    border-color: #433DAE;
}
.pagenation ul .active {
    border: 1px solid #8cc4ff;
    padding: 5px 15px;
    color: #8cc4ff;
    font-weight: bold;
}
.category_name {
    font-size: 28px;
    text-align: left;
    padding: 0 0 0 10px;
    margin: 0 0 40px;
    border-left: 5px solid #8cc4ff;
    line-height: 120%;
}
/*---------------------------------------関連記事（related-entries.php）*/
#related_entries{
    padding: 30px 0 0;
}
#related_entries h3{
    font-size: 18px;
    margin-bottom: 20px;
}
#related_entries p{
    text-align: left;
}
#related_entries .related_entry{
    display: table;
    margin-bottom: 30px;
    text-decoration: none;
    cursor: pointer;
}
#related_entries .related_entry:hover{
    opacity: 0.7;
}
#related_entries div.thumb{
    display: table-cell;
}
#related_entries div.thumb span{
    display: block;
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#related_entries div.txt{
    display: table-cell;
    padding-left: 20px;
    font-size: 14px;
    text-align: left;
    vertical-align: top;
}
#related_entries div.txt h4{
    margin-bottom: 5px;
    color: #017df1;
    font-weight: bold;
    text-align: left;
}
#related_entries div.txt span{
    display: block;
    color: #27a0db;
    font-size: 90%;
    text-decoration: underline;
}

@media screen and (max-width:480px){
    .archive_item {
        float: none;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto 60px;
    }
    .archive_container .archive_item:nth-child(3n){
        margin-right: auto;
    }
    .blog_head h2{
        font-size: 18px;
    }
    .category_name {
        font-size: 20px;
    }
    .blog_module h3.module_title{
        font-size: 14px;
    }
    .blog_info{
        font-size: 12px;
    }
    .blog_content p{
        line-height:200%;
        font-size:14px;
    }
    .blog_content ol{
        margin:10px 0 20px 20px;
    }
    .blog_content ol li{
        font-size:14px;
    }
    #related_entries div.txt,
    #related_entries p {
        font-size: 12px;
    }
    .blog_module ul.sns_icons li {
        font-size: 28px;
    }
}
table.blog_ta{width:auto;}
table.blog_ta th, table.blog_ta td{padding:20px 0; border-right:2px solid #fcfcfc;}
td.t_bg_blue, th.t_bg_blue{background-color:#ccffff;}
td.t_bg_purple, th.t_bg_purple{background-color:#ccccff;}
td.t_bg_yellow, th.t_bg_yellow{background-color:#ffffcc;}
td.t_bg_pink, th.t_bg_pink{background-color:#ffccff;}
td.t_bg_gray, th.t_bg_gray{background-color:#efefef;}

dl.blog_summery{
  width:60%;
  margin:10px 0;
  padding:10px;
  background-color: #fcfcfc;
  border:1px solid #ccc;
}
dl.blog_summery dt{
  width:100%;
  text-align: center;
  margin:0 0 5px;
  padding:0;
  font-weight: bold;
}
dl.blog_summery dd{
  width:100%;
  text-align: left;
  margin:0 ;
  padding:0;
}
dl.blog_summery dd ul{
  list-style-type: disc;
  margin:0 0 0 30px;
  padding:0;
  text-align: left;
}
dl.blog_summery dd ul li{
  margin:0 0 5p 0x;
  padding:0;
  text-align: left;
}

@media screen and (max-width:768px){
  dl.blog_summery{
    width:80%;
  }
}
@media screen and (max-width:480px){
  dl.blog_summery{
    width:100%;
  }
}

/** p218 **/
table.blog_s td img{
  width:90%;
  height:initial;
  margin:0 5%;
  padding:0;
}
table.blog_s td{
  font-size:75%;
  padding:5px 0;
  margin:0;
  height:initial;
  line-height: 120%;
}
dl#product_info{
  width:90%;
  margin:0 5% 20px;
  padding:0;
  display: inline-block;
}
dl#product_info dt{
  width:100%;
  margin:0 0 10px 0;
  padding:0;
  text-align: left;
  font-weight: bold;
  line-height: normal;;
}
dl#product_info dd{
  width:100%;
  margin:0;
  padding:0;
  text-align: left;
}
dl#product_info dd img.f_left{
  width:25%;
  margin:0;
  padding:0;
  float:left;
}
dl#product_info dd div.f_right{
  width:70%;
  margin:0;
  padding:0;
  float:right;
  line-height: normal;
}

.blog_content table.sheet_basic1 {
	width: 100%;
	border-collapse: collapse;
}
.blog_content table.sheet_basic1 tr th {
	background: #FFFFFF;
}

.blog_content table.sheet_basic1 td {
	background: #FFFFFF;
}

.blog_content table.sheet_basic1 tr th,
.blog_content table.sheet_basic1 tr td {
	border: 1px dotted #6D6D6D;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	display: block;
	margin-top: -1px;
}

.blog_content table.sheet_basic1 tr th,
.blog_content table.sheet_basic1 tr td {
	display: table-cell;
	width: 25%;
	font-weight: normal;
	vertical-align: middle;
}
.blog_content table.sheet_basic1 {
	margin-bottom: 10px;
}
.blog_content table.sheet_basic1 tr th,
.blog_content table.sheet_basic1 tr td {
	display: table-cell;
	width: 25%;
	font-weight: normal;
	vertical-align: middle;
}
.blog_content table.sheet_basic1 tr.table01_top th,
.blog_content table.sheet_basic1 tr.table01_top td,
.blog_content table.sheet_basic1 tr.table01_top p{
    background-color: #EDECFF;
    font-weight: bold;
    text-align: center;
}
.blog_content table.sheet_basic1 tr th.txt_center,
.blog_content table.sheet_basic1 tr td.txt_center {
	text-align:center;
	font-size:110%;
	font-weight:bold;
}
/** p305 **/
dl.f_lr{
  width:100%;
  margin:0;
  padding:0;
  display: inline-block;
}
dl.f_lr dt{
  width:48%;
  margin:0;
  padding:0;
  text-align: left;
  float:left;
  font-size:1em;
}
dl.f_lr dd{
  width:48%;
  margin:0;
  padding:0;
  text-align: left;
  float:right;
  font-size:1em;
}
dl.f_lr dt img, dl.f_lr dd img{
  width:90%;
  margin:0 5%;
}
@media screen and (max-width:768px){
  dl.f_lr dt,dl.f_lr dd{clear:both;width:100%;}
}
/** 共通コンタクト **/
#blog_contact_wrapper{
  background-color:#ccc;
  padding:10px;
  margin-top:20px;
}
#blog_contact_wrapper #blog_contact_content{
  background-color:#ffffff;
  padding:10px;
  text-align:center;
}
#blog_contact_wrapper #blog_contact_content h4{
  font-weight: normal;
  text-align:center;
  color:#000;
}
#blog_contact_wrapper #blog_contact_content p{
  text-align:left;
  margin:0 0 10px 20px;
  font-size:2.5em;
}
#blog_contact_wrapper #blog_contact_content ul#contact_list{
  list-style: disc;
  margin:0 20px 20px;
}
#blog_contact_wrapper #blog_contact_content ul#contact_list li{
  text-align:left;
  font-size:2.5em;
  margin:0 20px 5px;
}
#contact_access {
  margin:20px auto;
}
#blog_contact_wrapper #blog_contact_content{
  background-color:#ffffff;
  padding:10px;
  text-align:center;
}
#contact_access a.btn_blog{
    transition: all 0.2s ease-in-out;
    padding:5px 20px;
    font-size:3em;
    background-color: #433DAE;
    border-radius:#433DAE 3px solid;
    display: inline-block;
    color:#ffffff;
    margin:0;
    float:left;
    width:270px;
}
#contact_access .wrapper{
    display: inline-block;
    width:90%;
    margin:0 auto;
}
#contact_access a.btn_blog:hover{
    background-color: #01baef;
}
#contact_access a.btn_blog_dl{
    transition: all 0.2s ease-in-out;
    padding:5px 20px;
    font-size:3em;
    background-color: #3366ff;
    border-radius:#3366ff 3px solid;
    display: inline-block;
    color:#ffffff;
    margin:0;
    float:right;
    width:270px;
}
#contact_access a.btn_blog_dl:hover{
    background-color: #6666ff;
}
#contact_access_phone{
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 100%;
    color: #433DAE;
    font-weight:bold;
}
#contact_access_phone span{
    display: block;
    font-size: 60%;
    color: #424242;
}
@media screen and (max-width:768px){
  #contact_access a.btn_blog, #contact_access a.btn_blog_dl{clear:both;width:90%;margin:0 5%;}
  #contact_access a.btn_blog_dl{margin-bottom:20px;}
}
table.responsive{
  padding:0; border-right:0px solid #fcfcfc;
}
table.responsive {
  border-collapse: collapse;
  width: 100%;
}
table.responsive th,
table.responsive td {
  padding: 10px;
  border: 1px solid #999;
}
table.responsive th {
  background-color: #eee;
  text-align: center;
  width: 30%;
}
table.responsive td {
  text-align: left;
}
table.responsive td ul.list_disc{
  margin-top:0;
  margin-bottom:10px;
}
table.responsive td ul.list_disc li{
  margin-top:0;
}
@media screen and (max-width: 480px) {
  table.responsive {
    border-top: 1px solid #999;
  }
  table.responsive td {
    display: block;
    text-align: left;
  }
  table.responsive th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}
img.size300{width:300px;margin:2px auto;}
@media screen and (max-width: 380px) {
  img.size300{width:90%;}
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
#click_view{width:100%;text-align: center;font-size:90%;margin-bottom:10px;display: inline-block;}
.bg_wrap{padding:10px;background:#f6f6f6;}


#keigenzei_area{
	margin-bottom:20px;
  width:100%;
}
#keigenzei_area p{
	font-size:12px;
	line-height:150%;
  text-align: left;
  color:#666666;
}
#keigenzei_area a{
	text-decoration: none;
}

#keigenzei_area a dl{
	font-size:14px;
	line-height:150%;
	padding:0px;
	margin-bottom:10px;
	display: block;
	width:99%;
	color:#000;
	border:#3399ff 3px solid;
}
#keigenzei_area a:hover{
	text-decoration: none;
}
#keigenzei_area a:hover dl{
	text-decoration: none;
	color:inherit;
  opacity:0.8;
}
#keigenzei_area a dl dt{
	width:100%;
	text-align:left;
	padding:10px;
	font-size:100%;
	color:#3399ff;
  font-weight:normal;
  line-height: 180%;
}
#keigenzei_area a dl dt strong{
	width:120%;
	font-weight: bold;
	padding:15px 0;
	font-size:120%;
}
#keigenzei_area a dl dt strong.kblock{
	padding:3px 5px;
	display: inline-block;
	margin:0 10% 10px;
	text-align:center;
	width:80%;
	font-size:120%;
	color: #ffffff;
	background-color: #3399ff;
	border-radius: 10px;
	padding:10px;
	font-weight:normal;
}
#keigenzei_area a dl dd{
	width:100%;
	background: #3399ff;
	color:#ffffff;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	padding:15px 0;
}
/** 建設業ページ追加 **/
.firstview {
    width: 100%;
    background-image: url(https://www.mot-net.com/construction/img/top_image.jpg);
    background-size: cover;
    display: inline-block;
    background-position: right;
}

@media screen and (max-width:640px){
.firstview {
    padding: 80px 0 0;
    background-position: left;
}
}
.fv_inner {
	width: 50%;
    box-sizing: content-box;
    background: rgba(255,255,255,0.9);
    padding: 30px;
    margin: 80px 0 0 50px;
    float: left;
}
@media screen and (max-width:640px){
.fv_inner {
	width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.9);
    padding: 30px;
    margin: 0px 0px 20px;
    float: left;
}
}
.fv_inner img{
	width: 80%;
    margin: 30px auto 0;
}
.fv_inner h1{
	font-weight:bold;
	text-align:center;
	background: #0057b8;
    color: #fff;
    padding: 5px 0;
}
.fv_inner h2 {
    display: inline-block;
    position: relative;
    margin: 20px 20px 10px;
    padding: 0 40px;
    color: #0057b8;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.5;
}
@media screen and (max-width:640px){
.fv_inner h2 {
    margin: 20px 0px 10px;
}
}
.fv_inner h2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 37px;
    background: #0057b8;
    transform: translateY(-50%) rotate(-45deg);
}
.fv_inner h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 37px;
    background: #0057b8;
    transform: translateY(-50%) rotate(45deg);
}
.fv_inner ul {
	margin-top:20px;
}
.fv_inner ul li{
	margin:10px 1.5%;
	text-align:left;
	color: #0057b8;
    font-weight: bold;
    font-size: 18px;
}
.fv_down{
	background: #3399ff;
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    position: relative;
    font-size:16px;
}
.construction_inner {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    color: #333333;
    margin-top: 50px;
    font-size: 17px;
}
@media screen and (max-width:768px){
.construction_inner {
    padding: 30px 10px;
}
}
.construction_kadai li{
	display:inline-block;
	width: 49%;
    padding: 20px;
    vertical-align: top;
}
@media print, screen and (max-width:640px) {
.construction_kadai li{
	display:iblock;
	width: 100%;
    padding: 20px;
}
}
.construction_kadai li h3{
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 23px;
    color: #333333;
}
.construction_kadai li p{
    text-align:left;
    padding:20px 10px 0;
}
.kaiketsu {
	background: #033DA6;
	color:#fff;
    font-weight: bold;
    padding:20px;
}
.bg_cl02 {
    background-color: #f6f6f6 !important;
    padding:20px 0;
    margin: 30px 0;
}
.construction_btn {
	text-align: center!important;
	line-height: 1.2;
}
.construction_btn a {
    position: relative;
    display: inline-block;
    padding: 10px 26px 10px 10px;
    line-height: 1.2;
    color: #003da6;
    border: solid 1px #003da6;
    font-size:16px;
    margin:20px 0;
}
.construction_btn a strong {
	display: inline-block;
}
.construction_btn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	content: "";
	border-top: solid 2px #003da6;
	border-right: solid 2px #003da6;
	transform: rotate(45deg);
	transition: all 0.5s;
}
.construction_btn a:hover {
	color: #fff;
	background: #003da6;
	opacity: 1.0;
}
.construction_btn a:hover::after {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}
@media print, screen and (min-width:576px) {
.construction_btn a {
	padding: 12px 40px 12px 20px;
}
.construction_btn a::after {
	right: 20px;
}
}
.construction_jirei {
	width:100%;
}
.construction_jirei li{
	width:40%;
	display:inline-block;
}
@media print, screen and (max-width:640px) {
.construction_jirei li{
	width:100%;
	display:block;
}
}
.construction_jirei li h4{
	background:#3a7bf3;
	color:#fff;
	padding:10px 40px;
	margin: 20px 30px;
	border-radius: 5px;
    font-weight: bold;
}

.sheet_basic {
	width: 100%;
	border-collapse: collapse;
}
.sheet_basic tr th, .sheet_basic tr td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
.sheet_basic tr th {
	color:#333;
	background: rgba(0,61,166,0.05);
	text-align:center;
}
.sheet_basic tr th:nth-child(3) {
	background: rgba(255,153,51,0.7);
	text-align:center;
	font-weight:bold;
}
.sheet_basic tr th:nth-child(n+2) {
	width:35%;
}
@media screen and (max-width:768px){
.sheet_basic tr th:nth-child(n+2) {
	width:100%;
}
}
.sheet_basic tr td:nth-child(n+2) {
	text-align: right;
}
.sheet_basic tr td:nth-child(3) {
	background: rgba(255,153,51,0.2);
	font-weight:bold;
}
.sheet_basic tr td a {
	text-decoration: underline;
}
.sheet_basic tr td a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
.sheet_basic tr th, .sheet_basic tr td {
}
}

.sheet_basic.price tr th, .sheet_basic.price tr td {
	text-align: center;
}
.sheet_basic.price tr th:first-child {
	text-align: left;
}
.last_table {
	border-top: 3px solid #ccc!important;
}

/** グラフ **/
.bar{
  max-width: 600px;
  margin: 1em;
  color: white;
  padding: 0.25em;
  background: #0091EA;
}
.block.bar2{
  margin: 1em;
  color: white;
  padding: 0.25em;
  animation: bar-animation 1 2s;
  background: #ff9933;
  max-width: 100%;
  animation-iteration-count: 1;
  animation-fill-mode:forwards;
}

@keyframes bar-animation{
  0%{
    width: 100%;
  }
  100%{
    width: 25%;
  }
}

.down80 {
	font-size:40px;
	font-weight:bold;
	color:#FF0000;
}
.triangle_orange_bg {
    float: left;
    width: 10%;
    margin-top: 150px;
    padding-left: 3.8%;
}
.triangle_orange {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #f3ba07;
    top: 50%;
    right: -63px;
    -ms-transform: translateY(-50%);
}
@media screen and (max-width:640px){
.triangle_orange_bg {
    float: none;
    width: 10%;
    margin: 30px auto 80px;
    position: relative;
}
.triangle_orange {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f3ba07;
    position: absolute;
    left: 50%;
    margin-left: -30px;
}
}
.slider_45w {
 float:left;
 width:40%;
 margin:0 2.5%;
 clear: none;
}
.slider_45w h3{
	display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 23px;
    color: #333333;
}
@media print, screen and (max-width:640px) {
.slider_45w {
 width:100%;
 float: none;
 margin:0;
}
}
.construction_title_blue {
    background: linear-gradient(to right,#065fe3 0,#0599e6 100%);
    padding:50px 0;
}
.construction_title_blue h1{
    color:#fff;
    margin:0;
    text-align:center;
    font-size:34px;
}
@media print, screen and (max-width:640px) {
.construction_title_blue h1{
    color:#fff;
    margin:0;
    text-align:center;
    font-size:20px;
}
}
.construction_title_blue img{
    width:100%;
}
.c_tit01 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
	line-height: 1.3;
	font-size: 20px;
	font-weight: bold;
	color: #003da6;
}
.c_tit01::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	display: block;
	width: 120px;
	height: 1px;
	margin-left: -60px;
	content: "";
	background: #fff;
}
.gaisen3 li {
	display:inline-block;
	width:30%;
	vertical-align:top;
}
@media screen and (max-width:640px){
.gaisen3 li {
	display:block;
	width:100%;
	margin-bottom:30px;
}
}
.gaisen3 h3 {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 23px;
    color: #333333;
}
.gaisen3 p {
	padding:10px;
}
.gaisen3 p span{
	font-weight:bold;
	color:#FF0000;
}
@media screen and (max-width:640px){
.sp_left {
	text-align:left!important;
}
.sp_pad20 {
	padding:0 20px;
}
}
.bp_list{
	margin:20px 0;
	padding:15px;
}
.bp_red{
	background-color:rgba(255,0,0,0.1);
	border: 1px solid #FF0461;
}
.bp_red span{
	color:#FF0000;
	font-weight:bold;
}
.bp_blue{
	background-color:rgba(0,0,255,0.1);
	border: 1px solid #3399FF;
}
.bp_blue span{
	color:#033DA6;
	font-weight:bold;
}
.bp_list li{
	text-align:left;
	padding:5px 10px;
}
.function4 li {
	display:inline-block;
	width:30%;
	vertical-align:top;
	margin:20px 1.4%;
}
@media screen and (max-width:640px){
.function4 li {
	display:block;
	width:100%;
	margin-bottom:30px;
}
}
.function4 li img{
	width:60%;
	margin:0 auto;
}
.function4 h3 {
    display: inline-block;
    margin: 0 auto 10px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.function4 p {
	padding:10px;
	font-size:16px;
}
.function4 p span{
	font-weight:bold;
	color:#FF0000;
}
.mottel_ta{
	width:100%;
	margin-bottom:40px;
}

.mottel_ta,.mottel_ta td,.mottel_ta th {
    border-collapse: collapse;
    border:1px solid #fff;
	padding:10px;
	text-align:center;
}

.mottel_ta th{
	text-align:center;
}
.mottel_ta td strong,.mottel_ta th strong {
    font-size:120%;
}
table.mottel_ta,.mottel_ta td,table.mottel_ta th {
		text-align:left;
		font-size:0.9em;
}
.mottel_ta td a,table.mottel_ta th a {
		color:#25B6E8;
}
.mottel_ta td a:hover,table.mottel_ta th a:hover {
		opacity:0.5;
}
.bg_blue_02 {
    background-color: #7ba8f0;
    color: #fff;
}
.bg_blue_03 {
    background-color: #c2d8fa;
}